From 45455b3144d80bf58aeb00b7484fe71e4e2ae9a3 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 28 二月 2024 16:58:42 +0800
Subject: [PATCH] 自定义流水码段添加传参字段

---
 Source/UBCS-WEB/src/views/code/code.vue   |   10 +++++-----
 Source/UBCS-WEB/src/const/code/mdmrule.js |    1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index 0b1d4c3..bdb06b9 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -2,6 +2,7 @@
   tip: false,
   searchShow: true,
   searchMenuSpan: 6,
+  height:340,
   border: true,
   index: true,
   viewBtn: false,
diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue
index 3043cc7..c0a5e04 100644
--- a/Source/UBCS-WEB/src/views/code/code.vue
+++ b/Source/UBCS-WEB/src/views/code/code.vue
@@ -2,7 +2,7 @@
   <basic-container class="code-total" style=" height: 100%">
     <!-- 缂栫爜瑙勫垯淇℃伅灞曠ず鍖哄煙 -->
     <basic-container class="code-rule-container">
-      <div style="height: 40vh;overflow: auto;">
+      <div style="height: 55vh;overflow: auto;">
         <p
           style="
           margin-top: -5px;
@@ -220,7 +220,7 @@
 
     <!-- 鍩虹鐮佹灞曠ず鍖哄煙 -->
     <basic-container class="code-basicsec-container">
-      <div style="height: 38.5vh;overflow: auto">
+      <div style="height: 23.5vh;overflow: auto">
         <p
           style="margin-top: -5px;
           margin-bottom: 4px;
@@ -1408,7 +1408,7 @@
         showField: 'customCodeSerialClassText',
         field: 'customCodeSerialClass',
         fieldMap: {
-          serialType: "serialType"
+          serialType: "serialType",
         },
         placeholder: '璇烽�夋嫨鑷畾涔夋祦姘�',
         options: {
@@ -1765,7 +1765,7 @@
         this.form[data.field] = data.value || "";
         this.form[data.showField] = data.text || "";
         this.form.serialType = data.rawData[0].serialType || "";
-
+        this.form.customCodeSerialType = data.rawData[0].serialType || "";
       }
     },
     /** 杞Щ瑙勫垯鎵�鏈夎�呭璇濇 */
@@ -2141,7 +2141,7 @@
         );
       }
     },
-    /** 
+    /**
      * 鍙敤瀛楃闆嗙爜鍊兼鍒欐牎楠�
      * @return true:婊¤冻闄愬埗锛宖alse锛氫笉婊¤冻闄愬埗
      */

--
Gitblit v1.9.3