diff --git a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts index 6cf16428b..3ca07c19c 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverJobMain/deliverJobMain.data.ts @@ -44,10 +44,23 @@ export const DeliverJobMain = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '客户月台代码', + field: 'customerDockCode', + sort: 'custom', + table: { + width: 150 + }, + isTable: true, + }, { label: '发货月台', field: 'deliverDock', sort: 'custom', + isSearch: false, + isTable: false, + isDetail: false, + isForm: false, table: { width: 150 }, @@ -81,16 +94,6 @@ export const DeliverJobMain = useCrudSchemas(reactive([ isTable: false, }, - { - label: '客户月台代码', - field: 'customerDockCode', - sort: 'custom', - table: { - width: 150 - }, - isTable: false, - }, - { label: '承运商', field: 'carrierCode', diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts index a671a1bf7..487bc3b3a 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts @@ -314,6 +314,7 @@ export const StockupMainRecord = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + isTable: false, table: { width: 150, fixed: 'right' @@ -557,7 +558,7 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ field: 'interfaceType', dictType: DICT_TYPE.INTERFACE_TYPE, dictClass: 'string', - isTable: true, + isTable: false, hiddenInMain: true, sort: 'custom', table: { @@ -618,6 +619,7 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + isTable: false, hiddenInMain: true, table: { width: 150,