Browse Source

要货计划删除订单数量

intex_online20250427
叶佳兴 5 days ago
parent
commit
6389781021
  1. 37
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

37
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

@ -938,24 +938,24 @@ export const PurchasePlanDetail = useCrudSchemas(
} }
} }
}, },
{ // {
label: '箱数', // label: '箱数',
field: 'orderQty', // field: 'orderQty',
sort: 'custom', // sort: 'custom',
sortSearchDefault: 8, // sortSearchDefault: 8,
sortTableDefault:23, // sortTableDefault:23,
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
componentProps: { // componentProps: {
disabled: true // disabled: true
} // }
}, // },
tableForm: { // tableForm: {
disabled: true // disabled: true
} // }
}, // },
{ {
label: '采购标包数量', label: '采购标包数量',
field: 'purchaseStdQty', field: 'purchaseStdQty',
@ -1039,7 +1039,6 @@ export const PurchasePlanDetail = useCrudSchemas(
isTableForm: false, isTableForm: false,
isForm: false, isForm: false,
isTable: true, isTable: true,
hiddenInMain: true,
}, },
{ {
label: '已收采购数量', label: '已收采购数量',

Loading…
Cancel
Save