safecheck-client 3.0.34-5 → 3.0.34-6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/android/AreaPlan.vue +1 -7
- package/src/components/android/PaperFeedback.vue +1 -1
- package/src/components/android/PaperFeedbackTemp.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +1298 -1298
- package/src/components/android/SafecheckDevicesTemp.vue +1 -1
- package/src/components/android/userinfo/SafecheckUserInfo.vue +1 -1
- package/src/filiale/bayan/android/PaperFeedback.vue +1 -1
- package/src/filiale/bayan/android/SafecheckDevices.vue +1 -1
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
- package/src/filiale/hanzhong/android/PaperFeedback.vue +1 -1
- package/src/filiale/hanzhong/android/SafecheckDevices.vue +1 -1
- package/src/filiale/hanzhong/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/jiaxian/android/SafecheckDevices.vue +1 -1
- package/src/filiale/jingyang/android/PaperFeedback.vue +1 -1
- package/src/filiale/jingyang/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/pingxiang/android/PaperFeedback.vue +1 -1
- package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
- package/src/filiale/qingjian/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/shiquan/android/SafecheckDevices.vue +1 -1
- package/src/filiale/siyang/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1 -9
- package/src/filiale/yangchunboneng/android/DailyworkloadQuery.vue +1 -9
- package/src/filiale/yangchunboneng/android/PaperFeedback.vue +1 -1
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -1332
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/yangchunboneng/android/safeHistoryLook.vue +1 -9
- package/src/filiale/yongzhou/android/PaperFeedback.vue +1 -1
- package/src/filiale/yongzhou/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yongzhou/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1 -1
- package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yunchengminsheng/android/SafecheckUserInfo.vue +1 -1
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.34-
|
4
|
+
"version": "3.0.34-6",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -424,13 +424,7 @@
|
|
424
424
|
{label: '未检', value: '未检'},
|
425
425
|
{label: '已检', value: '已检'},
|
426
426
|
],
|
427
|
-
last_check_states:
|
428
|
-
{label: '请选择上次安检状态', value: ''},
|
429
|
-
{label: '入户', value: '入户'},
|
430
|
-
{label: '拒检', value: '拒检'},
|
431
|
-
{label: '到访不遇', value: '到访不遇'},
|
432
|
-
{label: '未使用天然气', value: '未使用天然气'}
|
433
|
-
],
|
427
|
+
last_check_states: Vue.$appdata.getParam('安检状态'),
|
434
428
|
upload_states: [
|
435
429
|
{label: '请选择上传状态', value: ''},
|
436
430
|
{label: '未传', value: '未传'},
|
@@ -610,7 +610,6 @@ export default {
|
|
610
610
|
HostApp.__this__ = null
|
611
611
|
},
|
612
612
|
takePic(prop, title, index) {
|
613
|
-
const obj = HostApp.getGpsDetailAddress()
|
614
613
|
HostApp.__callback__ = this.cameraCallBack
|
615
614
|
HostApp.__this__ = this
|
616
615
|
////tag
|
@@ -631,6 +630,7 @@ export default {
|
|
631
630
|
}
|
632
631
|
let jingweidu = ''
|
633
632
|
if (this.$parent.$parent.is_has_jingweidu == 'true'){
|
633
|
+
const obj = HostApp.getGpsDetailAddress()
|
634
634
|
jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
|
635
635
|
}
|
636
636
|
HostApp._open_a_page({
|
@@ -610,7 +610,6 @@
|
|
610
610
|
HostApp.__this__ = null
|
611
611
|
},
|
612
612
|
takePic(prop, title, index) {
|
613
|
-
const obj = HostApp.getGpsDetailAddress()
|
614
613
|
HostApp.__callback__ = this.cameraCallBack
|
615
614
|
HostApp.__this__ = this
|
616
615
|
////tag
|
@@ -631,6 +630,7 @@
|
|
631
630
|
}
|
632
631
|
let jingweidu = ''
|
633
632
|
if (this.$parent.$parent.is_has_jingweidu == 'true'){
|
633
|
+
const obj = HostApp.getGpsDetailAddress()
|
634
634
|
jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
|
635
635
|
}
|
636
636
|
HostApp._open_a_page({
|