From 80d60cd10af79bdeebb0b759792d11bb4fb621dc Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Sun, 7 Apr 2024 17:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/views/index.js | 9 +++ .../distribution/artery/AddVehicleStowage.vue | 6 ++ .../Financialse/FinancialBill.vue | 32 +++++++++ src/views/warehouse/warehouseWaybill.vue | 4 +- src/views/wel/index.vue | 70 ++++++++++--------- 5 files changed, 85 insertions(+), 36 deletions(-) create mode 100644 src/views/financialsector/Financialse/FinancialBill.vue diff --git a/src/router/views/index.js b/src/router/views/index.js index 154eeffb..8be6f392 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -1503,6 +1503,15 @@ export default [ name: '新增模板', component: () => import('@/views/financialsector/Financialse/FinancialWarehousing.vue'), }, + { + meta: { + i18n: 'dict', + keepAlive: false, + }, + path: '/financialsector/Financialse/FinancialBill', + name: '新增模板', + component: () => import('@/views/financialsector/Financialse/FinancialBill.vue'), + }, ], }, { diff --git a/src/views/distribution/artery/AddVehicleStowage.vue b/src/views/distribution/artery/AddVehicleStowage.vue index 549117e5..3a304699 100644 --- a/src/views/distribution/artery/AddVehicleStowage.vue +++ b/src/views/distribution/artery/AddVehicleStowage.vue @@ -575,6 +575,12 @@ + + + + diff --git a/src/views/warehouse/warehouseWaybill.vue b/src/views/warehouse/warehouseWaybill.vue index 5c3eb922..4b52a792 100644 --- a/src/views/warehouse/warehouseWaybill.vue +++ b/src/views/warehouse/warehouseWaybill.vue @@ -609,7 +609,7 @@ export default { { prop: 'stockCount', label: '在库数', - type: 4, + type: 2, values: '', width: '130', checkarr: [], @@ -620,7 +620,7 @@ export default { { prop: 'handleNum', label: '可用数量', - type: 4, + type: 2, values: '', width: '130', checkarr: [], diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 7888812e..46f82a80 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -546,10 +546,21 @@