From 880fd61604a8a85f314613c6af8474044f56b99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=83=9C=E6=A5=A0?= <2792649152@qq.com> Date: Thu, 30 Nov 2023 17:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=8A=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryManage/balance/balance.data.ts | 108 ++++++------ .../wms/inventoryManage/balance/index.vue | 14 +- .../container/containerMain.data.ts | 15 -- .../wms/inventoryManage/container/index.vue | 2 +- .../inventoryManage/expectin/expectin.data.ts | 26 +-- .../wms/inventoryManage/expectin/index.vue | 14 +- .../expectout/expectout.data.ts | 34 ++-- .../wms/inventoryManage/expectout/index.vue | 14 +- .../locationcapacity/index.vue | 14 +- .../locationcapacity/locationcapacity.data.ts | 18 -- .../wms/inventoryManage/transaction/index.vue | 14 +- .../transaction/transaction.data.ts | 162 +++++++++--------- .../wms/inventoryManage/transferlog/index.vue | 14 +- .../transferlog/transferlog.data.ts | 42 ++--- 14 files changed, 229 insertions(+), 262 deletions(-) diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index ff5043df1..4ff7f9529 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -71,6 +71,52 @@ export const Balance = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '仓库代码', + field: 'warehouseCode', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '库存状态', + field: 'inventoryStatus', + dictType: DICT_TYPE.INVENTORY_STATUS, + dictClass: 'string', + isTable: true, + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '库位组代码', + field: 'locationGroupCode', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '库区代码', + field: 'areaCode', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: 'ERP库位代码', + field: 'erpLocationCode', + dictType: DICT_TYPE.ERP_LOCATION, + dictClass: 'string', + isTable: true, + sort: 'custom', + table: { + width: 150 + }, + }, { label: '替代批次', field: 'altBatch', @@ -136,52 +182,6 @@ export const Balance = useCrudSchemas(reactive([ } } }, - { - label: '库存状态', - field: 'inventoryStatus', - dictType: DICT_TYPE.INVENTORY_STATUS, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '库位组代码', - field: 'locationGroupCode', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '库区代码', - field: 'areaCode', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '仓库代码', - field: 'warehouseCode', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: 'ERP库位代码', - field: 'erpLocationCode', - dictType: DICT_TYPE.ERP_LOCATION, - dictClass: 'string', - isTable: true, - sort: 'custom', - table: { - width: 150 - }, - }, { label: '货主代码', field: 'ownerCode', @@ -283,14 +283,6 @@ export const Balance = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '最后事务号', - field: 'lastTransNumber', - sort: 'custom', - table: { - width: 150 - }, - }, { label: '重量', field: 'weight', @@ -324,6 +316,14 @@ export const Balance = useCrudSchemas(reactive([ component: 'InputNumber', } }, + { + label: '最后事务号', + field: 'lastTransNumber', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '创建时间', field: 'createTime', diff --git a/src/views/wms/inventoryManage/balance/index.vue b/src/views/wms/inventoryManage/balance/index.vue index 0f43ba003..99a14f376 100644 --- a/src/views/wms/inventoryManage/balance/index.vue +++ b/src/views/wms/inventoryManage/balance/index.vue @@ -27,9 +27,9 @@ v-model:currentPage="tableObject.currentPage" v-model:sort="tableObject.sort" > -