From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 16:11:50 +0800
Subject: [PATCH] 添加工作流

---
 src/views/eam/QuanlityConfirmList.vue |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/views/eam/QuanlityConfirmList.vue b/src/views/eam/QuanlityConfirmList.vue
index ca5688f..e8d3e56 100644
--- a/src/views/eam/QuanlityConfirmList.vue
+++ b/src/views/eam/QuanlityConfirmList.vue
@@ -1,6 +1,6 @@
 <template>
   <a-card
-    title="浜у搧璐ㄩ噺闅愭偅纭"
+    title=""
     :bordered="false"
   >
     <!-- 鏌ヨ鍖哄煙 -->
@@ -205,7 +205,7 @@
   data() {
     return {
       description: '浜у搧璐ㄩ噺闅愭偅纭绠$悊椤甸潰',
-      // 琛ㄥご
+      disableMixinCreated: true,
       columns: [
         {
           title: '#',
@@ -297,7 +297,7 @@
         {
           title: '浜у搧鎹熷け鎯呭喌',
           align: "center",
-          dataIndex: 'condition',
+          dataIndex: 'condition_dictText',
           width: 100
         },
         {
@@ -328,7 +328,11 @@
     }
   },
   created() {
-    this.getSuperFieldList();
+    if (this.$route.query) {
+      this.queryParam.id = this.$route.query.id;
+    }
+    this.loadData()
+    this.initDictConfig();
   },
   computed: {
     importExcelUrl: function () {

--
Gitblit v1.9.3