|
|
@ -458,161 +458,161 @@ export const Itemarea = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
isTable: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '优先空库位', |
|
|
|
field: 'emptyLocationFirst', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE', |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '优先非空库位', |
|
|
|
field: 'notEmptyLocationFirst', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE', |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可以混批次', |
|
|
|
field: 'enableMixLot', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'TRUE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可以混物品', |
|
|
|
field: 'enableMixItem', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
form: { |
|
|
|
component: 'Switch', |
|
|
|
value: 'FALSE', |
|
|
|
componentProps: { |
|
|
|
inactiveValue: 'FALSE', |
|
|
|
activeValue: 'TRUE' |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '可以混状态', |
|
|
|
field: 'enableMixStatus', |
|
|
|
sort: 'custom', |
|
|
|
dictType: DICT_TYPE.TRUE_FALSE, |
|
|
|
dictClass: 'string', |
|
|
|
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: 'emptyLocationFirst',
|
|
|
|
// sort: 'custom',
|
|
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// form: {
|
|
|
|
// component: 'Switch',
|
|
|
|
// value: 'TRUE',
|
|
|
|
// componentProps: {
|
|
|
|
// inactiveValue: 'FALSE',
|
|
|
|
// activeValue: 'TRUE',
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '优先非空库位',
|
|
|
|
// field: 'notEmptyLocationFirst',
|
|
|
|
// sort: 'custom',
|
|
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// form: {
|
|
|
|
// component: 'Switch',
|
|
|
|
// value: 'FALSE',
|
|
|
|
// componentProps: {
|
|
|
|
// inactiveValue: 'FALSE',
|
|
|
|
// activeValue: 'TRUE',
|
|
|
|
// disabled: true
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '可以混批次',
|
|
|
|
// field: 'enableMixLot',
|
|
|
|
// sort: 'custom',
|
|
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// form: {
|
|
|
|
// component: 'Switch',
|
|
|
|
// value: 'TRUE',
|
|
|
|
// componentProps: {
|
|
|
|
// inactiveValue: 'FALSE',
|
|
|
|
// activeValue: 'TRUE'
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '可以混物品',
|
|
|
|
// field: 'enableMixItem',
|
|
|
|
// sort: 'custom',
|
|
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// form: {
|
|
|
|
// component: 'Switch',
|
|
|
|
// value: 'FALSE',
|
|
|
|
// componentProps: {
|
|
|
|
// inactiveValue: 'FALSE',
|
|
|
|
// activeValue: 'TRUE'
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// label: '可以混状态',
|
|
|
|
// field: 'enableMixStatus',
|
|
|
|
// sort: 'custom',
|
|
|
|
// dictType: DICT_TYPE.TRUE_FALSE,
|
|
|
|
// dictClass: 'string',
|
|
|
|
// 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', |
|
|
|