Browse Source

要货计划修改新增样式

intex
叶佳兴 2 days ago
parent
commit
94e5c9a767
  1. 45
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

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

Loading…
Cancel
Save