Browse Source

删除多余字段

master_hella_20240701
zhaoxuebing 9 months ago
parent
commit
5bf84262d1
  1. 92
      src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts

92
src/views/wms/basicDataManage/itemManage/itempackage/itempackage.data.ts

@ -77,98 +77,6 @@ export const Itempackaging = useCrudSchemas(reactive<CrudSchema[]>([
}
}
},
{
label: '替代包装单位1',
field: 'altPackUnit1',
sort: 'custom',
dictType: DICT_TYPE.PACK_UNIT,
dictClass: 'string',
isTable: true,
table: {
width: 150
}
},
{
label: '替代包装量1',
field: 'altPackQty1',
sort: 'custom',
table: {
width: 130
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
}
},
{
label: '替代包装量2',
field: 'altPackQty2',
sort: 'custom',
table: {
width: 130
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
}
},
{
label: '替代包装单位3',
field: 'altPackUnit3',
sort: 'custom',
dictType: DICT_TYPE.PACK_UNIT,
dictClass: 'string',
isTable: true,
table: {
width: 150
}
},
{
label: '替代包装量3',
field: 'altPackQty3',
sort: 'custom',
table: {
width: 130
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
}
},
{
label: '替代包装单位4',
field: 'altPackUnit4',
sort: 'custom',
dictType: DICT_TYPE.PACK_UNIT,
dictClass: 'string',
table: {
width: 150
}
},
{
label: '替代包装量4',
field: 'altPackQty4',
sort: 'custom',
table: {
width: 130
},
form: {
component: 'InputNumber',
componentProps: {
min: 0,
precision: 6
}
}
},
{
label: '是否可用',
field: 'available',

Loading…
Cancel
Save