safecheck-client 3.0.33-16 → 3.0.33-160
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.html +6 -2
- package/package.json +133 -133
- package/src/App.vue +2 -2
- package/src/components/Util/ImgSelfSafePlus.vue +19 -10
- package/src/components/Util.js +7 -0
- package/src/components/android/AreaPlan.vue +2 -1
- package/src/components/android/CurrentCreate.vue +1 -1
- package/src/components/android/ImgSelfAndroid.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +5 -1
- package/src/components/android/SafecheckOrderV.vue +18 -12
- package/src/components/map/checkScreen.vue +27 -21
- package/src/components/paper/PlanChooser.vue +4 -2
- package/src/components/pc/NewCheckpaper.vue +11 -8
- package/src/components/planmanage/PlanManage.vue +14 -4
- package/src/components/planmanage/checkPlanList.vue +2 -1
- package/src/components/planmanage/checkUserList.vue +2 -0
- package/src/components/report/HiddenSituation.vue +3 -3
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +28 -2
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1 -1
- package/src/components/rongcheng/DefectPaper.vue +1 -1
- package/src/components/rongcheng/PaperListNPSQ.vue +36 -1
- package/src/components/rongcheng/PaperListSQ.vue +32 -11
- package/src/components/rongcheng/PhoneUpUserinfo.vue +939 -802
- package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +1 -3
- package/src/components/safecheckNew/PaperList.vue +785 -0
- package/src/components/safecheckNew/android/AddPlanItem.vue +419 -0
- package/src/components/safecheckNew/android/AreaPlan.vue +561 -0
- package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -0
- package/src/components/safecheckNew/android/Recheck.vue +379 -0
- package/src/components/safecheckNew/android/SafecheckDevices.vue +1400 -0
- package/src/components/safecheckNew/android/SafecheckOrderV.vue +2692 -0
- package/src/filiale/Util.js +5 -0
- package/src/filiale/baiyin/android/AndroidDefectDeal.vue +633 -0
- package/src/filiale/baiyin/android.js +10 -0
- package/src/filiale/baiyin/pc/PaperList.vue +790 -0
- package/src/filiale/baiyin/pc/PlanChooser.vue +167 -0
- package/src/filiale/baiyin/pc/PlanManage.vue +834 -0
- package/src/filiale/baiyin/pc/RightTreeSafe.vue +348 -0
- package/src/filiale/baiyin/pc/RoleSelector.vue +160 -0
- package/src/filiale/baiyin/pc.js +17 -0
- package/src/filiale/bayan/android/AddPlanItem.vue +7 -2
- package/src/filiale/bayan/android/CheckPlanDown.vue +249 -0
- package/src/filiale/bayan/android/SafecheckOrderV.vue +20 -7
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +566 -514
- package/src/filiale/bayan/android.js +1 -0
- package/src/filiale/bayan/pc/CheckDetail.vue +205 -0
- package/src/filiale/bayan/pc/CheckPlan.vue +59 -0
- package/src/filiale/bayan/pc/CheckPlanAreaList.vue +565 -0
- package/src/filiale/bayan/pc/CheckSearchUser.vue +1110 -0
- package/src/filiale/bayan/pc/DefectListNew.vue +597 -0
- package/src/filiale/bayan/pc/DefectMainNew.vue +63 -0
- package/src/filiale/bayan/pc/DefectPaperNew.vue +1218 -0
- package/src/filiale/bayan/pc/DeviceChange.vue +1838 -0
- package/src/filiale/bayan/pc/HiddenSituation.vue +256 -0
- package/src/filiale/bayan/pc/NewCheckpaper.vue +31 -1
- package/src/filiale/bayan/pc/PaperList.vue +119 -12
- package/src/filiale/bayan/pc/PlanManage.vue +29 -8
- package/src/filiale/bayan/pc/SelectCheckPlan.vue +333 -0
- package/src/filiale/bayan/pc.js +7 -0
- package/src/filiale/dexin/android/SafecheckOrderV.vue +123 -24
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/fugou/android.js +2 -1
- package/src/filiale/fugou/pc/AddToCheckBook.vue +13 -14
- package/src/filiale/fugou/pc/CheckBook.vue +2 -0
- package/src/filiale/fugou/pc/CheckBookEntry.vue +2 -6
- package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +35 -18
- package/src/filiale/fugou/pc/CheckBookUser.vue +102 -45
- package/src/filiale/fugou/pc/DefectPaperNew.vue +10 -6
- package/src/filiale/fugou/pc/PaperDefectMain.vue +12 -6
- package/src/filiale/fugou/pc/PaperList.vue +14 -6
- package/src/filiale/fugou/pc/PlanManage.vue +62 -8
- package/src/filiale/fugou/pc/checkUserList.vue +36 -35
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +15 -5
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +12 -2
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +12 -3
- package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
- package/src/filiale/hanzhong/pc/CheckUserList.vue +30 -11
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +11 -2
- package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
- package/src/filiale/jingyang/pc.js +1 -0
- package/src/filiale/kelai/pc/CheckPlanAreaList.vue +2 -22
- package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -0
- package/src/filiale/liaoyuan/pc.js +2 -1
- package/src/filiale/qianneng/pc/PaperList.vue +31 -1
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +7 -5
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +66 -1
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +468 -748
- package/src/filiale/rongchuang/android/SafecheckOrderV.vue +984 -1234
- package/src/filiale/rongchuang/android.js +1 -0
- package/src/filiale/rongchuang/pc/NewCheckpaper.vue +294 -305
- package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
- package/src/filiale/rongchuang/pc.js +1 -0
- package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -0
- package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -0
- package/src/filiale/siyang/android.js +11 -0
- package/src/filiale/siyang/pc/PaperDefectMain.vue +864 -0
- package/src/filiale/siyang/pc/PaperList.vue +834 -0
- package/src/filiale/siyang/pc/PlanManage.vue +839 -0
- package/src/filiale/siyang/pc/checkUserList.vue +781 -0
- package/src/filiale/siyang/pc.js +15 -0
- package/src/filiale/tianke/pc/checkScreen.vue +36 -31
- package/src/filiale/tongchuan/android/PhoneUpUserinfo.vue +60 -2
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2 -3
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
- package/src/filiale/weinan/android/PaperFeedback.vue +8 -8
- package/src/filiale/weinan/android/SafecheckDevices.vue +6 -2
- package/src/filiale/weinan/android/SafecheckOrderV.vue +16 -2
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +7 -2
- package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
- package/src/filiale/weinan/pc/DefectListNew.vue +617 -0
- package/src/filiale/weinan/pc/DefectMainNew.vue +1 -1
- package/src/filiale/weinan/pc/DefectPaperNew.vue +7 -1
- package/src/filiale/weinan/pc.js +2 -0
- package/src/filiale/wenxi/android/CurrentCreate.vue +1055 -1055
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1 -1
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +85 -63
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1358 -1358
- package/src/filiale/wenxi/pc/PaperDefectMain.vue +790 -790
- package/src/filiale/yangchunboneng/android/AddPlanItem.vue +46 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +45 -4
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +2 -2
- package/src/filiale/yangchunboneng/android/NewCheckpaperAndroid.vue +20 -20
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +3 -3
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +5 -5
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +17 -4
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +30 -12
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +2 -1
- package/src/filiale/yangchunboneng/android.js +1 -0
- package/src/filiale/yangchunboneng/pc/CheckBookList.vue +4 -4
- package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +76 -32
- package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +72 -1
- package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +187 -13
- package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +98 -3
- package/src/filiale/yangchunboneng/pc/PaperList.vue +17 -0
- package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
- package/src/filiale/yongzhou/android/SafecheckOrderV.vue +221 -256
- package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
- package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1 -1
- package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
- package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +412 -107
- package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -0
- package/src/filiale/yongzhou/pc/PaperList.vue +1 -1
- package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
- package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +56 -125
- package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
- package/src/filiale/yongzhou/pc/safeDetail.vue +311 -20
- package/src/filiale/yongzhou/pc/safeStatistics.vue +74 -24
- package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +2 -2
- package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +2 -2
- package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +47 -23
- package/src/filiale/yongzhou/pc/safeTable.vue +3 -3
- package/src/filiale/yongzhou/pc.js +4 -0
- package/src/filiale/yuansheng/android/AndroidDefectDeal.vue +652 -0
- package/src/filiale/yuansheng/android.js +1 -0
- package/src/filiale/zhongsheng/android/CurrentCreate.vue +7 -2
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +6 -2
- package/src/main.js +33 -33
- package/src/rongcheng.js +3 -1
- package/src/safecheck-android.js +6 -0
- package/src/safecheck.js +3 -0
@@ -114,6 +114,40 @@
|
|
114
114
|
close-on-select clear-button></v-select>
|
115
115
|
</div>
|
116
116
|
</div>
|
117
|
+
<div class="row app-row" >
|
118
|
+
<div class="col-xs-4">
|
119
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
120
|
+
<label class="font text-left">首次通气时间:</label>
|
121
|
+
</div>
|
122
|
+
<datepicker id="f_start_date"
|
123
|
+
placeholder= '起始时间'
|
124
|
+
:value.sync="model.f_start_date1"
|
125
|
+
:disabled-days-of-Week="[]"
|
126
|
+
v-model="model.f_start_date1"
|
127
|
+
class="input-font"
|
128
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
129
|
+
:show-reset-button="reset"
|
130
|
+
condition="ui.f_subscribe_date > '{}'"
|
131
|
+
>
|
132
|
+
</datepicker>
|
133
|
+
</div>
|
134
|
+
<div class="row app-row" >
|
135
|
+
<div class="col-xs-4">
|
136
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
137
|
+
<label class="font text-left">首次通气时间:</label>
|
138
|
+
</div>
|
139
|
+
<datepicker id="f_end_date"
|
140
|
+
placeholder= '结束时间'
|
141
|
+
:value.sync="model.f_end_date1"
|
142
|
+
:disabled-days-of-Week="[]"
|
143
|
+
v-model="model.f_end_date1"
|
144
|
+
class="input-font"
|
145
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
146
|
+
:show-reset-button="reset"
|
147
|
+
condition="ui.f_subscribe_date < '{}'"
|
148
|
+
>
|
149
|
+
</datepicker>
|
150
|
+
</div>
|
117
151
|
<!-- <div class="row app-row">
|
118
152
|
<div class="col-xs-4">
|
119
153
|
<img src="../../../assets/安检状态.png" style="width: 20px;margin-bottom: 5px" alt="">
|
@@ -178,7 +212,14 @@
|
|
178
212
|
<p class="panel-title col-xs-4 text-left font">用户电话</p>
|
179
213
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_user_phone2 ? row.f_user_phone2 : row.f_user_phone }}</p>
|
180
214
|
</div>
|
181
|
-
|
215
|
+
<div class="row">
|
216
|
+
<p class="panel-title col-xs-4 text-left font">备用电话</p>
|
217
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_rent_phone}}</p>
|
218
|
+
</div>
|
219
|
+
<div class="row">
|
220
|
+
<p class="panel-title col-xs-4 text-left font">租户电话</p>
|
221
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_zuhu_phone }}</p>
|
222
|
+
</div>
|
182
223
|
<div class="row">
|
183
224
|
<p class="panel-title col-xs-4 text-left font">小区名称</p>
|
184
225
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_residential_area }}</p>
|
@@ -195,6 +236,10 @@
|
|
195
236
|
<p class="panel-title col-xs-4 text-left font">最后安检状态</p>
|
196
237
|
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_last_check_state }}</p>
|
197
238
|
</div>
|
239
|
+
<div class="row">
|
240
|
+
<p class="panel-title col-xs-4 text-left font">首次通气时间</p>
|
241
|
+
<p class="panel-title col-xs-8 text-left input-font">{{ row.f_uservent_date }}</p>
|
242
|
+
</div>
|
198
243
|
<div class="row">
|
199
244
|
<p class="panel-title col-xs-4 text-left font">保费到期时间</p>
|
200
245
|
<p class="panel-title col-xs-8 text-left input-font" :style="$parent.$parent.$parent.compare(row.f_expiration_date)?'color:black':'color: red'">{{ row.f_expiration_date}}</p>
|
@@ -204,13 +204,13 @@
|
|
204
204
|
</div>
|
205
205
|
<v-select id="f_state"
|
206
206
|
:value.sync="model.f_last_check_state"
|
207
|
+
:multiple="true"
|
207
208
|
class="input-font"
|
208
209
|
:options='$parent.$parent.last_check_states'
|
209
210
|
placeholder='入户状态'
|
210
211
|
:width="'60%'"
|
211
212
|
v-model="model.f_last_check_state"
|
212
|
-
condition="f_last_check_state
|
213
|
-
close-on-select clear-button>
|
213
|
+
condition="f_last_check_state in {}">
|
214
214
|
</v-select>
|
215
215
|
</div>
|
216
216
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
@@ -260,7 +260,40 @@
|
|
260
260
|
>
|
261
261
|
</datepicker>
|
262
262
|
</div>
|
263
|
-
|
263
|
+
<div class="row app-row" v-show="$parent.$parent.criteriaShow">
|
264
|
+
<div class="col-xs-4">
|
265
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
266
|
+
<label class="font text-left">首次通气时间:</label>
|
267
|
+
</div>
|
268
|
+
<datepicker id="f_start_date"
|
269
|
+
placeholder= '起始时间'
|
270
|
+
:value.sync="model.f_start_date1"
|
271
|
+
:disabled-days-of-Week="[]"
|
272
|
+
v-model="model.f_start_date1"
|
273
|
+
class="input-font"
|
274
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
275
|
+
:show-reset-button="reset"
|
276
|
+
condition="f_subscribe_date > '{}'"
|
277
|
+
>
|
278
|
+
</datepicker>
|
279
|
+
</div>
|
280
|
+
<div class="row app-row" v-show="$parent.$parent.criteriaShow">
|
281
|
+
<div class="col-xs-4">
|
282
|
+
<img src="../../../assets/是否已检.png" style="width: 20px;margin-bottom: 5px" alt="">
|
283
|
+
<label class="font text-left">首次通气时间:</label>
|
284
|
+
</div>
|
285
|
+
<datepicker id="f_end_date"
|
286
|
+
placeholder= '结束时间'
|
287
|
+
:value.sync="model.f_end_date1"
|
288
|
+
:disabled-days-of-Week="[]"
|
289
|
+
v-model="model.f_end_date1"
|
290
|
+
class="input-font"
|
291
|
+
:format="'yyyy-MM-dd HH:mm:ss'"
|
292
|
+
:show-reset-button="reset"
|
293
|
+
condition="f_subscribe_date < '{}'"
|
294
|
+
>
|
295
|
+
</datepicker>
|
296
|
+
</div>
|
264
297
|
|
265
298
|
<div class="row app-row" v-if="$parent.$parent.criteriaShow">
|
266
299
|
<div class="col-xs-4">
|
@@ -414,6 +447,10 @@
|
|
414
447
|
<p class="panel-title col-xs-5 text-left font"><b>到访不遇次数:</b></p>
|
415
448
|
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_check_version }}</p>
|
416
449
|
</div>
|
450
|
+
<div class="col-xs-12">
|
451
|
+
<p class="panel-title col-xs-5 text-left font"><b>首次通气时间:</b></p>
|
452
|
+
<p class="panel-title col-xs-7 text-left input-font ">{{ row.f_subscribe_date}}</p>
|
453
|
+
</div>
|
417
454
|
<div class="col-xs-12">
|
418
455
|
<p class="panel-title col-xs-5 text-left font"><b>保费到期时间:</b></p>
|
419
456
|
<p class="panel-title col-xs-7 text-left input-font " :style="$parent.$parent.$parent.compare(row.f_expiration_date)?'color:black':'color: red'">{{ row.f_expiration_date}}</p>
|
@@ -961,6 +998,10 @@
|
|
961
998
|
condition += " and ti.f_prearranged_date > '"+this.$refs.paged.$refs.cri.model.f_start_date + "'"
|
962
999
|
if(this.$refs.paged.$refs.cri.model.f_end_date)
|
963
1000
|
condition += " and ti.f_prearranged_date < '"+this.$refs.paged.$refs.cri.model.f_end_date + "'"
|
1001
|
+
if(this.$refs.paged.$refs.cri.model.f_start_date1)
|
1002
|
+
condition += " and f_subscribe_date > '"+this.$refs.paged.$refs.cri.model.f_start_date1 + "'"
|
1003
|
+
if(this.$refs.paged.$refs.cri.model.f_end_date1)
|
1004
|
+
condition += " and f_subscribe_date < '"+this.$refs.paged.$refs.cri.model.f_end_date1 + "'"
|
964
1005
|
if(this.$refs.paged.$refs.cri.model.f_check_version1)
|
965
1006
|
condition += " and ti.f_check_version <= "+this.$refs.paged.$refs.cri.model.f_check_version1
|
966
1007
|
|
@@ -1089,7 +1130,7 @@
|
|
1089
1130
|
criteria = {
|
1090
1131
|
items: 'count(id) count',
|
1091
1132
|
tablename: 't_check_plan_item',
|
1092
|
-
condition: `(f_complete = '' or f_complete
|
1133
|
+
condition: `(f_complete = '' or f_complete is null or f_complete = '未完成') AND f_state = '已检'`,
|
1093
1134
|
groupitem: 'f_state'
|
1094
1135
|
}
|
1095
1136
|
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
@@ -136,10 +136,10 @@
|
|
136
136
|
class="input-font"
|
137
137
|
:options='$parent.$parent.check_states'
|
138
138
|
placeholder='安检结果'
|
139
|
+
:multiple="true"
|
139
140
|
style="width:60%"
|
140
141
|
v-model="model.f_state"
|
141
|
-
condition="f_state
|
142
|
-
close-on-select clear-button>
|
142
|
+
condition="f_state in {}">
|
143
143
|
</v-select>
|
144
144
|
</div>
|
145
145
|
|
@@ -218,8 +218,8 @@ div {
|
|
218
218
|
<td style="margin: auto;text-align: center">
|
219
219
|
<div class="container" style="max-width: 550px;background: #FFFFFF">
|
220
220
|
<div class="img" v-for="img in paperdata.f_overall_imgs">
|
221
|
-
<img-self :src="getimg(img.f_overall_path)" style="float: left" width="150"
|
222
|
-
height="200"></img-self>
|
221
|
+
<img-self-android :src="getimg(img.f_overall_path)" style="float: left" width="150"
|
222
|
+
height="200"></img-self-android>
|
223
223
|
</div>
|
224
224
|
</div>
|
225
225
|
|
@@ -240,8 +240,8 @@ div {
|
|
240
240
|
<td style="margin: auto;text-align: center">
|
241
241
|
<div class="container" style="max-width: 500px;background: #FFFFFF">
|
242
242
|
<div class="img" style="float: none">
|
243
|
-
<img-self :src="getimg(paperdata.f_sign_path)" width="150" style="float: left"
|
244
|
-
height="200"></img-self>
|
243
|
+
<img-self-android :src="getimg(paperdata.f_sign_path)" width="150" style="float: left"
|
244
|
+
height="200"></img-self-android>
|
245
245
|
</div>
|
246
246
|
</div>
|
247
247
|
</td>
|
@@ -259,8 +259,8 @@ div {
|
|
259
259
|
<td style="margin: auto;text-align: center">
|
260
260
|
<div class="container" style="max-width: 500px;background: #FFFFFF">
|
261
261
|
<div class="img" style="float: none">
|
262
|
-
<img-self :src="getimg(paperdata.f_notified_path)"width="150" style="float: left"
|
263
|
-
height="200"></img-self>
|
262
|
+
<img-self-android :src="getimg(paperdata.f_notified_path)"width="150" style="float: left"
|
263
|
+
height="200"></img-self-android>
|
264
264
|
</div>
|
265
265
|
</div>
|
266
266
|
</td>
|
@@ -324,13 +324,13 @@ div {
|
|
324
324
|
<div class="from-group">
|
325
325
|
<div class="row">
|
326
326
|
<div class="col-md-6">
|
327
|
-
<img-self v-if="showimg1" :src="getimg(showimg1)" width="240" height="300"></img-self>
|
327
|
+
<img-self-android v-if="showimg1" :src="getimg(showimg1)" width="240" height="300"></img-self-android>
|
328
328
|
</div>
|
329
329
|
<div class="col-md-6">
|
330
|
-
<img-self v-if="showimg2" :src="getimg(showimg2)" width="240" height="300"></img-self>
|
330
|
+
<img-self-android v-if="showimg2" :src="getimg(showimg2)" width="240" height="300"></img-self-android>
|
331
331
|
</div>
|
332
332
|
<div class="col-md-6" v-for="item in otherDarginShowImgs">
|
333
|
-
<img-self v-if="item.path" :src="getimg(item.path)" width="240" height="300"></img-self>
|
333
|
+
<img-self-android v-if="item.path" :src="getimg(item.path)" width="240" height="300"></img-self-android>
|
334
334
|
</div>
|
335
335
|
</div>
|
336
336
|
</div>
|
@@ -347,27 +347,27 @@ div {
|
|
347
347
|
<div class="from-group">
|
348
348
|
<div class="row">
|
349
349
|
<div class="col-md-6">
|
350
|
-
<img-self v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer_path" :src="showimg3" width="282"
|
351
|
-
height="400"></img-self>
|
350
|
+
<img-self-android v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer_path" :src="showimg3" width="282"
|
351
|
+
height="400"></img-self-android>
|
352
352
|
</div>
|
353
353
|
<div class="col-md-6">
|
354
|
-
<img-self v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer1_path" :src="showimg5" width="282"
|
355
|
-
height="400"></img-self>
|
354
|
+
<img-self-android v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer1_path" :src="showimg5" width="282"
|
355
|
+
height="400"></img-self-android>
|
356
356
|
</div>
|
357
357
|
<div class="col-md-6">
|
358
|
-
<img-self v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer2_path" :src="showimg6" width="282"
|
359
|
-
height="400"></img-self>
|
358
|
+
<img-self-android v-if="this.paperdata.f_entry_status=='到访不遇'&& this.paperdata.f_noanswer2_path" :src="showimg6" width="282"
|
359
|
+
height="400"></img-self-android>
|
360
360
|
</div>
|
361
361
|
<div class="col-md-6">
|
362
|
-
<img-self v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck_path" :src="showimg4" width="282"
|
363
|
-
height="400"></img-self>
|
362
|
+
<img-self-android v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck_path" :src="showimg4" width="282"
|
363
|
+
height="400"></img-self-android>
|
364
364
|
</div>
|
365
365
|
<div class="col-md-6">
|
366
|
-
<img-self v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck1_path" :src="showimg7" width="282"
|
367
|
-
height="400"></img-self>
|
366
|
+
<img-self-android v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck1_path" :src="showimg7" width="282"
|
367
|
+
height="400"></img-self-android>
|
368
368
|
</div>
|
369
369
|
<div class="col-md-6">
|
370
|
-
<img-self v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck2_path" :src="showimg8" width="282"
|
370
|
+
<img-self-android v-if="this.paperdata.f_entry_status=='拒检' && this.paperdata.f_rejectcheck2_path" :src="showimg8" width="282"
|
371
371
|
height="400"></img-self>
|
372
372
|
</div>
|
373
373
|
</div>
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
33
33
|
<div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px"
|
34
34
|
v-for="(index, img) in paper.f_overall_imgs">
|
35
|
-
<img-self :src="img.f_overall_path" alt="总体安检照片" :width="140" :height="170"></img-self>
|
35
|
+
<img-self-android :src="img.f_overall_path" alt="总体安检照片" :width="140" :height="170"></img-self-android>
|
36
36
|
<img src="../../../assets/删除.png" @click="delfile('f_overall_path', img.f_overall_path, index)"
|
37
37
|
style="width: 15px;margin-top: -80px" alt="">
|
38
38
|
</div>
|
@@ -55,7 +55,7 @@
|
|
55
55
|
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
56
56
|
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
57
57
|
<div class="col-xs-4 col-sm-3 col-md-2" style="margin-bottom: 35px" v-for="(index, img) in defectImgs">
|
58
|
-
<img-self :src="img" alt="总体隐患照片" :width="140" :height="170"></img-self>
|
58
|
+
<img-self-android :src="img" alt="总体隐患照片" :width="140" :height="170"></img-self-android>
|
59
59
|
<!-- <img src="../../assets/删除.png" @click="delfile('f_overall_path', img.f_overall_path,index)" style="width: 15px;margin-top: -80px" alt="">-->
|
60
60
|
</div>
|
61
61
|
</div>
|
@@ -150,7 +150,7 @@
|
|
150
150
|
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
151
151
|
<div class="row" style="height: 240px;overflow: scroll;top: 1px">
|
152
152
|
<div class="col-sm-4">
|
153
|
-
<img-self :src="paper.f_notified_path" alt="安检通知书/隐患整改通知书照片" width="150" height="200"></img-self>
|
153
|
+
<img-self-android :src="paper.f_notified_path" alt="安检通知书/隐患整改通知书照片" width="150" height="200"></img-self-android>
|
154
154
|
</div>
|
155
155
|
</div>
|
156
156
|
<div class="row text-right div-photo">
|