safecheck-client 3.0.33-1 → 3.0.33-101
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 +4 -3
- package/src/components/Util/ImgSelfSafePlus.vue +12 -10
- package/src/components/android/CurrentCreate.vue +1 -1
- package/src/components/android/SafecheckDevices.vue +2 -0
- package/src/components/android/SafecheckOrderV.vue +3 -3
- package/src/components/android/SwitchValve.vue +1 -1
- package/src/components/map/checkScreen.vue +886 -880
- package/src/components/paper/PaperList.vue +5 -4
- package/src/components/paper/PlanChooser.vue +4 -2
- package/src/components/planmanage/PlanManage.vue +7 -4
- package/src/components/planmanage/checkPlanList.vue +2 -1
- package/src/components/planmanage/checkUserList.vue +36 -2
- package/src/components/report/CheckPlanCountChartArea.vue +5 -0
- package/src/components/report/HiddenSituation.vue +3 -3
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +28 -1
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1 -1
- package/src/components/rongcheng/DefectPaper.vue +1 -1
- package/src/components/rongcheng/PaperListNPSQ.vue +35 -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/filiale/Util.js +5 -0
- package/src/filiale/bayan/android/AddPlanItem.vue +12 -3
- package/src/filiale/bayan/android/SafecheckOrderV.vue +9 -5
- package/src/filiale/bayan/android/SafecheckUserInfo.vue +532 -508
- package/src/filiale/bayan/pc/NewCheckpaper.vue +6 -0
- package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
- package/src/filiale/dexin/android/WebMeterOpen.vue +1 -1
- package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
- package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
- package/src/filiale/fugou/android.js +2 -1
- package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
- package/src/filiale/fugou/pc/CheckBook.vue +2 -0
- package/src/filiale/fugou/pc/CheckBookEntry.vue +47 -19
- package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
- package/src/filiale/fugou/pc/CheckBookSearchUser.vue +733 -574
- 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 +222 -42
- 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/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/tianke/pc/checkScreen.vue +786 -781
- 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 +1086 -1025
- package/src/filiale/weinan/android/SafecheckOrderV.vue +75 -26
- package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
- package/src/filiale/weinan/pc/DefectPaperNew.vue +7 -1
- package/src/filiale/weinan/pc.js +1 -0
- package/src/filiale/wensu/pc/CheckSearchUser.vue +2 -0
- package/src/filiale/wensu/pc/DefectPaperNew.vue +1 -1
- package/src/filiale/wensu/pc/PlanManage.vue +831 -0
- package/src/filiale/wensu/pc/checkUserList.vue +8 -8
- package/src/filiale/wensu/pc.js +1 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1 -1
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +1 -1
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1 -1
- package/src/filiale/wuhai/pc/PaperList.vue +785 -0
- package/src/filiale/wuhai/pc.js +1 -0
- package/src/filiale/yangchunboneng/android/AddPlanItem.vue +46 -1
- package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1154
- package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
- package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1 -1
- package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +15 -4
- package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +879 -869
- package/src/filiale/yangchunboneng/android.js +21 -20
- 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 +178 -4
- package/src/filiale/yangchunboneng/pc/PaperList.vue +17 -0
- 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/yunchengminsheng/pc/checkUserList.vue +18 -1
- package/src/filiale/zhongsheng/android/CurrentCreate.vue +7 -2
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +6 -2
- package/src/main.js +1 -1
- package/src/rongcheng.js +3 -1
package/index.html
CHANGED
@@ -6,10 +6,14 @@
|
|
6
6
|
<title>安检系统</title>
|
7
7
|
<link rel="stylesheet" href="http://cache.amap.com/lbs/static/main1119.css"/>
|
8
8
|
<!--引入高德地图组件-->
|
9
|
-
<script
|
9
|
+
<script type="text/javascript">
|
10
|
+
window._AMapSecurityConfig = {
|
11
|
+
securityJsCode: '082dcb22ce9f242500fd6db3a2da5f44'
|
12
|
+
}
|
13
|
+
</script>
|
14
|
+
<script src="https://webapi.amap.com/maps?v=1.4.2&key=a511f5f7695b395a4eebf72b20e0f6e9"></script>
|
10
15
|
<!--引入UI组件库(1.1版本) -->
|
11
16
|
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
12
|
-
<script type="text/javascript" src="http://cache.amap.com/lbs/static/addToolbar.js"></script>
|
13
17
|
<style media="screen">
|
14
18
|
/*url(./static/newmainbg.jpg)*/
|
15
19
|
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
package/package.json
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "3.0.33-
|
4
|
+
"version": "3.0.33-101",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
8
8
|
"main": "src/index.js",
|
9
9
|
"keywords": [
|
10
10
|
"safecheck"
|
11
|
+
|
11
12
|
],
|
12
13
|
"scripts": {
|
13
14
|
"example": "node build/example-server.js",
|
@@ -103,13 +104,13 @@
|
|
103
104
|
"sketch-vue3": "^1.0.0",
|
104
105
|
"style": "0.0.3",
|
105
106
|
"style-loader": "^0.20.3",
|
106
|
-
"system-clients": "3.2.
|
107
|
+
"system-clients": "3.2.83",
|
107
108
|
"system-phone": "1.2.100",
|
108
109
|
"telephone-clients": "1.1.27",
|
109
110
|
"terser-webpack-plugin-legacy": "^1.2.5",
|
110
111
|
"url-loader": "^0.5.7",
|
111
112
|
"vue-amap": "0.5.10",
|
112
|
-
"vue-client": "1.24.
|
113
|
+
"vue-client": "1.24.76",
|
113
114
|
"vue-hot-reload-api": "^1.2.0",
|
114
115
|
"vue-html-loader": "^1.0.0",
|
115
116
|
"vue-loader": "^8.2.1",
|
@@ -3,7 +3,7 @@
|
|
3
3
|
<img :src="src" :alt="alt" @click.stop="open()" :width="width" :height="height" title="点击查看图片"
|
4
4
|
:id="'vc-imgself-img-'+attach">
|
5
5
|
<div class="full-img" v-show="show" @contextmenu.prevent.stop="clearStyle">
|
6
|
-
<img :src="
|
6
|
+
<img :src="src2" alt="" class="img-state" :alt="alt || ''" @mousewheel="bigimg(this)" id="image" draggable="false"
|
7
7
|
@mousedown.prevent="dropImage" style="position:fixed">
|
8
8
|
<div class="btns row">
|
9
9
|
<button type="button" name="button" class="btn btn-primary" @click.stop="leftRevolve()">向左旋转</button>
|
@@ -51,7 +51,8 @@
|
|
51
51
|
container:null,
|
52
52
|
positionX: null,
|
53
53
|
positionY: null,
|
54
|
-
powerh: 1.0
|
54
|
+
powerh: 1.0,
|
55
|
+
src2:""
|
55
56
|
}
|
56
57
|
},
|
57
58
|
ready(){
|
@@ -64,6 +65,7 @@
|
|
64
65
|
}
|
65
66
|
// 将新创建的 div 挂载到 body 上
|
66
67
|
document.body.appendChild(this.container);
|
68
|
+
this.src2=this.src
|
67
69
|
},
|
68
70
|
beforeDestroy(){
|
69
71
|
// 销毁挂载的
|
@@ -75,12 +77,12 @@
|
|
75
77
|
nextPage() {
|
76
78
|
console.log(this.list)
|
77
79
|
//当前图片,是最后一张图片
|
78
|
-
if (this.
|
79
|
-
this.
|
80
|
+
if (this.src2=== this.list[this.list.length - 1].f_overall_path) {
|
81
|
+
this.src2= this.list[0].f_overall_path
|
80
82
|
} else {
|
81
83
|
for (let i = 0; i < this.list.length; i++) {
|
82
|
-
if (this.
|
83
|
-
this.
|
84
|
+
if (this.src2=== this.list[i].f_overall_path) {
|
85
|
+
this.src2= this.list[i + 1].f_overall_path
|
84
86
|
break
|
85
87
|
}
|
86
88
|
}
|
@@ -90,12 +92,12 @@
|
|
90
92
|
previousPage() {
|
91
93
|
console.log(this.list)
|
92
94
|
//当前图片,是第一张图片
|
93
|
-
if (this.
|
94
|
-
this.
|
95
|
+
if (this.src2 === this.list[0].f_overall_path) {
|
96
|
+
this.src2= this.list[this.list.length - 1].f_overall_path
|
95
97
|
} else {
|
96
98
|
for (let i = 0; i < this.list.length; i++) {
|
97
|
-
if (this.
|
98
|
-
this.
|
99
|
+
if (this.src2=== this.list[i].f_overall_path) {
|
100
|
+
this.src2= this.list[i - 1].f_overall_path
|
99
101
|
break
|
100
102
|
}
|
101
103
|
}
|
@@ -985,7 +985,7 @@
|
|
985
985
|
criteria = {
|
986
986
|
items: 'count(id) count',
|
987
987
|
tablename: 't_check_plan_item',
|
988
|
-
condition: `(f_complete = '' or f_complete
|
988
|
+
condition: `(f_complete = '' or f_complete is null or f_complete = '未完成') AND f_state = '已检'`,
|
989
989
|
groupitem: 'f_state'
|
990
990
|
}
|
991
991
|
result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
@@ -457,6 +457,8 @@ export default {
|
|
457
457
|
if (this.$parent.$parent.is_has_jingweidu == 'true'){
|
458
458
|
jingweidu = '\t经度:' + obj.longitude+ '\t纬度:' + obj.latitude
|
459
459
|
}
|
460
|
+
this.f_items[prop].f_longitude = obj.longitude
|
461
|
+
this.f_items[prop].f_latitude = obj.latitude
|
460
462
|
//tag
|
461
463
|
//tag
|
462
464
|
HostApp._open_a_page({type: 'boomerang',
|
@@ -269,7 +269,7 @@
|
|
269
269
|
"气量异常差值":{"index":10,"type":"number","readonly": true},
|
270
270
|
"金额异常差值":{"index":10,"type":"number","readonly": true},
|
271
271
|
"系统余额":{"index":10,"type":"number","readonly": true},
|
272
|
-
"
|
272
|
+
"表封号":{"index":11,"type":"string","readonly": true},
|
273
273
|
"燃气表照片":{"index":12,"type":"picture","checkmust": false}
|
274
274
|
}
|
275
275
|
// 注意,配置项的index必须与上面的固定配置保持'顺序'
|
@@ -2072,7 +2072,7 @@
|
|
2072
2072
|
f_defect_level: null,
|
2073
2073
|
f_device_id: "",
|
2074
2074
|
f_is_defect: "",
|
2075
|
-
f_item_name: "
|
2075
|
+
f_item_name: "表封号",
|
2076
2076
|
f_item_value: this.item.f_plan_meters[i].f_metertitles,
|
2077
2077
|
f_path: "",
|
2078
2078
|
type: "string"
|
@@ -2134,7 +2134,7 @@
|
|
2134
2134
|
f_defect_level: null,
|
2135
2135
|
f_device_id: "",
|
2136
2136
|
f_is_defect: "",
|
2137
|
-
f_item_name: "
|
2137
|
+
f_item_name: "表封号",
|
2138
2138
|
f_item_value: this.item.f_plan_meters[i].f_metertitles,
|
2139
2139
|
f_path: "",
|
2140
2140
|
type: "string"
|
@@ -259,7 +259,7 @@ export default {
|
|
259
259
|
// let condition = ` uf.f_filialeid = '${this.filialeid}'`
|
260
260
|
let condition = ` 1=1 `
|
261
261
|
condition += this.condition
|
262
|
-
condition += this.f_meternumber ? ` and f_meternumber = '${this.f_meternumber}'` : ""
|
262
|
+
condition += this.f_meternumber ? ` and uf.f_meternumber = '${this.f_meternumber}'` : ""
|
263
263
|
condition += this.f_userinfo_code ? ` and f_userinfo_code = '${this.f_userinfo_code}'` : ""
|
264
264
|
condition += this.f_meter_type != '' && this.f_meter_type != [] ? ` and f_meter_type = '${this.f_meter_type}'` : ""
|
265
265
|
console.log(condition)
|