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',