From 00413f4484e58cfdf57a291d699e875673ebfadd Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 13 May 2022 16:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralAudit/AppIntegralAudit.vue | 6 ++--- .../shandong10086/AppIntegralAudit/detail.vue | 27 +++++++++++-------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/project/shandong10086/AppIntegralAudit/AppIntegralAudit.vue b/src/project/shandong10086/AppIntegralAudit/AppIntegralAudit.vue index 4c821df0..97b1d6f3 100644 --- a/src/project/shandong10086/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/project/shandong10086/AppIntegralAudit/AppIntegralAudit.vue @@ -6,10 +6,10 @@
{{item}}
@@ -18,7 +18,7 @@
{{ item.description }}
-
{{ $dict.getLabel('atWillReportType',item.applyIntegralType) }}
+
{{ item.createTime }}
diff --git a/src/project/shandong10086/AppIntegralAudit/detail.vue b/src/project/shandong10086/AppIntegralAudit/detail.vue index 41643455..4472711f 100644 --- a/src/project/shandong10086/AppIntegralAudit/detail.vue +++ b/src/project/shandong10086/AppIntegralAudit/detail.vue @@ -32,7 +32,7 @@
-
+
-
积分调整
-
{{ data.integral }}
+
*积分调整
+
+ +
@@ -75,14 +77,14 @@
积分审核
通过
-
+
积分调整
{{ form.auditIntegral }}
@@ -194,11 +196,14 @@ export default { }, submit() { if(this.opts==1){ - if(!this.data.auditIntegralType) { - return this.$u.toast('请选择积分类别') - } - if(!this.data.ruleName) { - return this.$u.toast('请选择积分事项') + // if(!this.data.auditIntegralType) { + // return this.$u.toast('请选择积分类别') + // } + // if(!this.data.ruleName) { + // return this.$u.toast('请选择积分事项') + // } + if(!this.data.integral) { + return this.$u.toast('请输入积分调整') } } if(this.opts==0){