From 078dd83543c203d256ad75dbe3faa4103ab132f0 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 31 Jul 2024 12:02:03 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productredressJobMain/productredressJobMain.data.ts | 7 +++++++ .../productredressRecordMain.data.ts | 3 +++ 2 files changed, 10 insertions(+) diff --git a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts index e797d3192..e9b7dabd9 100644 --- a/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressJobMain/productredressJobMain.data.ts @@ -240,6 +240,8 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ { label: '从库区类型范围', field: 'fromAreaTypes', + dictType: DICT_TYPE.AREA_TYPE, + dictClass: 'string', sort: 'custom', isForm:false, isTable:false, @@ -247,6 +249,7 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ { label: '到库区类型范围', field: 'toAreaTypes', + dictType: DICT_TYPE.AREA_TYPE, sort: 'custom', isForm:false, isTable:false, @@ -358,6 +361,8 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ { label: '入库库存状态范围', field: 'inInventoryStatuses', + dictType: DICT_TYPE.INVENTORY_STATUS, + dictClass: 'string', sort: 'custom', isForm:false, isTable:false, @@ -365,6 +370,8 @@ export const ProductredressJobMain = useCrudSchemas(reactive([ { label: '出库库存状态范围', field: 'outInventoryStatuses', + dictType: DICT_TYPE.INVENTORY_STATUS, + dictClass: 'string', sort: 'custom', isForm:false, isTable:false, diff --git a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts index 43672b0b5..d1919b684 100644 --- a/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts +++ b/src/views/wms/productionManage/productredress/productredressRecordMain/productredressRecordMain.data.ts @@ -143,6 +143,8 @@ export const ProductredressRecordMain = useCrudSchemas(reactive([ { label: '是否可用', field: 'available', + dictType: DICT_TYPE.TRUE_FALSE, + dictClass: 'string', sort: 'custom', isForm:false, isTable:false @@ -249,6 +251,7 @@ export const ProductredressRecordMain = useCrudSchemas(reactive([ { label: '到库区类型范围', field: 'toAreaTypes', + dictType: DICT_TYPE.AREA_TYPE, sort: 'custom', table: { width: 150