From 4121b52619b8eae0bd2d0ff86947dff3d1e5a55b Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Tue, 30 Jul 2024 17:24:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E5=BA=93=E5=8C=BA=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E8=A1=A8=E4=B8=AD=E9=9A=90=E8=97=8F=E4=B8=8E=E4=B8=8A?= =?UTF-8?q?=E6=9E=B6=E7=AD=96=E7=95=A5=E4=B8=AD=E9=87=8D=E5=A4=8D=E7=9A=84?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=8F=8A=E6=9C=80=E4=B8=8B=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../itemManage/itemarea/itemarea.data.ts | 310 +++++++++--------- 1 file changed, 155 insertions(+), 155 deletions(-) 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',