diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts index 02fea97a1..1a2d394a4 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts @@ -744,6 +744,7 @@ export const DismantleRecordDetailb = useCrudSchemas(reactive([ label: '批次', field: 'batch', sort: 'custom', + isTable: false, table: { width: 150 }, diff --git a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts index 254c327f5..2cec9b2c3 100644 --- a/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts +++ b/src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts @@ -1372,7 +1372,7 @@ export const BomDismantle = useCrudSchemas(reactive([ field: 'inventoryStatus', dictType: DICT_TYPE.INVENTORY_STATUS, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -1385,6 +1385,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '包装号', field: 'packingNumber', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -1396,6 +1397,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '批次', field: 'batch', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -1407,6 +1409,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '从库位代码', field: 'fromLocationCode', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -1418,6 +1421,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '单据号', field: 'number', sort: 'custom', + isTable: false, table: { width: 180 }, @@ -1430,6 +1434,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '物料名称', field: 'itemName', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -1441,6 +1446,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '物料描述1', field: 'itemDesc1', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -1452,6 +1458,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '物料描述2', field: 'itemDesc2', sort: 'custom', + isTable: false, table: { width: 150 }, @@ -1463,6 +1470,7 @@ export const BomDismantle = useCrudSchemas(reactive([ label: '项目代码', field: 'projectCode', sort: 'custom', + isTable: false, table: { width: 150 },