From 98a16020cbc9b777735705e8fb72200dde1b68bd Mon Sep 17 00:00:00 2001
From: wk
Date: 星期四, 26 九月 2024 16:17:54 +0800
Subject: [PATCH] feat:门卫检查

---
 pages/quality-inspection-page/toc-sampling/toc-sampling-form/toc-sampling-form.vue |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/pages/quality-inspection-page/toc-sampling/toc-sampling-form/toc-sampling-form.vue b/pages/quality-inspection-page/toc-sampling/toc-sampling-form/toc-sampling-form.vue
index 9b79a6c..c2e38f5 100644
--- a/pages/quality-inspection-page/toc-sampling/toc-sampling-form/toc-sampling-form.vue
+++ b/pages/quality-inspection-page/toc-sampling/toc-sampling-form/toc-sampling-form.vue
@@ -159,9 +159,10 @@
         customerId:'',  //渚涘簲鍟�
         customerName:'',  //渚涘簲鍟�
         samplingTime: '', //閲囬泦鏃ユ湡
-        bunkerId:'',
+        // bunkerId:'',
         bunkerName:'',
         samplingPerson: '',
+        samplingSignAddress:'',
         type: 7,  //1 EDC銆�2 鑱氭隘涔欑儻鏍戣剛銆�3 纭吀銆�4 姘㈡哀鍖栭挔 5 娑叉隘 6銆佸師鐩愰挋闀� 7銆佸師鐩怲OC 8銆佸師鐩愬叏妫�
       },
       filedId:'',
@@ -175,12 +176,12 @@
           message: '璇峰~鍐欐壒鍙�',
           trigger: ['blur', 'change']
         }],
-        // customerId:[{
-        //   type: 'string',
-        //   required: true,
-        //   message: '璇烽�夋嫨渚涘簲鍟�',
-        //   trigger: ['blur', 'change']
-        // }],
+        customerId:[{
+          type: 'string',
+          required: true,
+          message: '璇烽�夋嫨渚涘簲鍟�',
+          trigger: ['blur', 'change']
+        }],
         bunkerName:[{
           type: 'string',
           required: true,
@@ -210,6 +211,7 @@
       this.submitShow = false
       this.$nextTick(() => {
         this.modelForm = Object.assign({},JSON.parse(opt.params))
+        console.log(this.modelForm,'this.modelForm----------涓婁釜椤甸潰浼犺繃鏉ョ殑鏁版嵁----')
         if(this.modelForm.samplingTime) {
           this.modelForm.samplingTime = dayjs(this.modelForm.samplingTime).format('YYYY-MM-DD HH:mm')
         }
@@ -225,6 +227,8 @@
     }else {  //娌℃嬁鍒版暟鎹皟涓�閬嶆帴鍙�
       this.$store.dispatch('getSamplingPerson')
     }
+
+
     // console.log(getStatus('roleType'),'roleType-----')
     // console.log(getStatus('customerId'),'customerId-----')
     // console.log(getStatus('userInfo'),'userInfo-----')
@@ -242,6 +246,7 @@
               name: item.name
             }
           })
+          console.log(this.customerIdList,'this.customerIdList===')
         }
       })
     },
@@ -305,6 +310,9 @@
     font-size: 34rpx!important;
     top: 12rpx;
   }
+  .inputs{
+    width: 100%;
+  }
 }
 @mixin commonBtn($h:62rpx){
   background-image: linear-gradient(to right,#497bfb,#2467fd);

--
Gitblit v1.9.1