From d3feeaa925140522056e1cda19d1e8a280861216 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Sat, 25 Nov 2023 10:04:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BD=A6=E8=BE=86=E9=85=8D?= =?UTF-8?q?=E8=BD=BD=E9=A1=B5=E9=9D=A2/=E9=9B=B6=E6=8B=85=E8=A1=A5?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2/=E5=B9=B2=E7=BA=BF=E6=8F=90?= =?UTF-8?q?=E8=B4=A7=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/VehicleArrivalManagement.js | 627 ++++++++++ src/option/distribution/VehicleStowage.js | 627 ++++++++++ .../distribution/zeroAdditionalRecording.js | 480 ++++++++ src/router/views/index.js | 51 +- src/styles/common.scss | 14 +- .../artery/TripartiteTransfer.vue | 588 +++++++++ .../artery/VehicleArrivalManagement.vue | 518 ++++++++ .../distribution/artery/VehicleStowage.vue | 588 +++++++++ .../artery/zeroAdditionalRecording.vue | 593 +++++++++ .../distribution/inventory/BookingNote.vue | 1075 +++++++++++++++++ .../arteryDistrilbutionBillLadingList.vue | 2 +- 11 files changed, 5145 insertions(+), 18 deletions(-) create mode 100644 src/option/distribution/VehicleArrivalManagement.js create mode 100644 src/option/distribution/VehicleStowage.js create mode 100644 src/option/distribution/zeroAdditionalRecording.js create mode 100644 src/views/distribution/artery/TripartiteTransfer.vue create mode 100644 src/views/distribution/artery/VehicleArrivalManagement.vue create mode 100644 src/views/distribution/artery/VehicleStowage.vue create mode 100644 src/views/distribution/artery/zeroAdditionalRecording.vue create mode 100644 src/views/distribution/inventory/BookingNote.vue diff --git a/src/option/distribution/VehicleArrivalManagement.js b/src/option/distribution/VehicleArrivalManagement.js new file mode 100644 index 00000000..7c73a22e --- /dev/null +++ b/src/option/distribution/VehicleArrivalManagement.js @@ -0,0 +1,627 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'billladingCode', + label: '批次号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'carNumber', + label: '路线', + type: 13, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '计划装车', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'driverPhone', + label: '装车件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'warehouseName', + label: '在车件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'lineNameTitle', + label: '卸车件数', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'nodeNub', + label: '满载率', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'startTime', + label: '滞留扫描', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'endTime', + label: '直发商家', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planVolume', + label: '类型', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'billladingStatus', + label: '车辆状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'chargeType', + label: '主驾司机', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalFee', + label: '主驾司机手机号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'remark', + label: '车牌号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'carrierName', + label: '起点仓库', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillCount', + label: '终点仓库', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNum', + label: '到车时间', + type: 4, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '实际发车时间', + type: 4, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalVolume', + label: '总运输费用', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '现付运输费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + isshowSummary: true, + sortable: true, + }, + { + prop: 'totalWeight', + label: '油费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalVolume', + label: '路桥费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '回付运输费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '到付运输费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalWeight', + label: '整车信息费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalVolume', + label: '整车保险费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '整车落地费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalWeight', + label: '发站装车费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalVolume', + label: '发站其他费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '到站卸车费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '到站其它费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalWeight', + label: '经办人', + type: 2, + 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, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '操作', + type: 6, + values: '', + width: '200', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; + +/** 装车详情列表 */ +export const detailsColumnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'orderCode', + label: '运单号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderCode', + label: '合同号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 13, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '计划目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverPhone', + label: '目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'warehouseName', + label: '装卸状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'lineNameTitle', + label: '订单来源', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'nodeNub', + label: '装车仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'startTime', + label: '扫码时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'endTime', + label: '装卸仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planVolume', + label: '卸车时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'billladingStatus', + label: '装车类型', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'chargeType', + label: '是否补录', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalFee', + label: '是否齐套', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'remark', + label: '托盘码', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'carrierName', + label: '一级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillCount', + label: '二级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNum', + label: '三级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '物料名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalVolume', + label: '装车扫描人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'createUserName', + label: '卸车人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '同步状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, +]; diff --git a/src/option/distribution/VehicleStowage.js b/src/option/distribution/VehicleStowage.js new file mode 100644 index 00000000..2b341805 --- /dev/null +++ b/src/option/distribution/VehicleStowage.js @@ -0,0 +1,627 @@ +export const columnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'billladingCode', + label: '批次号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'carNumber', + label: '路线', + type: 13, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '计划装车', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'driverPhone', + label: '装车件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'warehouseName', + label: '在车件数', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'lineNameTitle', + label: '卸车件数', + type: 1, + values: '', + width: '180', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'nodeNub', + label: '满载率', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'startTime', + label: '滞留扫描', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'endTime', + label: '直发商家', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planVolume', + label: '类型', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'billladingStatus', + label: '车辆状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'chargeType', + label: '主驾司机', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalFee', + label: '主驾司机手机号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'remark', + label: '车牌号', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'carrierName', + label: '起点仓库', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillCount', + label: '终点仓库', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNum', + label: '到车时间', + type: 4, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '实际发车时间', + type: 4, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalVolume', + label: '总运输费用', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '现付运输费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + isshowSummary: true, + sortable: true, + }, + { + prop: 'totalWeight', + label: '油费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalVolume', + label: '路桥费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '回付运输费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '到付运输费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalWeight', + label: '整车信息费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalVolume', + label: '整车保险费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '整车落地费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalWeight', + label: '发站装车费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalVolume', + label: '发站其他费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '到站卸车费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '到站其它费', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + isshowSummary: true, + }, + { + prop: 'totalWeight', + label: '经办人', + type: 2, + 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, + isshowSummary: true, + }, + { + prop: 'createUserName', + label: '操作', + type: 6, + values: '', + width: '400', + checkarr: [], + fixed: 'right', + sortable: false, + }, +]; + +/** 装车详情列表 */ +export const detailsColumnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'orderCode', + label: '运单号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderCode', + label: '合同号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 13, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '计划目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverPhone', + label: '目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'warehouseName', + label: '装卸状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'lineNameTitle', + label: '订单来源', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'nodeNub', + label: '装车仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'startTime', + label: '扫码时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'endTime', + label: '装卸仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planVolume', + label: '卸车时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'billladingStatus', + label: '装车类型', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'chargeType', + label: '是否补录', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalFee', + label: '是否齐套', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'remark', + label: '托盘码', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'carrierName', + label: '一级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillCount', + label: '二级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNum', + label: '三级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '物料名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalVolume', + label: '装车扫描人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'createUserName', + label: '卸车人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '同步状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, +]; diff --git a/src/option/distribution/zeroAdditionalRecording.js b/src/option/distribution/zeroAdditionalRecording.js new file mode 100644 index 00000000..bf33730b --- /dev/null +++ b/src/option/distribution/zeroAdditionalRecording.js @@ -0,0 +1,480 @@ +export const oldColumnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'orderCode', + label: '运单号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderCode', + label: '合同号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 13, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '计划目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverPhone', + label: '目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'warehouseName', + label: '装卸状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'lineNameTitle', + label: '订单来源', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'nodeNub', + label: '装车仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'startTime', + label: '扫码时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'endTime', + label: '装卸仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planVolume', + label: '卸车时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'billladingStatus', + label: '装车类型', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'chargeType', + label: '是否补录', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalFee', + label: '是否齐套', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'remark', + label: '托盘码', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'carrierName', + label: '一级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillCount', + label: '二级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNum', + label: '三级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '物料名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalVolume', + label: '装车扫描人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'createUserName', + label: '卸车人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '同步状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, +]; + +/** 装车详情列表 */ +export const newColumnList = [ + { + prop: '', + label: '复选框', + type: 0, + width: 55, + fixed: true, + }, + { + prop: '', + label: '序号', + type: 12, + values: '', + width: 55, + fixed: true, + }, + { + prop: 'orderCode', + label: '运单号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderCode', + label: '合同号', + type: 13, + values: '', + width: '150', + checkarr: [], + fixed: true, + sortable: true, + head: false, + }, + { + prop: 'orderPackageCode', + label: '包条码', + type: 13, + values: '', + width: '200', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverName', + label: '计划目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'driverPhone', + label: '目的地', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'warehouseName', + label: '装卸状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'lineNameTitle', + label: '订单来源', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'nodeNub', + label: '装车仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'startTime', + label: '扫码时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'endTime', + label: '装卸仓库', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'planVolume', + label: '卸车时间', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'billladingStatus', + label: '装车类型', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'chargeType', + label: '是否补录', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalFee', + label: '是否齐套', + type: 3, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'remark', + label: '托盘码', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'carrierName', + label: '一级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'waybillCount', + label: '二级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalNum', + label: '三级品类', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '物料名称', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalVolume', + label: '装车扫描人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'createUserName', + label: '卸车人', + type: 2, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'totalWeight', + label: '同步状态', + type: 3, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, +]; diff --git a/src/router/views/index.js b/src/router/views/index.js index bd6c148b..88db215d 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -175,6 +175,24 @@ export default [ }, ], }, + { + path: '/distribution/artery', + component: Layout, + redirect: '/distribution/artery/zeroAdditionalRecording', + children: [ + { + path: 'zeroAdditionalRecording', + name: '零担补录', + meta: { + i18n: 'data', + }, + component: () => + import( + /* webpackChunkName: "views" */ '@/views/distribution/artery/zeroAdditionalRecording.vue' + ), + }, + ], + }, // { // path: '/basic/pdarecords/basicPdarecords', // name:'pda维修记录', @@ -226,6 +244,15 @@ export default [ /* webpackChunkName: "views" */ '@/views/distribution/inventory/arteryDistrilbutionBillLadingListDetails.vue' ), }, + { + path: '/distribution/inventory/BookingNote', + name: '货物托运单', + meta: { + data: 'data', + }, + component: () => + import(/* webpackChunkName: "views" */ '@/views/distribution/inventory/BookingNote.vue'), + }, ], }, { @@ -1076,18 +1103,18 @@ export default [ ], }, -{ - path: '/distribution/checkInventoryTask/createTaskTemp', - component: Layout, - redirect: '/distribution/checkInventoryTask/createTaskTemp', - children: [ - { - path: '/distribution/checkInventoryTask/createTaskTemp', - name: '盘点重构', - component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'), - }, - ], -}, + { + path: '/distribution/checkInventoryTask/createTaskTemp', + component: Layout, + redirect: '/distribution/checkInventoryTask/createTaskTemp', + children: [ + { + path: '/distribution/checkInventoryTask/createTaskTemp', + name: '盘点重构', + component: () => import('@/views/distribution/checkInventoryTask/createTaskTemp.vue'), + }, + ], + }, // { // path: '/distribution/turndelivery/devtmp', diff --git a/src/styles/common.scss b/src/styles/common.scss index e9fb4f3c..ffbdfa16 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -9,17 +9,17 @@ height: 30px !important; } } -.basic-container__card{ +.basic-container__card { .el-card__body { - padding: 5px !important ; -} + padding: 5px !important ; + } } .avue-crud__pagination { padding: 0 0; padding-top: 5px; } -.el-card__body{ - .el-card__body{ +.el-card__body { + .el-card__body { padding: 0px !important; } } @@ -148,6 +148,10 @@ a { justify-content: space-between; } +.mt10 { + margin-top: 10px; +} + // ele样式覆盖 @import './element-ui.scss'; // 顶部右侧显示 diff --git a/src/views/distribution/artery/TripartiteTransfer.vue b/src/views/distribution/artery/TripartiteTransfer.vue new file mode 100644 index 00000000..a5792d6f --- /dev/null +++ b/src/views/distribution/artery/TripartiteTransfer.vue @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + + + + + + + + 新增中转 + 装载清单 + 装载卸车清单(财务) + 发 车 + 取消发车 + 取消装车 + 到 达 + 修 改 + + + + + + + + + + + + + + + + + 123 + + + + + 删除 + + + 文员签收 + + + 结算 + + 装车明细 + + + + + + + + 选择数: , 运单数: , 件数: , 重量: , 体积: , 提货费: , + 总计: 总数: , 运单数: , 件数: , 重量: , 体积: , 提货费: , + + + + + + 勾选数量: {{ selectionList.length }} + + + + + + + + + + + + + + + + + + + + + + 批量卸车 + 搜 索 + 二维码 + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/distribution/artery/VehicleArrivalManagement.vue b/src/views/distribution/artery/VehicleArrivalManagement.vue new file mode 100644 index 00000000..9a84eb32 --- /dev/null +++ b/src/views/distribution/artery/VehicleArrivalManagement.vue @@ -0,0 +1,518 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + + + + + + + + + 发车 + 网点取消发车 + 装载清单 + 到达 + + 中途到达卸车 + + + 对比报表 + + + 终点到达卸车 + + + 卸车报告 + + + 欧派TIMS数据关联 + + + + + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + 选择数: , 运单数: , 件数: , 重量: , 体积: , 提货费: , + 总计: 总数: , 运单数: , 件数: , 重量: , 体积: , 提货费: , + + + + + + 勾选数量: {{ selectionList.length }} + + + + + + + + + + + + + + + + + + + + + + 批量卸车 + 搜 索 + 二维码 + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/distribution/artery/VehicleStowage.vue b/src/views/distribution/artery/VehicleStowage.vue new file mode 100644 index 00000000..fe58f3b2 --- /dev/null +++ b/src/views/distribution/artery/VehicleStowage.vue @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜 索 + 清 空 + + + + + + + + + + 新增配载 + + 打 印 + 装载清单 + 装载卸车清单(财务) + 发 车 + 取消发车 + 取消装车 + 对比报表 + 卸车报告 + + + + + + + + + + + + + + + + + 123 + + + + + 零担补录 + + 装车明细 + 编辑 + 数据同步 + 批量装车 + 手动装车 + 节点费用 + + + + + + + + 选择数: , 运单数: , 件数: , 重量: , 体积: , 提货费: , + 总计: 总数: , 运单数: , 件数: , 重量: , 体积: , 提货费: , + + + + + + 勾选数量: {{ selectionList.length }} + + + + + + + + + + + + + + + + + + + + + + 批量卸车 + 搜 索 + 二维码 + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/distribution/artery/zeroAdditionalRecording.vue b/src/views/distribution/artery/zeroAdditionalRecording.vue new file mode 100644 index 00000000..e82a8e65 --- /dev/null +++ b/src/views/distribution/artery/zeroAdditionalRecording.vue @@ -0,0 +1,593 @@ + + + + 发车批次: LQGX + + + + + 运单池 + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜 索 + 重置 + + + + + + + + + + + + + + + 加入调度池 + + + + + + + + + + + + + + + + + + + + 调度池 + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜 索 + 重置 + + + + + + + + + 移除调度池 + + + + + + + + + + + + + + + + + + + + + 提 交 + + + + + + + + diff --git a/src/views/distribution/inventory/BookingNote.vue b/src/views/distribution/inventory/BookingNote.vue new file mode 100644 index 00000000..92f4da2b --- /dev/null +++ b/src/views/distribution/inventory/BookingNote.vue @@ -0,0 +1,1075 @@ + + + + + + 货物托运单 + + + + + + 品牌: 欧派 + 运单号: LQ23060003 + + + admin 1997-01-01 12:00:00 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 发货方 + + + + + + + + + + + + + + + + + + + + + + + + + + 收货方 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 方 + 件 + 公斤 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 合计 + + + + + + + + + + + + + + 合计费用 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 合计费用 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + 审 核 + 修 改 + + 打 印 + 关 闭 + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + 123 + + + + 装车明细 + 编辑 + + + + + + + + + + + + + + + + + diff --git a/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue b/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue index 6c3812fc..877e8454 100644 --- a/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue +++ b/src/views/distribution/inventory/arteryDistrilbutionBillLadingList.vue @@ -584,7 +584,7 @@ - +