|
@ -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', |
|
|