From b0ccf05acc4a38917b228ab28e68f95f762cff72 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Tue, 9 Apr 2024 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8F=90=E8=B4=A7=E6=A8=A1?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/distribution/TripartiteTransfer.js | 80 +++-- src/router/views/index.js | 1 + .../distribution/artery/AddVehicleStowage.vue | 15 +- .../artery/VehicleArrivalManagement.vue | 6 +- .../distribution/artery/VehicleStowage.vue | 6 + .../signdetail/packageNodeSearch.vue | 78 ++--- .../signfor/distributionSignfor.vue | 1 + .../Financialse/FinancialBill.vue | 328 +++++++++++++----- 8 files changed, 339 insertions(+), 176 deletions(-) diff --git a/src/option/distribution/TripartiteTransfer.js b/src/option/distribution/TripartiteTransfer.js index 66075a18..2ebd8f03 100644 --- a/src/option/distribution/TripartiteTransfer.js +++ b/src/option/distribution/TripartiteTransfer.js @@ -288,26 +288,36 @@ export const detailsColumnList = [ fixed: false, sortable: true, }, - // { - // prop: 'driverName', - // label: '计划目的地', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, - // { - // prop: 'driverPhone', - // label: '目的地', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, + { + prop: 'loadingUserName', + label: '装车人', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'warehouseName', + label: '装车仓库', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'finalNodeName', + label: '计划目的仓库', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, { prop: 'scanStatusName', label: '装卸状态', @@ -368,16 +378,26 @@ export const detailsColumnList = [ // fixed: false, // sortable: true, // }, - // { - // prop: 'endTime', - // label: '装卸仓库', - // type: 1, - // values: '', - // width: '130', - // checkarr: [], - // fixed: false, - // sortable: true, - // }, + { + prop: 'unloadNodeName', + label: '卸车仓库', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, + { + prop: 'unloadUserName', + label: '卸车人', + type: 1, + values: '', + width: '130', + checkarr: [], + fixed: false, + sortable: true, + }, // { // prop: 'planVolume', // label: '卸车时间', diff --git a/src/router/views/index.js b/src/router/views/index.js index 2662d00a..a462eb42 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -195,6 +195,7 @@ export default [ name: '新增配载', meta: { i18n: 'data', + keepAlive: true, }, component: () => import( diff --git a/src/views/distribution/artery/AddVehicleStowage.vue b/src/views/distribution/artery/AddVehicleStowage.vue index 3a304699..a86cecec 100644 --- a/src/views/distribution/artery/AddVehicleStowage.vue +++ b/src/views/distribution/artery/AddVehicleStowage.vue @@ -257,10 +257,7 @@ :precision="2" :min="0" :step="1" - :disabled=" - Number(details.pageType) === 2 || - slotProps.scope.row.blackList.includes(slotProps.scope.column.property) - " + :disabled="slotProps.scope.row.blackList.includes(slotProps.scope.column.property)" :value-on-clear="0" @change="handleComputedNum" v-model.lazy="slotProps.scope.row[slotProps.scope.column.property]" @@ -577,7 +574,7 @@ @@ -1802,10 +1799,10 @@ const handleSubmit = (formEl: FormInstance | undefined) => { }); }; -watch($route, () => { - if ($route.path !== '/distribution/artery/AddVehicleStowage') return; - onLoad(); -}); +// watch($route, () => { +// if ($route.path !== '/distribution/artery/AddVehicleStowage') return; +// onLoad(); +// }); diff --git a/src/views/distribution/signfor/distributionSignfor.vue b/src/views/distribution/signfor/distributionSignfor.vue index 06b8bced..00e8c66b 100644 --- a/src/views/distribution/signfor/distributionSignfor.vue +++ b/src/views/distribution/signfor/distributionSignfor.vue @@ -756,6 +756,7 @@ export default { type: 'warning', message: '请选择签收记录!', }); + return; } const idList = this.selectionList.map(item => { diff --git a/src/views/financialsector/Financialse/FinancialBill.vue b/src/views/financialsector/Financialse/FinancialBill.vue index e19c33bb..bb4b4a11 100644 --- a/src/views/financialsector/Financialse/FinancialBill.vue +++ b/src/views/financialsector/Financialse/FinancialBill.vue @@ -1,8 +1,12 @@ - + - + @@ -50,54 +54,68 @@ 品类管理 - - - - - 序号 - 产品品类 - + + + + + + 序号 + 产品品类 + - - - {{ index }} - - - - - - - + + + {{ index }} + + + + + + + + + + - + + - - + + @@ -115,12 +133,14 @@ {{ item.label }} + >{{ item.dictValue }} - {{ item.label }} + {{ + item.dictValue + }} @@ -128,30 +148,46 @@ 重置 - 保存 + 保存