From abc37beba02174e137c477881dfdac33aab1f652 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Thu, 22 May 2025 13:26:43 +0800
Subject: [PATCH] =?UTF-8?q?SBBJ-1074=E7=9B=98=E7=82=B9=E8=AE=A1=E5=88=92?=
=?UTF-8?q?=EF=BC=8C=E7=9B=98=E7=82=B9=E7=B1=BB=E5=9E=8B=E5=8F=AA=E9=80=89?=
=?UTF-8?q?=E4=BA=86A=EF=BC=8C=E5=8F=AA=E7=9B=98=E8=B4=A6=E5=A4=96?=
=?UTF-8?q?=E5=BA=93=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=88=90=E5=8A=9F=E5=90=8E?=
=?UTF-8?q?=EF=BC=8C=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E6=89=80=E6=9C=89?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E3=80=81=E6=89=80=E6=9C=89=E5=BA=93=E9=83=BD?=
=?UTF-8?q?=E7=9B=98=EF=BC=8C=E5=BA=94=E5=8F=AA=E7=9B=98=E9=80=89=E6=8B=A9?=
=?UTF-8?q?=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=92=8C=E5=BA=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/eam/item/countadjustPlan/index.vue | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/views/eam/item/countadjustPlan/index.vue b/src/views/eam/item/countadjustPlan/index.vue
index af435b3..958680f 100644
--- a/src/views/eam/item/countadjustPlan/index.vue
+++ b/src/views/eam/item/countadjustPlan/index.vue
@@ -32,6 +32,14 @@
{{ row.code }}
+
+
+ {{getStrDictOptions(DICT_TYPE.CLASSIFICATION)?.find(cur=>cur.value==item)?.label}}
+
+
+
+ {{getStrDictOptions(DICT_TYPE.TRUE_FALSE)?.find(cur=>cur.value==item)?.label}}
+
@@ -65,6 +73,7 @@ import * as defaultButtons from '@/utils/disposition/defaultButtons'
import TableHead from '@/components/TableHead/src/TableHead.vue'
import ImportForm from '@/components/ImportForm/src/ImportForm.vue'
import Detail from '@/components/Detail/src/Detail.vue'
+import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
defineOptions({ name: 'CountadjustPlan' })
@@ -156,7 +165,7 @@ const openForm = (type: string, row?: any) => {
}
// form表单提交
-const formsSuccess = async (formType,data) => {
+const formsSuccess = async (formType, data) => {
var isHave =CountadjustPlan.allSchemas.formSchema.some(function (item) {
return item.field === 'activeTime' || item.field === 'expireTime';
});