From 16e9bfe85e46eb4a01c7429ba6bdb4fd36f1c6b7 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Mon, 16 Dec 2024 08:53:27 +0800 Subject: [PATCH] YT-1706YT-1707 --- .../purchasePlanMain/purchasePlanMain.data.ts | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) 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, - }, - } - }, + {