From d0538fda9d4d2f9a8783c603d029ef12f7c8c5f9 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 7 Nov 2024 12:01:59 +0800 Subject: [PATCH] =?UTF-8?q?YT-723=EF=BC=9A=E9=87=87=E8=B4=AD=E6=9C=AA?= =?UTF-8?q?=E6=94=B6=E8=B4=A7=E8=AE=B0=E5=BD=95=E5=88=97=E8=A1=A8=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E8=80=85=E6=9C=89=E4=B8=A4=E4=B8=AA=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=EF=BC=8C=E4=B8=94=E5=88=9B=E5=BB=BA=E8=80=85=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptJobMain.data.ts | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts index 2c0c3d0b7..3349d2e31 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/purchasereceiptJobMain.data.ts @@ -385,15 +385,15 @@ export const PurchasereceiptJobMain = useCrudSchemas( }, isTable: false }, - { - label: '创建者', - field: 'creator', - sort: 'custom', - table: { - width: 150 - }, - isTable: false - }, + // { + // label: '创建者', + // field: 'creator', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable: false + // }, { label: '创建时间', field: 'createTime', @@ -669,15 +669,15 @@ export const PurchasereceiptJobMain = useCrudSchemas( }, isTable:false, }, - { - label: '创建者', - field: 'creator', - table: { - width: 130 - }, - isForm: false, - isTable: true - } + // { + // label: '创建者', + // field: 'creator', + // table: { + // width: 130 + // }, + // isForm: false, + // isTable: true + // } ]) ) @@ -733,7 +733,7 @@ export const PurchasereceiptJobDetail = useCrudSchemas( }, { label: '包装数量', - field: 'qty', + field: 'packQty', sort: 'custom', table: { width: 150