Browse Source

隐藏物料库区配置出入自动转换

master_hella_20240701
陈薪名 3 months ago
parent
commit
e18d75a904
  1. 80
      src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts

80
src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts

@ -290,46 +290,46 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([
},
},
{
label: '入库自动转为出库包装规格',
field: 'newlyToOutpackunit',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
// colorType: 'danger',
isTable: true,
table: {
width: 150
},
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
},
{
label: '出库自动转为出库包装规格',
field: 'surplusToOutpackunit',
sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string',
// colorType: 'danger',
isTable: true,
table: {
width: 150
},
form: {
component: 'Switch',
value: 'TRUE',
componentProps: {
inactiveValue: 'FALSE',
activeValue: 'TRUE'
}
},
},
// {
// label: '入库自动转为出库包装规格',
// field: 'newlyToOutpackunit',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// // colorType: 'danger',
// isTable: true,
// table: {
// width: 150
// },
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// },
// },
// {
// label: '出库自动转为出库包装规格',
// field: 'surplusToOutpackunit',
// sort: 'custom',
// dictType: DICT_TYPE.TRUE_FALSE,
// dictClass: 'string',
// // colorType: 'danger',
// isTable: true,
// table: {
// width: 150
// },
// form: {
// component: 'Switch',
// value: 'TRUE',
// componentProps: {
// inactiveValue: 'FALSE',
// activeValue: 'TRUE'
// }
// },
// },
{
label: '需要接收确认',
field: 'needReceive',

Loading…
Cancel
Save