|
|
@ -334,6 +334,8 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '优先空库位', |
|
|
|
field: 'emptyLocationFirst', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
@ -347,6 +349,8 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '优先非空库位', |
|
|
|
field: 'notEmptyLocationFirst', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
@ -360,6 +364,8 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '可以混批次', |
|
|
|
field: 'enableMixLot', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
@ -373,6 +379,8 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '可以混物品', |
|
|
|
field: 'enableMixItem', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
@ -386,6 +394,8 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '可以混状态', |
|
|
|
field: 'enableMixStatus', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
|