safecheck-client 3.0.35-53 → 3.0.35-55
Sign up to get free protection for your applications and to get access to all the features.
@@ -120,19 +120,6 @@
|
|
120
120
|
<input type="radio" name="enterstatus" v-model="f_entry_status" id="rejectchecck" style="transform: scale(1.5);" value="拒检"> 拒绝安检
|
121
121
|
<input type="radio" name="enterstatus" v-model="f_entry_status" id="enterhouse" style="transform: scale(1.5);" value="入户"> 正常入户
|
122
122
|
</div>
|
123
|
-
<div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='到访不遇'" style="margin-top: 6px">
|
124
|
-
<span class="text-left col-md-3 col-sm-4 col-xs-4"> <img src="../../../assets/enterstatus.png" style="width: 20px;margin-bottom: 5px;text-align: left" alt="">到访状态:</span>
|
125
|
-
<div v-if="userinfo.f_check_type=='民用'" :class="style__" class="col-md-9 col-sm-8 col-xs-8 text-center">
|
126
|
-
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="长期无人"> 长期无人 
|
127
|
-
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="尚未装修"> 尚未装修 
|
128
|
-
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="无法联系"> 无法联系 
|
129
|
-
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="首访不遇"> 首访不遇
|
130
|
-
</div>
|
131
|
-
<div v-show="userinfo.f_check_type=='非民用'" :class="style__" class="col-md-9 col-sm-8 col-xs-8 text-center">
|
132
|
-
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="首访不遇"> 首访不遇 
|
133
|
-
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="暂停营业"> 暂停营业
|
134
|
-
</div>
|
135
|
-
</div>
|
136
123
|
<div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='到访不遇'">
|
137
124
|
<label class="text-left font">到访不遇照片:</label>
|
138
125
|
<div class="auto">
|
@@ -187,6 +174,19 @@
|
|
187
174
|
<input type="radio" name="isuseed" v-model="f_usegas" id="nousegas" style="transform: scale(1.5);" value="封堵"> 封堵
|
188
175
|
</div>
|
189
176
|
</div>
|
177
|
+
<div class="form-group col-sm-12 col-xs-12" :class="style__" v-show="f_entry_status=='到访不遇'" style="margin-top: 6px">
|
178
|
+
<span class="col-md-3 col-sm-4 col-xs-3 text-left"><img src="../../../assets/enterstatus.png" style="width: 20px;margin-bottom: 5px;text-align: left" alt="">到访状态:</span>
|
179
|
+
<div v-if="userinfo.f_check_type=='民用'" :class="style__" class="col-md-9 col-sm-8 col-xs-8">
|
180
|
+
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="长期无人"> 长期无人
|
181
|
+
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="尚未装修"> 尚未装修
|
182
|
+
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="无法联系"> 无法联系
|
183
|
+
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="首访不遇"> 首访不遇
|
184
|
+
</div>
|
185
|
+
<div v-show="userinfo.f_check_type=='非民用'" :class="style__" class="col-md-9 col-sm-8 col-xs-8">
|
186
|
+
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="首访不遇"> 首访不遇 
|
187
|
+
<input type="radio" name="daofang_status" v-model="f_daofang_status" id="f_daofang_status" style="transform: scale(1.5);" value="暂停营业"> 暂停营业
|
188
|
+
</div>
|
189
|
+
</div>
|
190
190
|
<!-- <div :class="style__" class="form-group" v-show="f_usegas == '未使用'">-->
|
191
191
|
<!-- <sapn class="text-left col-md-12 col-sm-12 col-xs-12">处置方式:</sapn>-->
|
192
192
|
<!-- <div class="col-xs-12 col-sm-12 col-md-12">-->
|