From c4e7a4be56f5fa865843574b6f0ad91f1861f1b9 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 11 十二月 2025 17:07:20 +0800
Subject: [PATCH] 1.润泰-BI大屏展示修改

---
 src/views/basicData/product/index.vue |   53 ++++++++++++++++++++++++-----------------------------
 1 files changed, 24 insertions(+), 29 deletions(-)

diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index db5f096..9cc2a83 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -146,7 +146,7 @@
             <el-form-item label="瑙勬牸鍨嬪彿锛�" prop="model">
               <el-input
                 v-model="modelForm.model"
-                placeholder="璇疯緭鍏ヨ鏍煎瀷鍙�(g*琚嬫暟)"
+                placeholder="璇疯緭鍏ヨ鏍煎瀷鍙�"
                 clearable
                 @keydown.enter.prevent
               />
@@ -165,24 +165,24 @@
             </el-form-item>
           </el-col>
         </el-row>
-        <el-row>
-          <el-col :span="24">
-            <el-form-item label="缁戝畾鏈哄櫒锛�" prop="speculativeTradingName">
-              <el-select
-                v-model="modelForm.speculativeTradingName"
-                placeholder="璇烽�夋嫨缁戝畾鏈哄櫒"
-                multiple
-                clearable
-                style="width: 100%"
-              >
-                <el-option label="鐐掓満1" value="鐐掓満1" />
-                <el-option label="鐐掓満2" value="鐐掓満2" />
-                <el-option label="鐐掓満3" value="鐐掓満3" />
-                <el-option label="鐐掓満4" value="鐐掓満4" />
-              </el-select>
-            </el-form-item>
-          </el-col>
-        </el-row>
+<!--        <el-row>-->
+<!--          <el-col :span="24">-->
+<!--            <el-form-item label="缁戝畾鏈哄櫒锛�" prop="speculativeTradingName">-->
+<!--              <el-select-->
+<!--                v-model="modelForm.speculativeTradingName"-->
+<!--                placeholder="璇烽�夋嫨缁戝畾鏈哄櫒"-->
+<!--                multiple-->
+<!--                clearable-->
+<!--                style="width: 100%"-->
+<!--              >-->
+<!--                <el-option label="鐐掓満1" value="鐐掓満1" />-->
+<!--                <el-option label="鐐掓満2" value="鐐掓満2" />-->
+<!--                <el-option label="鐐掓満3" value="鐐掓満3" />-->
+<!--                <el-option label="鐐掓満4" value="鐐掓満4" />-->
+<!--              </el-select>-->
+<!--            </el-form-item>-->
+<!--          </el-col>-->
+<!--        </el-row>-->
       </el-form>
       <template #footer>
         <div class="dialog-footer">
@@ -230,10 +230,10 @@
     label: "鍗曚綅",
     prop: "unit",
   },
-  {
-    label: "缁戝畾鏈哄櫒",
-    prop: "speculativeTradingName",
-  },
+  // {
+  //   label: "缁戝畾鏈哄櫒",
+  //   prop: "speculativeTradingName",
+  // },
   {
     dataType: "action",
     label: "鎿嶄綔",
@@ -272,12 +272,7 @@
   },
   modelRules: {
     model: [
-      { required: true, message: "璇疯緭鍏�", trigger: "blur" },
-      { 
-        pattern: /^[0-9*]*$/, 
-        message: "鍙兘杈撳叆鏁板瓧鍜�*鍙�", 
-        trigger: "blur" 
-      }
+      { required: true, message: "璇疯緭鍏�", trigger: "blur" }
     ],
     unit: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
     speculativeTradingName: [{ required: true, message: "璇烽�夋嫨缁戝畾鏈哄櫒", trigger: "change" }],

--
Gitblit v1.9.3