From 0cfa26d66b9d3b5916a09a92fc110e235ea928ad Mon Sep 17 00:00:00 2001
From: cxw <1056036578@qq.com>
Date: Fri, 6 Jan 2023 10:52:42 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/reagent/applymanagement/index.vue | 25 +++++++++--------
src/views/reagent/createapply/index.vue | 30 ++++++++++++++-------
src/views/reagent/warehousing/index.vue | 2 +-
3 files changed, 35 insertions(+), 22 deletions(-)
diff --git a/src/views/reagent/applymanagement/index.vue b/src/views/reagent/applymanagement/index.vue
index 08a8843..1686042 100644
--- a/src/views/reagent/applymanagement/index.vue
+++ b/src/views/reagent/applymanagement/index.vue
@@ -10,7 +10,7 @@
:value="item.client_id"
/>
-->
- 详情查看
+
@@ -27,7 +27,6 @@
-
@@ -44,8 +43,10 @@
+ 查看
审批
@@ -110,7 +111,6 @@
-
@@ -217,14 +217,16 @@ export default {
this.get_apply()
},
// 查看 录入信息
- handleCheck() {
- if (this.handleSelectionSelection.length === 1) {
- this.dialogHistoryVisible = true
- this.historyData = JSON.parse(this.handleSelectionSelection[0].use_content)
- console.log(this.handleSelectionSelection[0].use_content,'111')
- } else {
- this.$message.warning("选择一条记录操作!")
- }
+ handleCheck(row) {
+ this.dialogHistoryVisible = true
+ this.historyData = JSON.parse(row.use_content)
+ // if (this.handleSelectionSelection.length === 1) {
+ // this.dialogHistoryVisible = true
+ // this.historyData = JSON.parse(this.handleSelectionSelection[0].use_content)
+ // console.log(this.handleSelectionSelection[0].use_content,'111')
+ // } else {
+ // this.$message.warning("选择一条记录操作!")
+ // }
},
dialogHistoryClose() {
this.dialogHistoryVisible = false
@@ -261,6 +263,7 @@ export default {
.header-right {
float: right;
+ margin-bottom: 1rem;
}
}
}
diff --git a/src/views/reagent/createapply/index.vue b/src/views/reagent/createapply/index.vue
index def64a7..2ccdbd9 100644
--- a/src/views/reagent/createapply/index.vue
+++ b/src/views/reagent/createapply/index.vue
@@ -3,7 +3,7 @@
创建申请