Browse Source

YT-1706YT-1707

intex_online20241216
张立 2 months ago
parent
commit
16e9bfe85e
  1. 31
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts

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

@ -221,6 +221,21 @@ export const PurchasePlanMain = useCrudSchemas(
dateFormat:'YYYY-MM-DD' dateFormat:'YYYY-MM-DD'
} }
}, },
{
label: '便次',
field: 'deliNo',
sort: 'custom',
sortTableDefault: 5,
table: {
width: 150
},
form: {
component: 'InputNumber',
componentProps: {
min: 1,
},
}
},
{ {
label: '采购订单类型', label: '采购订单类型',
field: 'type', field: 'type',
@ -336,21 +351,7 @@ export const PurchasePlanMain = useCrudSchemas(
sortSearchDefault: 4, sortSearchDefault: 4,
isSearch: true isSearch: true
}, },
{
label: '便次',
field: 'deliNo',
sort: 'custom',
sortTableDefault: 13,
table: {
width: 150
},
form: {
component: 'InputNumber',
componentProps: {
min: 1,
},
}
},
{ {

Loading…
Cancel
Save