From dbab44a464d54980c17755454f60aa6cb39664b7 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Mon, 21 Oct 2024 11:59:31 +0800 Subject: [PATCH] =?UTF-8?q?HL-6306=E5=A2=9E=E5=8A=A0=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E8=87=B3=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverplan/saleMain/saleMain.data.ts | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts b/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts index f8f69a610..9b8428ddf 100644 --- a/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliverplan/saleMain/saleMain.data.ts @@ -52,6 +52,16 @@ export const SaleMain = useCrudSchemas(reactive([ } } }, + { + label: '发货至', + field: 'ship', + isSearch: true, + isTable: true, + sort: 'custom', + table: { + width: 150 + }, + }, { label: '订单类型', field: 'type', @@ -815,6 +825,16 @@ export const SaleDetailAndMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '发货至', + field: 'ship', + isSearch: true, + isTable: true, + sort: 'custom', + table: { + width: 150 + }, + }, { label: '物料代码', field: 'itemCode',