From f2dd92deb176ad39b18805d5d2721fad0974a278 Mon Sep 17 00:00:00 2001 From: wk Date: 星期五, 22 十一月 2024 11:32:35 +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