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: '批次',
field: 'batch',
sort: 'custom',
isTable: false,
table: {
width: 150
},

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

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

Loading…
Cancel
Save