|
|
@ -318,6 +318,162 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '出库后剩余库存自动转换为出库包装规格', |
|
|
|
field: 'surplusToOutpackunit', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '超过高储是否允许叫料', |
|
|
|
field: 'allowIssueRequest', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '优先空库位', |
|
|
|
field: 'emptyLocationFirst', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '优先非空库位', |
|
|
|
field: 'notEmptyLocationFirst', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可以混批次', |
|
|
|
field: 'enableMixLot', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可以混物品', |
|
|
|
field: 'enableMixItem', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可以混状态', |
|
|
|
field: 'enableMixStatus', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '巷道排序方向', |
|
|
|
field: 'aisleOrder', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.BATCH_DIRECTION, |
|
|
|
dictClass: 'string', |
|
|
|
// colorType: 'danger',
|
|
|
|
isTable: true, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
value: 'ASC', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'DESC', |
|
|
|
activeValue: 'ASC' |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '货架排序方向', |
|
|
|
field: 'sheIfOrder', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.BATCH_DIRECTION, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
value: 'ASC', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'DESC', |
|
|
|
activeValue: 'ASC' |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '行排序方向', |
|
|
|
field: 'rowOrder', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.BATCH_DIRECTION, |
|
|
|
dictClass: 'string', |
|
|
|
// colorType: 'danger',
|
|
|
|
isTable: true, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
value: 'ASC', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'DESC', |
|
|
|
activeValue: 'ASC' |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '列排序方向', |
|
|
|
field: 'columOrder', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.BATCH_DIRECTION, |
|
|
|
dictClass: 'string', |
|
|
|
// colorType: 'danger',
|
|
|
|
isTable: true, |
|
|
|
form: { |
|
|
|
component: 'Select', |
|
|
|
value: 'ASC', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'DESC', |
|
|
|
activeValue: 'ASC' |
|
|
|
} |
|
|
|
}, |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '生效时间', |
|
|
|
field: 'activeTime', |
|
|
|