From f0dfe2d9169fd814630929c785f64f783d12052a Mon Sep 17 00:00:00 2001
From: quyixiao <2621048238@qq.com>
Date: Fri, 21 Aug 2020 17:24:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=88=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/api_result.js | 8 +++
.../result/record/approval-add-or-update.vue | 23 +++++--
.../modules/result/record/lzresultrecord.vue | 5 +-
.../result/record/lzresultrecordapp.vue | 66 ++++++++++++++++---
.../modules/result/record/recorddetail.vue | 49 ++++++++------
5 files changed, 113 insertions(+), 38 deletions(-)
diff --git a/src/api/api_result.js b/src/api/api_result.js
index c4b3eef..b98daf2 100644
--- a/src/api/api_result.js
+++ b/src/api/api_result.js
@@ -32,3 +32,11 @@ export const weightCheck = params => {
export const commitApproval = params => {
return http({url: '/lz_management/user/lzresultrecord/commitApproval', method: 'get', params})
}
+
+export const getResultComment = params => {
+ return http({url: '/lz_management/user/lzresultrecord/getResultComment/' + params, method: 'post'})
+}
+
+export const recordIdsSubmit = params => {
+ return http({url: '/lz_management/user/lzresultrecord/recordIdsSubmit', method: 'post', params})
+}
diff --git a/src/views/modules/result/record/approval-add-or-update.vue b/src/views/modules/result/record/approval-add-or-update.vue
index f5f70d4..1a8a256 100644
--- a/src/views/modules/result/record/approval-add-or-update.vue
+++ b/src/views/modules/result/record/approval-add-or-update.vue
@@ -9,15 +9,16 @@