safecheck-client 3.0.35-60 → 3.0.35-62
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.35-
|
4
|
+
"version": "3.0.35-62",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -1277,6 +1277,15 @@
|
|
1277
1277
|
this.data.f_noanswer_path = null
|
1278
1278
|
this.data.f_noanswer1_path = null
|
1279
1279
|
this.data.f_noanswer2_path = null
|
1280
|
+
}else if (this.data.f_entry_status == '激光检测'){
|
1281
|
+
this.f_rejectcheck_path = Vue.nopic
|
1282
|
+
this.f_rejectcheck1_path = Vue.nopic
|
1283
|
+
this.f_rejectcheck2_path = Vue.nopic
|
1284
|
+
this.f_rejectchecks_path = []
|
1285
|
+
this.f_rejectcheck_path = Vue.nopic
|
1286
|
+
this.f_rejectcheck1_path = Vue.nopic
|
1287
|
+
this.f_rejectcheck2_path = Vue.nopic
|
1288
|
+
this.f_rejectchecks_path = []
|
1280
1289
|
}
|
1281
1290
|
// try {
|
1282
1291
|
let codata = this.rowCodata
|
@@ -120,6 +120,7 @@
|
|
120
120
|
<input type="radio" name="enterstatus" v-model="f_entry_status" id="nopeople" value="到访不遇">到访不遇
|
121
121
|
<input type="radio" name="enterstatus" v-model="f_entry_status" id="rejectchecck" value="拒检">拒检
|
122
122
|
<input type="radio" name="enterstatus" v-model="f_entry_status" id="enterhouse" value="入户">入户
|
123
|
+
<input type="radio" name="enterstatus" v-model="f_entry_status" id="enterhouse" value="激光检测">激光检测
|
123
124
|
</div>
|
124
125
|
|
125
126
|
</div>
|
@@ -745,7 +746,16 @@ export default {
|
|
745
746
|
this.setEntryClass(this.f_entry_status)
|
746
747
|
this.$watch('f_entry_status', (val) => {
|
747
748
|
this.setEntryClass(val)
|
748
|
-
|
749
|
+
if (val =='激光检测') {
|
750
|
+
this.f_rejectcheck_path = Vue.nopic
|
751
|
+
this.f_rejectcheck1_path = Vue.nopic
|
752
|
+
this.f_rejectcheck2_path = Vue.nopic
|
753
|
+
this.f_rejectchecks_path = []
|
754
|
+
this.f_rejectcheck_path = Vue.nopic
|
755
|
+
this.f_rejectcheck1_path = Vue.nopic
|
756
|
+
this.f_rejectcheck2_path = Vue.nopic
|
757
|
+
this.f_rejectchecks_path = []
|
758
|
+
}
|
749
759
|
if (val == '到访不遇') {
|
750
760
|
this.f_rejectcheck_path = Vue.nopic
|
751
761
|
this.f_rejectcheck1_path = Vue.nopic
|