safecheck-client 3.0.39-3 → 3.0.39-30
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/package.json +6 -6
- package/src/App.vue +26 -26
- package/src/assets//345/256/232/344/275/215.png +0 -0
- package/src/components/android/AndroidDefectDeal.vue +2 -2
- package/src/components/android/AreaPlan.vue +567 -567
- package/src/components/android/SafecheckOrderV.vue +1 -1
- package/src/components/pc/AddPlanItemYyChange.vue +5 -1
- package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +34 -0
- package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +3 -1
- package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +2 -8
- package/src/filiale/bayan/pc/NewCheckpaper.vue +2 -2
- package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +7 -7
- package/src/filiale/dexin/android/AreaPlan.vue +567 -567
- package/src/filiale/dexin/android.js +21 -21
- package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
- package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
- package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
- package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
- package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
- package/src/filiale/huatong/android/SafecheckOrderV.vue +2 -2
- package/src/filiale/jinhuang/android/AddPlanItem.vue +430 -0
- package/src/filiale/jinhuang/android/PhoneUpUserinfo.vue +1278 -1252
- package/src/filiale/jinhuang/android.js +2 -1
- package/src/filiale/kelai/android/PaperFeedback.vue +1384 -1370
- package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/kelai/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/kelai/pc/UserInfoAudit.vue +126 -90
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +7 -7
- package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +104 -38
- package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
- package/src/filiale/qingjian/android/SafecheckOrderV.vue +3 -0
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +42 -19
- package/src/filiale/qingjian/pc/NewCheckpaper.vue +1 -0
- package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -0
- package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
- package/src/filiale/rongchuang/android.js +1 -0
- package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -0
- package/src/filiale/rongchuang/pc.js +1 -0
- package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +57 -24
- package/src/filiale/siyang/android/SafecheckDevices.vue +1 -1
- package/src/filiale/siyang/android/SafecheckUserInfo.vue +8 -2
- package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -0
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +47 -1
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +46 -0
- package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +34 -0
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +34 -0
- package/src/filiale/tongchuan/pc/PaperList.vue +44 -10
- package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -0
- package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +42 -2
- package/src/filiale/tongchuan/pc.js +2 -0
- package/src/filiale/wenxi/android/SafecheckOrderV.vue +2682 -2682
- package/src/filiale/wuan/android/SafecheckOrderV.vue +1 -0
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +79 -16
- package/src/filiale/wuan/pc/NewCheckpaper.vue +16 -1
- package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +3 -3
- package/src/main.js +33 -33
|
@@ -4,12 +4,10 @@
|
|
|
4
4
|
<div class="panel-body panel-self">
|
|
5
5
|
<div class="col-xs-12" style="padding: 2px 0">
|
|
6
6
|
<p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>用户编号:</b></p>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<label @click="
|
|
10
|
-
|
|
11
|
-
v-if="upUserinfoSta=='是'" style="color: #00b3ee;text-decoration:none;"
|
|
12
|
-
@click="upuserinfo(userinfo.f_userinfoid)">信息变更</label>
|
|
7
|
+
<p class="panel-title col-xs-9 text-left input-font">
|
|
8
|
+
<label @click="searchHistory(userinfo.f_userinfoid)" style="color: #00b3ee;text-decoration:none;">{{ userinfo.f_userinfo_code }}</label>
|
|
9
|
+
<label v-if="upUserinfoSta=='是'" style="color: #00b3ee;text-decoration:none;" @click="upuserinfo(userinfo.f_userinfoid)">信息变更</label>
|
|
10
|
+
<label style="color: #00b3ee;text-decoration:none;" @click="navigateToMap(userinfo)">导航</label>
|
|
13
11
|
</p>
|
|
14
12
|
</div>
|
|
15
13
|
<div class="col-xs-12" style="padding: 2px 0">
|
|
@@ -174,14 +172,14 @@
|
|
|
174
172
|
</div>
|
|
175
173
|
|
|
176
174
|
</div>
|
|
177
|
-
<!-- <div :class="style__" class="form-group" v-show="f_usegas == '未使用'">-->
|
|
178
|
-
<!-- <sapn class="text-left col-md-12 col-sm-12 col-xs-12">处置方式:</sapn>-->
|
|
179
|
-
<!-- <div class="col-xs-12 col-sm-12 col-md-12">-->
|
|
180
|
-
<!-- <input type="checkbox" v-model="f_no_gas_device">无燃气具-->
|
|
181
|
-
<!-- <input type="checkbox" v-model="f_close_valve">关闭表前阀-->
|
|
182
|
-
<!-- <input type="checkbox" v-model="f_unload_battery">取下表内电池-->
|
|
183
|
-
<!-- </div>-->
|
|
184
|
-
<!-- </div>-->
|
|
175
|
+
<!-- <div :class="style__" class="form-group" v-show="f_usegas == '未使用'">-->
|
|
176
|
+
<!-- <sapn class="text-left col-md-12 col-sm-12 col-xs-12">处置方式:</sapn>-->
|
|
177
|
+
<!-- <div class="col-xs-12 col-sm-12 col-md-12">-->
|
|
178
|
+
<!-- <input type="checkbox" v-model="f_no_gas_device">无燃气具-->
|
|
179
|
+
<!-- <input type="checkbox" v-model="f_close_valve">关闭表前阀-->
|
|
180
|
+
<!-- <input type="checkbox" v-model="f_unload_battery">取下表内电池-->
|
|
181
|
+
<!-- </div>-->
|
|
182
|
+
<!-- </div>-->
|
|
185
183
|
<div class="auto app-text" style="margin-top: 5px;" v-if="this.$parent.$parent.role != 'view'">
|
|
186
184
|
<div class="panel" style="padding: 10px 7px 10px 0px;">
|
|
187
185
|
<div class="panel-body panel-self">
|
|
@@ -281,11 +279,20 @@ export default {
|
|
|
281
279
|
this.$set('biaoxinghao', '')
|
|
282
280
|
},
|
|
283
281
|
ready () {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
282
|
+
if(this.userinfo.f_userinfoid){
|
|
283
|
+
new HttpResetClass().load("POST", `${this.$androidUtil.getProxyUrl()}/rs/sql/safe_singleTable_OrderBy`, {
|
|
284
|
+
data:{
|
|
285
|
+
items:"*",
|
|
286
|
+
tablename:"t_user_address",
|
|
287
|
+
orderitem:"id",
|
|
288
|
+
condition:`f_userinfo_id= '${this.userinfo.f_userinfoid}'`}
|
|
289
|
+
}, {resolveMsg: null, rejectMsg: null}).then((res)=>{
|
|
290
|
+
if(res.data.length>0){
|
|
291
|
+
this.$set('userinfo.f_lat', res.data[0].f_lat)
|
|
292
|
+
this.$set('userinfo.f_lng', res.data[0].f_lng)
|
|
293
|
+
}
|
|
294
|
+
})
|
|
295
|
+
}
|
|
289
296
|
this.$set('beforephone', this.userinfo.f_user_phone)
|
|
290
297
|
this.$set('gmlist', [])
|
|
291
298
|
//tag
|
|
@@ -308,6 +315,22 @@ export default {
|
|
|
308
315
|
this.safecheckStateReady()
|
|
309
316
|
},
|
|
310
317
|
methods: {
|
|
318
|
+
navigateToMap(userinfo) {
|
|
319
|
+
// 检查是否有经纬度信息
|
|
320
|
+
if (userinfo.f_lat && userinfo.f_lng) {
|
|
321
|
+
try {
|
|
322
|
+
HostApp.openThirdPartyMap({
|
|
323
|
+
lon:userinfo.f_lng,
|
|
324
|
+
lat:userinfo.f_lat,
|
|
325
|
+
address:userinfo.f_address
|
|
326
|
+
})
|
|
327
|
+
} catch (e) {
|
|
328
|
+
this.$showMessage('无法启动导航功能,请检查是否安装了高德地图app');
|
|
329
|
+
}
|
|
330
|
+
} else {
|
|
331
|
+
this.$showMessage('当前用户无坐标信息,请进行维护');
|
|
332
|
+
}
|
|
333
|
+
},
|
|
311
334
|
updatebiaohao (f_meter_no, f_userinfo_id) {
|
|
312
335
|
this.$showMessage('将用户 ' + this.userinfo.f_user_name + '的机表表号从' + this.userinfo.planmeterss.f_meter_no + '修改为' + f_meter_no, ['confirm', 'cancel']).then((butt) => {
|
|
313
336
|
if (butt == 'confirm') {
|
|
@@ -979,6 +979,7 @@ export default {
|
|
|
979
979
|
"燃气表照片":{"index":12,"type":"picture","checkmust": false},
|
|
980
980
|
"户累购气量":{"index":18,"type":"number","readonly":true},
|
|
981
981
|
"户累购金额":{"index":19,"type":"number","readonly":true},
|
|
982
|
+
"已用气量":{"index":20,"type":"number","checkmust": false},//基表数
|
|
982
983
|
}
|
|
983
984
|
}
|
|
984
985
|
},
|