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: '订单数量',