diff --git a/public/favicon.png b/public/favicon.png index 562f6dcb..d7c39c34 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/faviconaa.png b/public/faviconaa.png new file mode 100644 index 00000000..562f6dcb Binary files /dev/null and b/public/faviconaa.png differ diff --git a/public/img/Qrewm.png b/public/img/Qrewm.png index 920d1fae..2b23f05c 100644 Binary files a/public/img/Qrewm.png and b/public/img/Qrewm.png differ diff --git a/public/img/bg/img-logo.png b/public/img/bg/img-logo.png index ae65ba16..d7c39c34 100644 Binary files a/public/img/bg/img-logo.png and b/public/img/bg/img-logo.png differ diff --git a/public/img/bg/img-logoa.png b/public/img/bg/img-logoa.png new file mode 100644 index 00000000..ae65ba16 Binary files /dev/null and b/public/img/bg/img-logoa.png differ diff --git a/public/img/logo-login.png b/public/img/logo-login.png new file mode 100644 index 00000000..e88b54c5 Binary files /dev/null and b/public/img/logo-login.png differ diff --git a/public/img/p-logo.png b/public/img/p-logo.png index b4da7bc1..d7c39c34 100644 Binary files a/public/img/p-logo.png and b/public/img/p-logo.png differ diff --git a/public/img/p-logoa.png b/public/img/p-logoa.png new file mode 100644 index 00000000..b4da7bc1 Binary files /dev/null and b/public/img/p-logoa.png differ diff --git a/src/option/aftersales/WorkorderTimeout.js b/src/option/aftersales/WorkorderTimeout.js index a2896110..f1550842 100644 --- a/src/option/aftersales/WorkorderTimeout.js +++ b/src/option/aftersales/WorkorderTimeout.js @@ -1,106 +1,99 @@ export const columnList = [ - // { - // prop: '', - // label: '复选框', - // type: 0, - // width: 55, - // fixed: true, - // }, - { - prop: '', - label: '序号', - type: 12, - values: '', - width: 55, - fixed: true, - }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, - { - prop: 'trainNumber', - label: '车次号', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'reservationCode', - label: '预约单号', - type: 13, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'signingTime', - label: '签收复核时间', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'sjsigningTime', - label: '司机签收时间', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'driverName', - label: '司机姓名', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'vehicleName', - label: '车牌号', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'reservationNum', - label: '预约数量', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - { - prop: 'examineUserName', - label: '审核人', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, - ] \ No newline at end of file + { + prop: 'trainNumber', + label: '车次号', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'reservationCode', + label: '预约单号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'signingTime', + label: '签收复核时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'sjsigningTime', + label: '司机签收时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'driverName', + label: '司机姓名', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'vehicleName', + label: '车牌号', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'reservationNum', + label: '预约数量', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, + { + prop: 'examineUserName', + label: '审核人', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, +]; diff --git a/src/option/aftersales/vueTvemp.js b/src/option/aftersales/vueTvemp.js index 27fc7568..07aaa0f0 100644 --- a/src/option/aftersales/vueTvemp.js +++ b/src/option/aftersales/vueTvemp.js @@ -20,7 +20,7 @@ export const columnList = [ fixed: true, }, { - prop: 'workOrderTypeNameS', //workOrderType + prop: 'workOrderTypeNameS', label: '异常类型', type: 3, values: '', @@ -31,7 +31,7 @@ export const columnList = [ head: false, }, { - prop: 'discoveryNodeNameS', //discoveryNode + prop: 'discoveryNodeNameS', label: '发现节点', type: 3, values: '', @@ -228,7 +228,7 @@ export const columnList = [ fixed: false, sortable: true, head: false, - isshowSummary: true, //开启统计 + isshowSummary: true, }, { prop: 'warehouseServiceName', @@ -255,7 +255,7 @@ export const columnList = [ { prop: 'overTime', - label: '完结时间', //审核时间 + label: '完结时间', type: 1, values: '', width: '150', @@ -319,179 +319,6 @@ export const columnList = [ sortable: true, head: false, }, - // { - // prop: 'customerServiceName', - // label: '归属客服名称', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'operator', - // label: '操作人', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'deliverGoodsTime', - // label: '送货时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'discoveryTime', - // label: '发现时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'warehousingTime', - // label: '入库时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'deliveryTime', - // label: '配送时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'deliveryDriver', - // label: '配送司机', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'trainNumber', - // label: '车次号', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'vehicleRoute', - // label: '车辆线路', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'auditTime', - // label: '审核时间', //审核时间 - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'investigationProcess', - // label: '调查经过', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // // { - // // prop: 'personResponsible', - // // label: '责任人(库内作业环节)', - // // type: 2, - // // values: '', - // // width: '170', - // // checkarr: [], - // // fixed: false, - // // sortable: true, - // // head: false, - // // }, - - // { - // prop: 'reviewedBy', - // label: '审核人', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'ceator', - // label: '创建人', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // // { - // // prop: 'remarks', - // // label: '备注', - // // type: 1, - // // values: '', - // // width: '150', - // // checkarr: [], - // // fixed: false, - // // sortable: true, - // // head: false, - // // }, { prop: 'createUserName', @@ -524,7 +351,7 @@ export const columnList8 = [ fixed: true, }, { - prop: 'workOrderTypeNameS', //workOrderType + prop: 'workOrderTypeNameS', label: '异常类型', type: 3, values: '', @@ -535,7 +362,7 @@ export const columnList8 = [ head: false, }, { - prop: 'discoveryNodeNameS', //discoveryNode + prop: 'discoveryNodeNameS', label: '发现节点', type: 3, values: '', @@ -635,20 +462,8 @@ export const columnList8 = [ sortable: true, head: false, }, - // { - // prop: 'secondary', - // label: '二级品', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - { - prop: 'workOrderStatusNameS', //workOrderStatus + prop: 'workOrderStatusNameS', label: '工单状态', type: 1, values: '', @@ -779,221 +594,6 @@ export const columnList8 = [ sortable: true, head: false, }, - // { - // prop: 'customerServiceName', - // label: '归属客服名称', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'totalAmount', - // label: '赔款金额', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'entryTime', - // label: '财务入账时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'operator', - // label: '操作人', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'deliverGoodsTime', - // label: '送货时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'discoveryTime', - // label: '发现时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'warehousingTime', - // label: '入库时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'deliveryTime', - // label: '配送时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'deliveryDriver', - // label: '配送司机', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'trainNumber', - // label: '车次号', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'vehicleRoute', - // label: '车辆线路', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'overTime', - // label: '完结时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'investigationProcess', - // label: '调查经过', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // // { - // // prop: 'personResponsible', - // // label: '责任人(库内作业环节)', - // // type: 2, - // // values: '', - // // width: '170', - // // checkarr: [], - // // fixed: false, - // // sortable: true, - // // head: false, - // // }, - // { - // prop: 'processNumber', - // label: '钉钉流程号', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'reviewedBy', - // label: '审核人', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'auditTime', - // label: '审核时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'createTime', - // label: '录入时间', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - - // { - // prop: 'remarks', - // label: '备注', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - { prop: 'createUserName', label: '操作', @@ -1413,7 +1013,7 @@ export const columnList1 = [ }, { - prop: 'workOrderStatusNameS', //workOrderStatus + prop: 'workOrderStatusNameS', label: '工单状态', type: 1, values: '', @@ -1688,7 +1288,7 @@ export const columnList4 = [ }, { - prop: 'workOrderStatusNameS', //workOrderStatus + prop: 'workOrderStatusNameS', label: '工单状态', type: 1, values: '', @@ -1780,7 +1380,7 @@ export const columnList4 = [ { prop: 'businessName', label: '内部责任方', - type:2, + type: 2, values: '', width: '150', checkarr: [], @@ -1966,7 +1566,7 @@ export const columnList2 = [ }, { - prop: 'workOrderStatusNameS', //workOrderStatus + prop: 'workOrderStatusNameS', label: '工单状态', type: 1, values: '', @@ -2530,7 +2130,7 @@ export const columnList9 = [ }, { - prop: 'workOrderStatusNameS', //workOrderStatus + prop: 'workOrderStatusNameS', label: '工单状态', type: 1, values: '', @@ -2819,7 +2419,7 @@ export const columnList6 = [ }, { - prop: 'workOrderStatusNameS', //workOrderStatus + prop: 'workOrderStatusNameS', label: '工单状态', type: 1, values: '', @@ -2951,6 +2551,17 @@ export const columnList6 = [ sortable: true, head: false, }, + { + prop: 'responsibleMoney', + label: '赔款总金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'indemnitorInfo', label: '受款方信息', @@ -2962,6 +2573,17 @@ export const columnList6 = [ sortable: true, head: false, }, + { + prop: 'indemnitorMoney', + label: '受款总金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'reasonArbitration', label: '仲裁原因', @@ -2985,7 +2607,7 @@ export const columnList6 = [ head: false, }, { - prop: 'appealStatusName', + prop: 'appealStatusName', label: '申诉状态', type: 1, values: '', @@ -2996,7 +2618,7 @@ export const columnList6 = [ head: false, }, { - prop: 'processNumber', + prop: 'processNumber', label: '钉钉号', type: 1, values: '', @@ -3346,17 +2968,6 @@ export const Claimsfield = [ sortable: true, head: false, }, - // { - // prop: 'businessId', - // label: '营业部ID', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { prop: 'brandName', label: '品牌', @@ -3390,17 +3001,6 @@ export const Claimsfield = [ sortable: true, head: false, }, - // { - // prop: 'workOrderType', - // label: '异常类型', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { prop: 'workOrderTypeNameS', label: '异常类型', @@ -3412,17 +3012,6 @@ export const Claimsfield = [ sortable: true, head: false, }, - // { - // prop: 'resultType', - // label: '处理结果', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { prop: 'resultTypeName', label: '处理结果名称', @@ -3434,28 +3023,6 @@ export const Claimsfield = [ sortable: true, head: false, }, - // { - // prop: 'laprId', - // label: '处理结果ID', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - // { - // prop: 'discoveryNode', - // label: '发现环节', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { prop: 'discoveryNodeName', label: '发现环节', @@ -3522,17 +3089,6 @@ export const Claimsfield = [ sortable: true, head: false, }, - // { - // prop: 'lawoId', - // label: '异常工单ID', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { prop: 'processNumber', label: '钉钉流程号', @@ -3544,17 +3100,6 @@ export const Claimsfield = [ sortable: true, head: false, }, - // { - // prop: 'workOrderStatus', - // label: '工单状态', - // type: 3, - // values: '', - // width: '100', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, { prop: 'workOrderStatusNameS', label: '工单状态', @@ -3750,19 +3295,6 @@ export const timeoutList = [ sortable: true, head: false, }, - - // { - // prop: 'warehouseId', - // label: '仓库ID', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - { prop: 'businessName', label: '处理方名称', @@ -3774,19 +3306,6 @@ export const timeoutList = [ sortable: true, head: false, }, - - // { - // prop: 'businessId', - // label: '处理方ID', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // head: false, - // }, - { prop: 'remarks', label: '备注', diff --git a/src/option/basicdata/basicClient.js b/src/option/basicdata/basicClient.js index 1b545b4a..29a35bd5 100644 --- a/src/option/basicdata/basicClient.js +++ b/src/option/basicdata/basicClient.js @@ -114,16 +114,6 @@ export default { prop: "bladeRegionProvinceId", search: true, }, - // { - // label: "市", - // prop: "bladeRegionCityId", - // search: true, - // }, - // { - // label: "区/县", - // prop: "bladeRegionAreaId", - // search: true, - // }, { label: "合同附件", prop: "fileName", diff --git a/src/option/basicdata/basicdataCarrier.js b/src/option/basicdata/basicdataCarrier.js index 27c96a37..d1324e66 100644 --- a/src/option/basicdata/basicdataCarrier.js +++ b/src/option/basicdata/basicdataCarrier.js @@ -115,11 +115,6 @@ export default { }, dataType: 'String', search: true, - // rules: [{ - // required: true, - // message: "请选择类型", - // trigger: "blur" - // }], }, { label: '承运商编号', @@ -139,37 +134,15 @@ export default { }, ], }, - // { - // label: "集团ID", - // prop: "groupId", - // labelWidth:'150', - // width:"100px", - // align:'center', - // span:11, - // type: "input", - // search: true, - // rules: [{ - // required: true, - // message: "输入集团ID", - // trigger: "blur" - // }], - // }, { label: '承运商电话', labelWidth: '150', - // width: 'fit-content', width: '100px', align: 'center', span: 11, prop: 'carrierPhone', type: 'input', }, - - // { - // label: "绑定仓库Id", - // prop: "warehouseId", - // type: "input", - // }, { label: '承运商名称', prop: 'carrierName', @@ -202,8 +175,6 @@ export default { { label: '营业执照注册号', prop: 'licenseNub', - // labelWidth: '150', - // width: 'fit-content', width: '200px', align: 'center', span: 11, @@ -230,7 +201,6 @@ export default { prop: 'legalPersonPhone', labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', type: 'input', @@ -241,7 +211,6 @@ export default { prop: 'legalPersonId', labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', type: 'input', @@ -266,7 +235,6 @@ export default { prop: 'customerServicePhone', labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', type: 'input', @@ -275,9 +243,7 @@ export default { { label: '合同开始时间', prop: 'contractStartTime', - // labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', type: 'date', @@ -287,9 +253,7 @@ export default { { label: '合同结束时间', prop: 'contractEndTime', - // labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', type: 'date', @@ -303,7 +267,6 @@ export default { labelWidth: '180', span: 11, width: '200px', - // width: 'fit-content', align: 'center', rules: [ { @@ -329,7 +292,6 @@ export default { type: 'number', labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', }, @@ -339,7 +301,6 @@ export default { type: 'number', labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', }, @@ -358,7 +319,6 @@ export default { type: 'input', labelWidth: '150', span: 11, - // width: 'fit-content', width: '150px', align: 'center', }, @@ -397,24 +357,6 @@ export default { width: 'fit-content', align: 'center', }, - // { - // label: "照片信息", - // prop: "photo", - // type: 'upload', - // listType: 'picture-card', - // dataType: 'string', - // labelWidth:'150', - // span:11, - // multiple:true, - // width:"fit-content", - // align:'left', - // action: '/blade-resource/oss/endpoint/put-file', - // limit: 3, - // propsHttp: { - // res: 'data', - // url: 'link', - // }, - // }, { label: '道路运输许可证图片', diff --git a/src/option/basicdata/basicdataCarrier2.js b/src/option/basicdata/basicdataCarrier2.js index b2c0336d..6b18ac81 100644 --- a/src/option/basicdata/basicdataCarrier2.js +++ b/src/option/basicdata/basicdataCarrier2.js @@ -248,16 +248,6 @@ export const columnList = [ fixed: false, sortable: true, }, - // { - // label: '道路运输许可证图片', - // prop: 'notes', - // type: 2, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'notes', label: '操作', diff --git a/src/option/basicdata/basicdataCategory.js b/src/option/basicdata/basicdataCategory.js index 9adcbc20..b195d036 100644 --- a/src/option/basicdata/basicdataCategory.js +++ b/src/option/basicdata/basicdataCategory.js @@ -1,10 +1,10 @@ export default { - height:'auto', + height: 'auto', calcHeight: 30, tip: false, searchShow: false, searchMenuSpan: 6, - indexLabel:'序号', + indexLabel: '序号', indexWidth: 80, border: true, index: true, @@ -13,200 +13,155 @@ export default { dialogClickModal: false, column: [ { - label: "主键", - prop: "id", - type: "input", + label: '主键', + prop: 'id', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "租户号", - prop: "tenantId", - type: "input", + label: '租户号', + prop: 'tenantId', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "创建人", - prop: "createUser", - type: "input", + label: '创建人', + prop: 'createUser', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "创建时间", - prop: "createTime", - type: "input", + label: '创建时间', + prop: 'createTime', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "更新人", - prop: "updateUser", - type: "input", + label: '更新人', + prop: 'updateUser', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "更新时间", - prop: "updateTime", - type: "input", + label: '更新时间', + prop: 'updateTime', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "状态", - prop: "status", - type: "input", + label: '状态', + prop: 'status', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "是否已删除", - prop: "isDeleted", - type: "input", + label: '是否已删除', + prop: 'isDeleted', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "创建部门", - prop: "createDept", - type: "input", + label: '创建部门', + prop: 'createDept', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "预留1", - prop: "reserve1", - type: "input", + label: '预留1', + prop: 'reserve1', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "预留2", - prop: "reserve2", - type: "input", + label: '预留2', + prop: 'reserve2', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "预留3", - prop: "reserve3", - type: "input", + label: '预留3', + prop: 'reserve3', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "预留4", - prop: "reserve4", - type: "input", + label: '预留4', + prop: 'reserve4', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", + width: 'fit-content', }, { - label: "预留5", - prop: "reserve5", - type: "input", + label: '预留5', + prop: 'reserve5', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, - width: "fit-content", - }, - // { - // label: "父ID", - // prop: "pid", - // type: "input", - // }, - // { - // label: "一级编码", - // prop: "stairCode", - // type: "input", - // }, - // { - // label: "一级名称", - // prop: "stairName", - // type: "input", - // }, - // { - // label: "二级编码", - // prop: "secondCode", - // type: "input", - // }, - // { - // label: "二级名称", - // prop: "secondName", - // type: "input", - // }, - // { - // label: "三级编码", - // prop: "threeCode", - // type: "input", - // }, - // { - // label: "三级名称", - // prop: "threeName", - // type: "input", - // }, - // { - // label: "四级编码", - // prop: "fourCode", - // type: "input", - // }, - // { - // label: "四级名称", - // prop: "fourName", - // type: "input", - // }, - { - label: "名称", - prop: "name", - type: "input", + width: 'fit-content', + }, + { + label: '名称', + prop: 'name', + type: 'input', search: true, }, { - label: "类型", - prop: "type", - type: "select", + label: '类型', + prop: 'type', + type: 'select', search: true, dicUrl: '/api/blade-system/dict-biz/dictionary?code=category', props: { @@ -217,10 +172,9 @@ export default { { required: true, message: '请选择类型', - trigger: 'blur' - } - ] - + trigger: 'blur', + }, + ], }, - ] -} + ], +}; diff --git a/src/option/basicdata/basicdataCostCorrelation.js b/src/option/basicdata/basicdataCostCorrelation.js index e1f59b46..25302e08 100644 --- a/src/option/basicdata/basicdataCostCorrelation.js +++ b/src/option/basicdata/basicdataCostCorrelation.js @@ -5,105 +5,97 @@ export default { selection: true, column: [ { - label: "主键", - prop: "id", + label: '主键', + prop: 'id', display: false, hide: true, }, { - label: "租户号", - prop: "tenantId", + label: '租户号', + prop: 'tenantId', display: false, hide: true, }, { - label: "创建人", - prop: "createUser", + label: '创建人', + prop: 'createUser', display: false, hide: true, }, { - label: "创建时间", - prop: "createTime", + label: '创建时间', + prop: 'createTime', display: false, hide: true, }, { - label: "更新人", - prop: "updateUser", + label: '更新人', + prop: 'updateUser', display: false, hide: true, }, { - label: "更新时间", - prop: "updateTime", + label: '更新时间', + prop: 'updateTime', display: false, hide: true, }, { - label: "状态", - prop: "status", + label: '状态', + prop: 'status', display: false, hide: true, }, { - label: "是否已删除", - prop: "isDeleted", + label: '是否已删除', + prop: 'isDeleted', display: false, hide: true, }, { - label: "创建部门", - prop: "createDept", + label: '创建部门', + prop: 'createDept', display: false, hide: true, }, { - label: "预留1", - prop: "reserve1", + label: '预留1', + prop: 'reserve1', display: false, hide: true, }, { - label: "预留2", - prop: "reserve2", + label: '预留2', + prop: 'reserve2', display: false, hide: true, }, { - label: "预留3", - prop: "reserve3", + label: '预留3', + prop: 'reserve3', display: false, hide: true, }, { - label: "预留4", - prop: "reserve4", + label: '预留4', + prop: 'reserve4', display: false, hide: true, }, { - label: "预留5", - prop: "reserve5", + label: '预留5', + prop: 'reserve5', display: false, hide: true, }, - // { - // label: "区域价格ID", - // prop: "zonePriceId", - // }, { - label: "编码", - prop: "coding", + label: '编码', + prop: 'coding', search: true, }, { - label: "费用", - prop: "ensue", + label: '费用', + prop: 'ensue', }, - // { - // label: "标识", - // prop: "identification", - // }, - ] -} + ], +}; diff --git a/src/option/basicdata/basicdataCustomerBase.js b/src/option/basicdata/basicdataCustomerBase.js index d079a9a4..7dde5671 100644 --- a/src/option/basicdata/basicdataCustomerBase.js +++ b/src/option/basicdata/basicdataCustomerBase.js @@ -1,11 +1,11 @@ export default { - height:'auto', + height: 'auto', calcHeight: 30, tip: false, searchShow: false, searchMenuSpan: 6, - indexWidth:80, - indexLabel:"序号", + indexWidth: 80, + indexLabel: '序号', border: true, index: true, viewBtn: true, @@ -13,147 +13,142 @@ export default { dialogClickModal: false, column: [ { - label: "租户号", - prop: "tenantId", - type: "input", + label: '租户号', + prop: 'tenantId', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建人", - prop: "createUser", - type: "input", + label: '创建人', + prop: 'createUser', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建时间", - prop: "createTime", - type: "input", + label: '创建时间', + prop: 'createTime', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "更新人", - prop: "updateUser", - type: "input", + label: '更新人', + prop: 'updateUser', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "更新时间", - prop: "updateTime", - type: "input", + label: '更新时间', + prop: 'updateTime', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "状态", - prop: "status", - type: "input", + label: '状态', + prop: 'status', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "是否已删除", - prop: "isDeleted", - type: "input", + label: '是否已删除', + prop: 'isDeleted', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建部门", - prop: "createDept", - type: "input", + label: '创建部门', + prop: 'createDept', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "主键", - prop: "id", - type: "input", + label: '主键', + prop: 'id', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留1", - prop: "reserve1", - type: "input", + label: '预留1', + prop: 'reserve1', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留2", - prop: "reserve2", - type: "input", + label: '预留2', + prop: 'reserve2', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留3", - prop: "reserve3", - type: "input", + label: '预留3', + prop: 'reserve3', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留4", - prop: "reserve4", - type: "input", + label: '预留4', + prop: 'reserve4', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留5", - prop: "reserve5", - type: "input", + label: '预留5', + prop: 'reserve5', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "基地名称", - prop: "baseName", - type: "input", + label: '基地名称', + prop: 'baseName', + type: 'input', search: true, }, { - label: "基地编码", - prop: "baseCode", - type: "input", + label: '基地编码', + prop: 'baseCode', + type: 'input', search: true, }, - // { - // label: "客户ID", - // prop: "clientId", - // type: "input", - // }, - ] -} + ], +}; diff --git a/src/option/basicdata/basicdataCustomerStore.js b/src/option/basicdata/basicdataCustomerStore.js index c08fbc29..fc041f2f 100644 --- a/src/option/basicdata/basicdataCustomerStore.js +++ b/src/option/basicdata/basicdataCustomerStore.js @@ -1,11 +1,11 @@ export default { - height:'auto', + height: 'auto', calcHeight: 30, tip: false, searchShow: false, searchMenuSpan: 6, - indexWidth:80, - indexLabel:"序号", + indexWidth: 80, + indexLabel: '序号', border: true, index: true, viewBtn: true, @@ -13,148 +13,142 @@ export default { dialogClickModal: false, column: [ { - label: "租户号", - prop: "tenantId", - type: "input", + label: '租户号', + prop: 'tenantId', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建人", - prop: "createUser", - type: "input", + label: '创建人', + prop: 'createUser', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建时间", - prop: "createTime", - type: "input", + label: '创建时间', + prop: 'createTime', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "更新人", - prop: "updateUser", - type: "input", + label: '更新人', + prop: 'updateUser', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "更新时间", - prop: "updateTime", - type: "input", + label: '更新时间', + prop: 'updateTime', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "状态", - prop: "status", - type: "input", + label: '状态', + prop: 'status', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "是否已删除", - prop: "isDeleted", - type: "input", + label: '是否已删除', + prop: 'isDeleted', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "创建部门", - prop: "createDept", - type: "input", + label: '创建部门', + prop: 'createDept', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "主键", - prop: "id", - type: "input", + label: '主键', + prop: 'id', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留1", - prop: "reserve1", - type: "input", + label: '预留1', + prop: 'reserve1', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留2", - prop: "reserve2", - type: "input", + label: '预留2', + prop: 'reserve2', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留3", - prop: "reserve3", - type: "input", + label: '预留3', + prop: 'reserve3', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留4", - prop: "reserve4", - type: "input", + label: '预留4', + prop: 'reserve4', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "预留5", - prop: "reserve5", - type: "input", + label: '预留5', + prop: 'reserve5', + type: 'input', addDisplay: false, editDisplay: false, viewDisplay: false, hide: true, }, { - label: "商场名称", - prop: "storeName", - type: "input", + label: '商场名称', + prop: 'storeName', + type: 'input', search: true, }, { - label: "商场编码", - prop: "storeCode", - type: "input", + label: '商场编码', + prop: 'storeCode', + type: 'input', search: true, }, - // { - // label: "客户", - // prop: "clientId", - // type: "input", - // search: true, - // }, - ] -} + ], +}; diff --git a/src/option/basicdata/basicdataDriverArtery.js b/src/option/basicdata/basicdataDriverArtery.js index 74b98ac9..e9240cca 100644 --- a/src/option/basicdata/basicdataDriverArtery.js +++ b/src/option/basicdata/basicdataDriverArtery.js @@ -178,10 +178,6 @@ export default { value: 'id', disabled: true, }, - // addDisplay: false, - // editDisplay: false, - // viewDisplay: false, - // hide: true, }, { label: '合同开始时间', diff --git a/src/option/basicdata/basicdataFreight.js b/src/option/basicdata/basicdataFreight.js index 26c29302..27b7def9 100644 --- a/src/option/basicdata/basicdataFreight.js +++ b/src/option/basicdata/basicdataFreight.js @@ -316,17 +316,6 @@ export default { valueFormat:'YYYY-MM-DD HH:mm:ss' }, - // { - // label: "类型", - // prop: "type", - // type: "input", - // }, - // { - // label: "标识", - // prop: "identification", - // type: "input", - // - // }, { label: "时间段", //;1 0-30天 2 0-60天 3 60天以上 prop: "warehousingTimeCharge", diff --git a/src/option/basicdata/basicdataGoodsArea.js b/src/option/basicdata/basicdataGoodsArea.js index 50ffc6e4..361818bd 100644 --- a/src/option/basicdata/basicdataGoodsArea.js +++ b/src/option/basicdata/basicdataGoodsArea.js @@ -62,28 +62,6 @@ export default { prop: "enableStatus", hide:false, }, - // { - // label: "预留1", - // prop: "reserve1", - // }, - // { - // label: "预留2", - // prop: "reserve2", - // }, - // { - // label: "预留3", - // prop: "reserve3", - // }, - // { - // label: "预留4", - // prop: "reserve4", - // }, - // { - // label: "预留5", - // prop: "reserve5", - // }, - - { label: "货区类型", prop: "areaTypeName", diff --git a/src/option/basicdata/basicdataGoodsShelf.js b/src/option/basicdata/basicdataGoodsShelf.js index 9c664b36..05df24c7 100644 --- a/src/option/basicdata/basicdataGoodsShelf.js +++ b/src/option/basicdata/basicdataGoodsShelf.js @@ -58,26 +58,6 @@ export default { display: false, hide: true, }, - // { - // label: "预留1", - // prop: "reserve1", - // }, - // { - // label: "预留2", - // prop: "reserve2", - // }, - // { - // label: "预留3", - // prop: "reserve3", - // }, - // { - // label: "预留4", - // prop: "reserve4", - // }, - // { - // label: "预留5", - // prop: "reserve5", - // }, { label: "仓库名称", prop: "warehouseName", @@ -119,20 +99,12 @@ export default { prop: "enableStatus", hide:false, }, - // { - // label: "货位名称", - // prop: "goodsAllcationId", - // }, { label: "二维码", prop: "qrCode", display: false, hide: true, }, - // { - // label: "二维码图片", - // prop: "qrCodeUrl", - // }, { label: "备注", prop: "remarks", diff --git a/src/option/basicdata/basicdataStoreBrand.js b/src/option/basicdata/basicdataStoreBrand.js index 0aa00399..cbb72e76 100644 --- a/src/option/basicdata/basicdataStoreBrand.js +++ b/src/option/basicdata/basicdataStoreBrand.js @@ -123,27 +123,6 @@ export default { viewDisplay: false, hide: true, }, - // { - // label: "门店名称", - // prop: "shopId", - // type: "select", - // remote: false, - // allowCreate:false, - // filterable:false, - // search: false, - // dicUrl: `${baseUrl}/basicdataShop/lists?storeName={{key}}`, - // props: { - // label: 'storeName', - // value: 'id', - // }, - // // rules: [ - // // { - // // required: true, - // // message: '请选择门店', - // // trigger: 'blur' - // // } - // // ] - // }, { label: "品牌名称", prop: "brandId", @@ -182,11 +161,6 @@ export default { editDisplay: false, viewDisplay: false, hide: true, - // dicUrl: '/api/blade-system/tenant/list', - // props: { - // label: 'tenantName', - // value: 'tenantId', - // }, }, ] } diff --git a/src/option/basicdata/basicdataTeamStaff.js b/src/option/basicdata/basicdataTeamStaff.js index 97f771c5..43deecd4 100644 --- a/src/option/basicdata/basicdataTeamStaff.js +++ b/src/option/basicdata/basicdataTeamStaff.js @@ -92,10 +92,6 @@ export default { label: "姓名", prop: "name", }, - // { - // label: "工号", - // prop: "jobNumber", - // }, { label: "班组名称", prop: "teamGroupName", diff --git a/src/option/basicdata/basicdataTray.js b/src/option/basicdata/basicdataTray.js index fbb1b3e2..d6124b97 100644 --- a/src/option/basicdata/basicdataTray.js +++ b/src/option/basicdata/basicdataTray.js @@ -131,37 +131,6 @@ export default { hide: true, width: '130', }, - // { - // label: "预留1", - // prop: "reserve1", - // type: "input", - // }, - // { - // label: "预留2", - // prop: "reserve2", - // type: "input", - // }, - // { - // label: "预留3", - // prop: "reserve3", - // type: "input", - // }, - // { - // label: "预留4", - // prop: "reserve4", - // type: "input", - // }, - // { - // label: "预留5", - // prop: "reserve5", - // type: "input", - // }, - // { - // label: "托盘名称", - // prop: "palletName", - // type: "input", - // labelWidth:'100', - // }, { label: '仓 库', prop: 'warehouseId', @@ -280,31 +249,5 @@ export default { hide: true, width: '130', }, - // { - // label: "二维码", - // prop: "qrCode", - // type: "input", - // labelWidth:'100', - // addDisplay: true, - // hide: true, - // }, - // { - // label: "二维码图片", - // prop: "qrCodeUrl", - // type: "upload", - // dataType: 'string', - // listType: 'picture-img', - // hide: true, - // labelWidth:'100', - // span:11, - // multiple:false, - // width:"200px", - // align:'left', - // action: '/blade-resource/oss/endpoint/put-file', - // propsHttp: { - // res: 'data', - // url: 'link', - // }, - // }, ], }; diff --git a/src/option/basicdata/basicdataTripartiteMall.js b/src/option/basicdata/basicdataTripartiteMall.js index 44cee612..cdef5425 100644 --- a/src/option/basicdata/basicdataTripartiteMall.js +++ b/src/option/basicdata/basicdataTripartiteMall.js @@ -88,10 +88,6 @@ export default { display: false, hide: true, }, - // { - // label: "客户ID", - // prop: "client", - // }, { label: "三方商场", prop: "tripartiteMall", diff --git a/src/option/basicdata/basicdataVehicle.js b/src/option/basicdata/basicdataVehicle.js index 96c3e968..4f21ae07 100644 --- a/src/option/basicdata/basicdataVehicle.js +++ b/src/option/basicdata/basicdataVehicle.js @@ -503,15 +503,6 @@ export default { align:'center', span:11, }, - // { - // label: "车辆挂靠公司", - // prop: "vehicleParkingCompany", - // type: "input", - // labelWidth:'150', - // width:"150px", - // align:'center', - // span:11, - // }, { label: "是否有GPS", prop: "withGps", @@ -610,7 +601,6 @@ export default { width:"200px", align:'left', action: '/blade-resource/oss/endpoint/put-file', - // limit: 3, propsHttp: { res: 'data', url: 'link', @@ -628,7 +618,6 @@ export default { width:"200px", align:'left', action: '/blade-resource/oss/endpoint/put-file', - // limit: 3, propsHttp: { res: 'data', url: 'link', diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js index 13dc7a02..f10db45c 100644 --- a/src/option/distribution/TripartiteTransfer.js +++ b/src/option/distribution/TripartiteTransfer.js @@ -368,16 +368,6 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, - // { - // prop: 'lineNameTitle', - // label: '订单来源', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'trayName', label: '托盘名称', @@ -418,26 +408,6 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, - // { - // prop: 'nodeNub', - // label: '装车仓库', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'startTime', - // label: '扫码时间', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'unloadNodeName', label: '卸车仓库', @@ -578,86 +548,6 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, - // { - // prop: 'totalFee', - // label: '是否齐套', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'carrierName', - // label: '一级品类', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'waybillCount', - // label: '二级品类', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'totalNum', - // label: '三级品类', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'totalWeight', - // label: '物料名称', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'totalVolume', - // label: '装车扫描人', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'createUserName', - // label: '卸车人', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'totalWeight', - // label: '同步状态', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'createTime', label: '装车时间', @@ -871,17 +761,6 @@ export const TripartiteTransferColumnList = [ isshowSummary: true, sortable: true, }, - // { - // prop: 'stockNum', - // label: '在库数', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // isshowSummary: true, - // sortable: true, - // }, { prop: 'loadingNum', label: '装车数', @@ -915,17 +794,6 @@ export const TripartiteTransferColumnList = [ isshowSummary: true, sortable: true, }, - // { - // prop: 'openPrice', - // label: '运单开单价格', - // type: 1, - // values: '', - // width: '150', - // checkarr: [], - // fixed: false, - // isColumnMerge: true, - // sortable: true, - // }, { prop: 'weight', label: '重量(KG)', @@ -971,27 +839,6 @@ export const TripartiteTransferColumnList = [ isshowSummary: true, sortable: true, }, - { - prop: 'orderFreight', - label: '订单运费', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - isshowSummary: true, - sortable: true, - }, - // { - // prop: 'customerTrain', - // label: '客户车次', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'remark', label: '运单备注', diff --git a/src/option/distribution/VehicleArrivalManagement.js b/src/option/distribution/VehicleArrivalManagement.js index 0983e1d5..b7a9d81b 100644 --- a/src/option/distribution/VehicleArrivalManagement.js +++ b/src/option/distribution/VehicleArrivalManagement.js @@ -89,16 +89,6 @@ export const columnList = [ fixed: false, sortable: true, }, - // { - // prop: 'startTime', - // label: '滞留扫描', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'isCustomerName', label: '是否直发商家', @@ -112,16 +102,6 @@ export const columnList = [ fixed: false, sortable: false, }, - // { - // prop: 'planVolume', - // label: '类型', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'loadStatusName', label: '车辆状态', diff --git a/src/option/distribution/VehicleStowage.js b/src/option/distribution/VehicleStowage.js index c1fcc0fb..2537e8df 100644 --- a/src/option/distribution/VehicleStowage.js +++ b/src/option/distribution/VehicleStowage.js @@ -89,16 +89,6 @@ export const columnList = [ fixed: false, sortable: true, }, - // { - // prop: 'startTime', - // label: '滞留扫描', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'isCustomerName', label: '是否直发商家', @@ -112,16 +102,6 @@ export const columnList = [ fixed: false, sortable: false, }, - // { - // prop: 'planVolume', - // label: '类型', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'loadStatusName', label: '车辆状态', @@ -375,17 +355,6 @@ export const columnList = [ fixed: false, sortable: true, }, - // { - // prop: 'createUserName', - // label: '卸车总收入', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // isshowSummary: true, - // }, { prop: 'createUserName', label: '操作', diff --git a/src/option/distribution/zeroAdditionalRecording.js b/src/option/distribution/zeroAdditionalRecording.js index 69fe7004..15d9a63d 100644 --- a/src/option/distribution/zeroAdditionalRecording.js +++ b/src/option/distribution/zeroAdditionalRecording.js @@ -96,16 +96,6 @@ export const oldColumnList = [ fixed: false, sortable: true, }, - // { - // prop: 'planNum', - // label: '计划件数', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'stockNum', label: '在库件数', @@ -287,16 +277,6 @@ export const newColumnList = [ fixed: false, sortable: true, }, - // { - // prop: 'realNum', - // label: '装车件数', - // type: 2, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, { prop: 'loadingNum', label: '装车件数', diff --git a/src/option/reportforms/OrderAllTime.js b/src/option/reportforms/OrderAllTime.js index d286db60..b2e82ded 100644 --- a/src/option/reportforms/OrderAllTime.js +++ b/src/option/reportforms/OrderAllTime.js @@ -81,6 +81,23 @@ export const columnList = [ head: false, isshowSummary: true, //开启统计 }, + { + prop: 'serviceTypeName', + label: '订单类型', + type: 1, + values: '', + width: '150', + checkarr: [ + { label: '商配', value: 1 }, + { label: '市配', value: 2 }, + { label: '自提', value: 3 }, + { label: '三方中转', value: 4 }, + ], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, { prop: 'departureWarehouseName', label: '始发仓', diff --git a/src/option/reportforms/PackageStartTimePageReport.js b/src/option/reportforms/PackageStartTimePageReport.js index f9d5ff71..3a78a4fb 100644 --- a/src/option/reportforms/PackageStartTimePageReport.js +++ b/src/option/reportforms/PackageStartTimePageReport.js @@ -94,6 +94,18 @@ export const columnList = [ head: false, isshowSummary: true, //开启统计 }, + { + prop: 'noOutNum', + label: '未发运件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, { prop: 'onTimeNum', label: '准时发运数', @@ -106,6 +118,18 @@ export const columnList = [ head: false, isshowSummary: true, //开启统计 }, + { + prop: 'noOutOverNum', + label: '未发运超时件数', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + isshowSummary: true, //开启统计 + }, { prop: 'onTimeRate', label: '准时发运率', @@ -128,4 +152,15 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'hoursTime', + label: '标准时效(小时)', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, ]; diff --git a/src/option/reportforms/PackageTransferTimePageReport.js b/src/option/reportforms/PackageTransferTimePageReport.js index 4eb82c03..7fcccfa8 100644 --- a/src/option/reportforms/PackageTransferTimePageReport.js +++ b/src/option/reportforms/PackageTransferTimePageReport.js @@ -151,4 +151,15 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'hoursTime', + label: '标准时效(小时)', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, ]; diff --git a/src/option/storagecost/Traincostbreakdown.js b/src/option/storagecost/Traincostbreakdown.js index 7f9af562..9451d7dd 100644 --- a/src/option/storagecost/Traincostbreakdown.js +++ b/src/option/storagecost/Traincostbreakdown.js @@ -89,6 +89,17 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'trainCompletionTime', + label: '复核完成时', + type: 1, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'destinationWarehouse', label: '目的仓', diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue index 0c8e67d4..edcff613 100644 --- a/src/page/index/logo.vue +++ b/src/page/index/logo.vue @@ -15,7 +15,7 @@ {{ website.indexTitle }} - + @@ -28,7 +28,7 @@ export default { data() { return {}; }, - created() {}, + created() { }, computed: { ...mapGetters(['isCollapse']), }, @@ -37,13 +37,22 @@ export default { diff --git a/src/page/login/index.vue b/src/page/login/index.vue index 8ce5e630..6f482da9 100644 --- a/src/page/login/index.vue +++ b/src/page/login/index.vue @@ -14,8 +14,10 @@