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

Loading…
Cancel
Save