diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainJob/stockupMainJob.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainJob/stockupMainJob.data.ts index 6946ee9f8..b5d73acc3 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainJob/stockupMainJob.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainJob/stockupMainJob.data.ts @@ -437,8 +437,7 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '单据号', field: 'number', sort: 'custom', - isSearch: true, - table: { + table: { width: 150 }, hiddenInMain:true @@ -447,7 +446,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '包装号', field: 'packingNumber', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -457,7 +455,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '批次', field: 'batch', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -467,7 +464,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '库存状态', field: 'inventoryStatus', sort: 'custom', - isSearch: true, form: { component: 'Radio' }, @@ -480,7 +476,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '货主代码', field: 'ownerCode', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -490,7 +485,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '器具号', field: 'containerNumber', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -501,7 +495,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '物料代码', field: 'itemCode', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -510,7 +503,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '物品名称', field: 'itemName', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -519,7 +511,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '物品描述1', field: 'itemDesc1', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -529,7 +520,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '物品描述2', field: 'itemDesc2', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -539,7 +529,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '项目代码', field: 'projectCode', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -549,7 +538,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '数量', field: 'qty', sort: 'custom', - isSearch: true, }, { label: '计量单位', @@ -575,7 +563,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '从库位', field: 'fromLocationCode', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -584,7 +571,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '到库位', field: 'toLocationCode', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -593,7 +579,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '备注', field: 'remark', sort: 'custom', - isSearch: true, hiddenInMain:true, }, { @@ -601,7 +586,6 @@ export const StockupDetailJob = useCrudSchemas(reactive([ field: 'createTime', sort: 'custom', formatter: dateFormatter, - isSearch: true, hiddenInMain:true, search: { component: 'DatePicker', @@ -620,6 +604,7 @@ export const StockupDetailJob = useCrudSchemas(reactive([ label: '操作', field: 'action', isForm: false, + hiddenInMain: true, table: { width: 150, fixed: 'right' diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts index bd725f183..063de8810 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRecord/stockupMainRecord.data.ts @@ -323,7 +323,6 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ label: '包装号', field: 'packingNumber', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -333,7 +332,6 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ label: '批次', field: 'batch', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -353,7 +351,6 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ label: '物料代码', field: 'itemCode', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -362,7 +359,6 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ label: '物品名称', field: 'itemName', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -556,7 +552,6 @@ export const StockupDetailRecord = useCrudSchemas(reactive([ field: 'available', dictType: DICT_TYPE.TRUE_FALSE, dictClass: 'string', - isSearch: true, isTable: true, hiddenInMain: true, sort: 'custom', diff --git a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts index 561429701..df9f84ce6 100644 --- a/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts +++ b/src/views/wms/deliversettlementManage/stockup/stockupMainRequest/stockupMainRequest.data.ts @@ -280,6 +280,7 @@ export const StockupMainRequest = useCrudSchemas(reactive([ formatter: (_: Recordable, __: TableColumn, cellValue: number) => { return userDeptArray.find((account) => account.id == cellValue)?.name }, + isForm:false, form: { value: userDept.id, component: 'Select', @@ -495,7 +496,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '单据号', field: 'number', sort: 'custom', - isSearch: true, isForm: false, isTableForm: false, table: { @@ -593,7 +593,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '物料代码', field: 'itemCode', sort: 'custom', - isSearch: true, table: { width: 150 }, @@ -630,7 +629,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '物品名称', field: 'itemName', sort: 'custom', - isSearch: true, isTableForm: false, table: { width: 150 @@ -640,7 +638,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '物品描述1', field: 'itemDesc1', sort: 'custom', - isSearch: true, isTableForm: false, table: { width: 120 @@ -651,7 +648,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '物品描述2', field: 'itemDesc2', sort: 'custom', - isSearch: true, isTableForm: false, table: { width: 120 @@ -662,7 +658,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '项目代码', field: 'projectCode', sort: 'custom', - isSearch: true, isTableForm: false, table: { width: 120 @@ -673,7 +668,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '数量', field: 'qty', sort: 'custom', - isSearch: true, tableForm: { type: 'InputNumber', min: 1, @@ -712,7 +706,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '到库位', field: 'toLocationCode', sort: 'custom', - isSearch: true, table: { width: 120 }, @@ -759,7 +752,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ label: '备注', field: 'remark', sort: 'custom', - isSearch: true, hiddenInMain: true }, { @@ -767,7 +759,6 @@ export const StockupDetailRequest = useCrudSchemas(reactive([ field: 'createTime', sort: 'custom', formatter: dateFormatter, - isSearch: true, table: { width: 120 },