From c30e1b3aea0a662d922c16506e1832d70f33c1bf Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Thu, 29 Aug 2024 19:34:36 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20=E9=9C=80=E6=B1=82=EF=BC=9AHL-5627=20?= =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E8=AE=B0=E5=BD=95=E4=B8=AD?= =?UTF-8?q?=EF=BC=8C=E5=88=B0=E5=BA=93=E5=8C=BA=E4=BB=A3=E7=A0=81=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E6=B2=A1=E6=9C=89=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRecordMain.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index d9341133d..4f1d7cc15 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -949,7 +949,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive }, { label: '从库区', - field: 'fromAreaCodes', + field: 'fromAreaCode', sort: 'custom', table: { width: 150 @@ -959,7 +959,7 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive }, { label: '到库区', - field: 'toAreaCodes', + field: 'toAreaCode', sort: 'custom', table: { width: 150