diff --git a/src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts b/src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts index bbf24019e..cbad1aab2 100644 --- a/src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts +++ b/src/views/wms/basicDataManage/itemManage/itemarea/itemarea.data.ts @@ -458,161 +458,161 @@ export const Itemarea = useCrudSchemas(reactive([ }, 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',