From 06cd22d67804bb70352fb9c734032879abd9a305 Mon Sep 17 00:00:00 2001 From: ljlong_2630 Date: Mon, 18 Nov 2024 16:58:14 +0800 Subject: [PATCH] =?UTF-8?q?YT-1042=EF=BC=9Ass=E5=93=81=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unfinishedShipmentDetail.data.ts | 6 +++--- .../unfinishedShipmentMain/index.vue | 6 +++--- .../unfinishedShipmentMain/unfinishedShipmentMain.data.ts | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/wms/deliversettlementManage/unfinishedShipmentDetail/unfinishedShipmentDetail.data.ts b/src/views/wms/deliversettlementManage/unfinishedShipmentDetail/unfinishedShipmentDetail.data.ts index faddd0d5e..5544bd352 100644 --- a/src/views/wms/deliversettlementManage/unfinishedShipmentDetail/unfinishedShipmentDetail.data.ts +++ b/src/views/wms/deliversettlementManage/unfinishedShipmentDetail/unfinishedShipmentDetail.data.ts @@ -18,7 +18,7 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive([ { label: '物料代码', - field: 'materialCode', + field: 'itemCode', sort: 'custom', table: { width: 150 @@ -27,7 +27,7 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive([ }, { label: '物料名称', - field: 'materialName', + field: 'itemName', sort: 'custom', table: { width: 150 @@ -45,7 +45,7 @@ export const UnfinishedShipmentDetail = useCrudSchemas(reactive([ }, { label: '物料描述', - field: 'materialDescription', + field: 'itemDescription', sort: 'custom', table: { width: 150, diff --git a/src/views/wms/deliversettlementManage/unfinishedShipmentMain/index.vue b/src/views/wms/deliversettlementManage/unfinishedShipmentMain/index.vue index 6fbbe327d..38b07140c 100644 --- a/src/views/wms/deliversettlementManage/unfinishedShipmentMain/index.vue +++ b/src/views/wms/deliversettlementManage/unfinishedShipmentMain/index.vue @@ -28,9 +28,9 @@ v-model:currentPage="tableObject.currentPage" v-model:sort="tableObject.sort" > -