From fab4d7d62b2039ab8660649d26a8c6f8f32193b5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 一月 2024 17:41:11 +0800
Subject: [PATCH] 1. 初步完成评估任务整体逻辑; 2. 新增评估记录下载功能(待完善)

---
 src/views/fysp/evaluation/components/CompQuickSet.vue |   30 ++++++++++++++++++++++++------
 1 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/src/views/fysp/evaluation/components/CompQuickSet.vue b/src/views/fysp/evaluation/components/CompQuickSet.vue
index e401b49..e37fda3 100644
--- a/src/views/fysp/evaluation/components/CompQuickSet.vue
+++ b/src/views/fysp/evaluation/components/CompQuickSet.vue
@@ -32,7 +32,8 @@
               dCode: '310106',
               dName: '闈欏畨鍖�',
             },
-            scenetype: { label: '宸ュ湴', value: '1' }
+            scenetype: { label: '宸ュ湴', value: '1' },
+            sourceType: 2,
           },
           {
             name: '寰愭眹椁愰ギ',
@@ -44,7 +45,8 @@
               dCode: '310104',
               dName: '寰愭眹鍖�'
             },
-            scenetype: { label: '椁愰ギ', value: '5' }
+            scenetype: { label: '椁愰ギ', value: '5' },
+            sourceType: 2,
           },
           {
             name: '閲戝北宸ュ湴',
@@ -56,7 +58,8 @@
               dCode: '310116',
               dName: '閲戝北鍖�'
             },
-            scenetype: { label: '宸ュ湴', value: '1' }
+            scenetype: { label: '宸ュ湴', value: '1' },
+            sourceType: 2,
           },
           {
             name: '閲戝北鐮佸ご',
@@ -68,7 +71,8 @@
               dCode: '310116',
               dName: '閲戝北鍖�'
             },
-            scenetype: { label: '鐮佸ご', value: '2' }
+            scenetype: { label: '鐮佸ご', value: '2' },
+            sourceType: 2,
           },
           {
             name: '閲戝北鎼呮媽绔�',
@@ -80,8 +84,22 @@
               dCode: '310116',
               dName: '閲戝北鍖�'
             },
-            scenetype: { label: '鎼呮媽绔�', value: '3' }
-          }
+            scenetype: { label: '鎼呮媽绔�', value: '3' },
+            sourceType: 2,
+          },
+          // {
+          //   name: '寰愭眹姹戒慨',
+          //   locations: {
+          //     pCode: '31',
+          //     pName: '涓婃捣甯�',
+          //     cCode: '3100',
+          //     cName: '涓婃捣甯�',
+          //     dCode: '310104',
+          //     dName: '寰愭眹鍖�'
+          //   },
+          //   scenetype: { label: '姹戒慨', value: '7' },
+          //   sourceType: 1,
+          // }
         ]
       }
     }

--
Gitblit v1.9.3