Browse Source

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

master_hella_20240701
陈薪名 5 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: '入库自动转为出库包装规格', // label: '入库自动转为出库包装规格',
field: 'newlyToOutpackunit', // field: 'newlyToOutpackunit',
sort: 'custom', // sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE, // dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', // dictClass: 'string',
// colorType: 'danger', // // colorType: 'danger',
isTable: true, // isTable: true,
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'Switch', // component: 'Switch',
value: 'TRUE', // value: 'TRUE',
componentProps: { // componentProps: {
inactiveValue: 'FALSE', // inactiveValue: 'FALSE',
activeValue: 'TRUE' // activeValue: 'TRUE'
} // }
}, // },
}, // },
{ // {
label: '出库自动转为出库包装规格', // label: '出库自动转为出库包装规格',
field: 'surplusToOutpackunit', // field: 'surplusToOutpackunit',
sort: 'custom', // sort: 'custom',
dictType: DICT_TYPE.TRUE_FALSE, // dictType: DICT_TYPE.TRUE_FALSE,
dictClass: 'string', // dictClass: 'string',
// colorType: 'danger', // // colorType: 'danger',
isTable: true, // isTable: true,
table: { // table: {
width: 150 // width: 150
}, // },
form: { // form: {
component: 'Switch', // component: 'Switch',
value: 'TRUE', // value: 'TRUE',
componentProps: { // componentProps: {
inactiveValue: 'FALSE', // inactiveValue: 'FALSE',
activeValue: 'TRUE' // activeValue: 'TRUE'
} // }
}, // },
}, // },
{ {
label: '需要接收确认', label: '需要接收确认',
field: 'needReceive', field: 'needReceive',

Loading…
Cancel
Save