From 90964e8f07b9ad3cb2c5f34c8784d7e2c32974fd Mon Sep 17 00:00:00 2001
From: zhaowei
Date: 星期一, 08 七月 2024 14:57:55 +0800
Subject: [PATCH] 1、标准加工时间页面取消设备层面字段展示以及取消选择左侧设备树 2、加工数量管理页面新增添加表格记录时的设备选择功能

---
 src/views/mdc/base/modules/mdcPassRate/mdcPassRateEdit.vue |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/base/modules/mdcPassRate/mdcPassRateEdit.vue b/src/views/mdc/base/modules/mdcPassRate/mdcPassRateEdit.vue
index 18078ff..83b4b1d 100644
--- a/src/views/mdc/base/modules/mdcPassRate/mdcPassRateEdit.vue
+++ b/src/views/mdc/base/modules/mdcPassRate/mdcPassRateEdit.vue
@@ -123,6 +123,22 @@
               },
             ],
           },
+          processQuantity:{
+            rules:[
+              {
+                required:true,
+                message: "璇疯緭鍏ュ姞宸ユ暟閲�"
+              },
+            ],
+          },
+          unqualifiedQuantity:{
+            rules:[
+              {
+                required:true,
+                message: "璇疯緭鍏ヤ笉鍚堟牸鏁伴噺"
+              },
+            ],
+          },
           // mdcRepairType:{
           //   rules:[
           //     {
@@ -263,9 +279,9 @@
               obj.then((res) => {
                 if (res.success) {
                   // that.$message.success("娣诲姞鎴愬姛")
-                  that.$notification.warning({
+                  that.$notification.success({
                     message:'娑堟伅',
-                    description:"娣诲姞鎴愬姛"
+                    description:"淇敼鎴愬姛"
                   });
                   // that.$message.success(res.message)
                   that.$emit('ok', res.result)

--
Gitblit v1.9.3