Browse Source

YT-447隐藏不用的字段

intex_online20241111
zhaoyiran 1 month ago
parent
commit
89766c7abb
  1. 1
      src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts
  2. 10
      src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts

1
src/views/wms/productionManage/productdismantle/productdismantleRecordMain/productdismantleRecordMain.data.ts

@ -744,6 +744,7 @@ export const DismantleRecordDetailb = useCrudSchemas(reactive<CrudSchema[]>([
label: '批次', label: '批次',
field: 'batch', field: 'batch',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },

10
src/views/wms/productionManage/productdismantle/productdismantleRequestMain/productdismantleRequestMain.data.ts

@ -1372,7 +1372,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
field: 'inventoryStatus', field: 'inventoryStatus',
dictType: DICT_TYPE.INVENTORY_STATUS, dictType: DICT_TYPE.INVENTORY_STATUS,
dictClass: 'string', dictClass: 'string',
isTable: true, isTable: false,
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
@ -1385,6 +1385,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '包装号', label: '包装号',
field: 'packingNumber', field: 'packingNumber',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },
@ -1396,6 +1397,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '批次', label: '批次',
field: 'batch', field: 'batch',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },
@ -1407,6 +1409,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '从库位代码', label: '从库位代码',
field: 'fromLocationCode', field: 'fromLocationCode',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },
@ -1418,6 +1421,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '单据号', label: '单据号',
field: 'number', field: 'number',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 180 width: 180
}, },
@ -1430,6 +1434,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '物料名称', label: '物料名称',
field: 'itemName', field: 'itemName',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },
@ -1441,6 +1446,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '物料描述1', label: '物料描述1',
field: 'itemDesc1', field: 'itemDesc1',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },
@ -1452,6 +1458,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '物料描述2', label: '物料描述2',
field: 'itemDesc2', field: 'itemDesc2',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },
@ -1463,6 +1470,7 @@ export const BomDismantle = useCrudSchemas(reactive<CrudSchema[]>([
label: '项目代码', label: '项目代码',
field: 'projectCode', field: 'projectCode',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save