diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 161e0294c..02813ed4f 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -221,6 +221,21 @@ export const PurchasePlanMain = useCrudSchemas( dateFormat:'YYYY-MM-DD' } }, + { + label: '便次', + field: 'deliNo', + sort: 'custom', + sortTableDefault: 5, + table: { + width: 150 + }, + form: { + component: 'InputNumber', + componentProps: { + min: 1, + }, + } + }, { label: '采购订单类型', field: 'type', @@ -336,21 +351,7 @@ export const PurchasePlanMain = useCrudSchemas( sortSearchDefault: 4, isSearch: true }, - { - label: '便次', - field: 'deliNo', - sort: 'custom', - sortTableDefault: 13, - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 1, - }, - } - }, + {