From 94e5c9a767624f3281701dad1c2280dff2d0624b Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Wed, 2 Jul 2025 16:27:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A6=81=E8=B4=A7=E8=AE=A1=E5=88=92=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=96=B0=E5=A2=9E=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasePlanMain/purchasePlanMain.data.ts | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 189da07ad..5572b48bf 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -792,6 +792,28 @@ export const PurchasePlanDetail = useCrudSchemas( tableForm: { disabled: true } + }, + { + label: '箱数', + field: 'boxQty', + sort: 'custom', + sortSearchDefault: 9, + sortTableDefault: 21, + table: { + width: 150 + }, + tableForm: { + type: 'InputNumber', + min: 0, + precision: 0 + }, + form: { + component: 'InputNumber', + componentProps: { + min: 0, + precision: 0 + } + } }, { label: '计划采购数量', @@ -986,28 +1008,7 @@ export const PurchasePlanDetail = useCrudSchemas( disabled: true } }, - { - label: '箱数', - field: 'boxQty', - sort: 'custom', - sortSearchDefault: 9, - sortTableDefault: 21, - table: { - width: 150 - }, - tableForm: { - type: 'InputNumber', - min: 0, - precision: 0 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 0, - precision: 0 - } - } - }, + // { // label: '订单数量',