safecheck-client 3.0.33-13 → 3.0.33-130

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.
Files changed (145) hide show
  1. package/index.html +6 -2
  2. package/package.json +3 -3
  3. package/src/App.vue +31 -31
  4. package/src/components/Util/ImgSelfSafePlus.vue +12 -10
  5. package/src/components/Util.js +7 -0
  6. package/src/components/android/CurrentCreate.vue +1 -1
  7. package/src/components/android/SafecheckDevices.vue +2 -0
  8. package/src/components/android/SafecheckOrderV.vue +15 -11
  9. package/src/components/android/SwitchValve.vue +1 -1
  10. package/src/components/map/checkScreen.vue +27 -21
  11. package/src/components/paper/PlanChooser.vue +4 -2
  12. package/src/components/planmanage/PlanManage.vue +14 -4
  13. package/src/components/planmanage/checkPlanList.vue +2 -1
  14. package/src/components/planmanage/checkUserList.vue +2 -0
  15. package/src/components/report/CheckPlanCountChartArea.vue +120 -120
  16. package/src/components/report/HiddenSituation.vue +3 -3
  17. package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +28 -1
  18. package/src/components/rongcheng/AspiratedPaperMessage.vue +1 -1
  19. package/src/components/rongcheng/DefectPaper.vue +1 -1
  20. package/src/components/rongcheng/PaperListNPSQ.vue +35 -1
  21. package/src/components/rongcheng/PaperListSQ.vue +32 -11
  22. package/src/components/rongcheng/PhoneUpUserinfo.vue +939 -802
  23. package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
  24. package/src/components/rongcheng/report/CheckPlanAreaList.vue +1 -3
  25. package/src/components/safecheckNew/PaperList.vue +785 -0
  26. package/src/components/safecheckNew/android/AddPlanItem.vue +419 -0
  27. package/src/components/safecheckNew/android/AreaPlan.vue +561 -0
  28. package/src/components/safecheckNew/android/CurrentCreate.vue +1050 -0
  29. package/src/components/safecheckNew/android/Recheck.vue +379 -0
  30. package/src/components/safecheckNew/android/SafecheckDevices.vue +1400 -0
  31. package/src/components/safecheckNew/android/SafecheckOrderV.vue +2692 -0
  32. package/src/filiale/Util.js +5 -0
  33. package/src/filiale/baiyin/android.js +9 -0
  34. package/src/filiale/baiyin/pc/PlanManage.vue +834 -0
  35. package/src/filiale/baiyin/pc.js +13 -0
  36. package/src/filiale/bayan/android/AddPlanItem.vue +7 -2
  37. package/src/filiale/bayan/android/CheckPlanDown.vue +249 -0
  38. package/src/filiale/bayan/android/SafecheckOrderV.vue +2855 -2853
  39. package/src/filiale/bayan/android/SafecheckUserInfo.vue +863 -811
  40. package/src/filiale/bayan/android.js +1 -0
  41. package/src/filiale/bayan/pc/CheckDetail.vue +205 -0
  42. package/src/filiale/bayan/pc/CheckPlan.vue +59 -0
  43. package/src/filiale/bayan/pc/CheckPlanAreaList.vue +565 -0
  44. package/src/filiale/bayan/pc/CheckSearchUser.vue +1110 -0
  45. package/src/filiale/bayan/pc/DefectListNew.vue +597 -0
  46. package/src/filiale/bayan/pc/DefectMainNew.vue +63 -0
  47. package/src/filiale/bayan/pc/DefectPaperNew.vue +1218 -0
  48. package/src/filiale/bayan/pc/HiddenSituation.vue +256 -0
  49. package/src/filiale/bayan/pc/NewCheckpaper.vue +31 -1
  50. package/src/filiale/bayan/pc/PaperList.vue +899 -792
  51. package/src/filiale/bayan/pc/PlanManage.vue +29 -8
  52. package/src/filiale/bayan/pc/SelectCheckPlan.vue +333 -0
  53. package/src/filiale/bayan/pc.js +6 -0
  54. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  55. package/src/filiale/dexin/android/SafecheckOrderV.vue +123 -24
  56. package/src/filiale/dexin/android/WebMeterOpen.vue +1 -1
  57. package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
  58. package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
  59. package/src/filiale/fugou/android.js +2 -1
  60. package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
  61. package/src/filiale/fugou/pc/CheckBook.vue +2 -0
  62. package/src/filiale/fugou/pc/CheckBookEntry.vue +47 -19
  63. package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
  64. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +733 -574
  65. package/src/filiale/fugou/pc/CheckBookUser.vue +102 -45
  66. package/src/filiale/fugou/pc/DefectPaperNew.vue +10 -6
  67. package/src/filiale/fugou/pc/PaperDefectMain.vue +12 -6
  68. package/src/filiale/fugou/pc/PaperList.vue +14 -6
  69. package/src/filiale/fugou/pc/PlanManage.vue +62 -8
  70. package/src/filiale/fugou/pc/checkUserList.vue +222 -42
  71. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +15 -5
  72. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +12 -2
  73. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +12 -3
  74. package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
  75. package/src/filiale/hanzhong/pc/CheckUserList.vue +30 -11
  76. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +11 -2
  77. package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
  78. package/src/filiale/jingyang/pc.js +1 -0
  79. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +2 -22
  80. package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -0
  81. package/src/filiale/liaoyuan/pc.js +2 -1
  82. package/src/filiale/qianneng/pc/PaperList.vue +31 -1
  83. package/src/filiale/rongchuang/android/SafecheckDevices.vue +468 -748
  84. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +984 -1234
  85. package/src/filiale/rongchuang/android.js +1 -0
  86. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +294 -305
  87. package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
  88. package/src/filiale/rongchuang/pc.js +1 -0
  89. package/src/filiale/siyang/android/PhoneRecordInfo.vue +214 -0
  90. package/src/filiale/siyang/android/SafecheckOrderV.vue +2796 -0
  91. package/src/filiale/siyang/android/SafecheckUserInfo.vue +789 -0
  92. package/src/filiale/siyang/android.js +11 -0
  93. package/src/filiale/siyang/pc/PaperDefectMain.vue +864 -0
  94. package/src/filiale/siyang/pc/PaperList.vue +834 -0
  95. package/src/filiale/siyang/pc/PlanManage.vue +839 -0
  96. package/src/filiale/siyang/pc/checkUserList.vue +781 -0
  97. package/src/filiale/siyang/pc.js +15 -0
  98. package/src/filiale/tianke/pc/checkScreen.vue +36 -31
  99. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1 -1
  100. package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
  101. package/src/filiale/weinan/android/PaperFeedback.vue +8 -8
  102. package/src/filiale/weinan/android/SafecheckDevices.vue +6 -2
  103. package/src/filiale/weinan/android/SafecheckOrderV.vue +16 -2
  104. package/src/filiale/weinan/android/SafecheckUserInfo.vue +7 -2
  105. package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
  106. package/src/filiale/weinan/pc/DefectPaperNew.vue +7 -1
  107. package/src/filiale/weinan/pc.js +1 -0
  108. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1076 -1076
  109. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +84 -63
  110. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1 -1
  111. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +46 -1
  112. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +39 -2
  113. package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
  114. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1 -1
  115. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +15 -4
  116. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +16 -6
  117. package/src/filiale/yangchunboneng/android.js +1 -0
  118. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +4 -4
  119. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +76 -32
  120. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +72 -1
  121. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +187 -13
  122. package/src/filiale/yangchunboneng/pc/PaperList.vue +17 -0
  123. package/src/filiale/yongzhou/android/SafecheckOrderV.vue +221 -256
  124. package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
  125. package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1 -1
  126. package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
  127. package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +412 -107
  128. package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -0
  129. package/src/filiale/yongzhou/pc/PaperList.vue +1 -1
  130. package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
  131. package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +56 -125
  132. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
  133. package/src/filiale/yongzhou/pc/safeDetail.vue +311 -20
  134. package/src/filiale/yongzhou/pc/safeStatistics.vue +74 -24
  135. package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +2 -2
  136. package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +2 -2
  137. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +47 -23
  138. package/src/filiale/yongzhou/pc/safeTable.vue +3 -3
  139. package/src/filiale/yongzhou/pc.js +4 -0
  140. package/src/filiale/zhongsheng/android/CurrentCreate.vue +7 -2
  141. package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +6 -2
  142. package/src/main.js +33 -33
  143. package/src/rongcheng.js +3 -1
  144. package/src/safecheck-android.js +6 -0
  145. package/src/safecheck.js +3 -0
@@ -5,6 +5,7 @@ import Vue from "vue";
5
5
  let specialComp = {
6
6
  // 计划管理用户
7
7
  'check-user-list': (resolve) => { require(['./pc/checkUserList'], resolve) },
8
+ 'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
8
9
  'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
9
10
  }
10
11
  exports.specialComp = specialComp
@@ -0,0 +1,214 @@
1
+ <template>
2
+ <div class="panel panel-default auto repair-info-content">
3
+ <div class="panel-body">
4
+ <div v-show="title_name == '缴费记录'">
5
+ <div class="panel panel-default well" v-for="row in model">
6
+ <div class="bg-info">
7
+ <div class="row form-group">
8
+ <div class="col-xs-12 col-sm-12 col-md-12">
9
+ <div class="row">
10
+ <div class="col-xs-6 col-sm-6 col-md-6">
11
+ 购气量: {{ row.f_pregas }}
12
+ </div>
13
+ <div class="col-xs-6 col-sm-6 col-md-6">
14
+ 购气金额: {{ row.f_preamount }}
15
+ </div>
16
+ <div class="col-xs-6 col-sm-6 col-md-6">
17
+ 收费状态: {{ row.f_state }}
18
+ </div>
19
+ <div class="col-xs-6 col-sm-6 col-md-6">
20
+ 缴费方式: {{ row.f_payment }}
21
+ </div>
22
+ <div class="col-xs-12 col-sm-12 col-md-12">
23
+ 购气时间: {{ row.f_operate_date.substring(0, 11) }} {{ row.f_operate_date.substring(11, 19) }}
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ <div v-show="title_name == '抄表记录'">
32
+ <div class="panel panel-default well" v-for="row in model">
33
+ <div class="bg-info">
34
+ <div class="row form-group">
35
+ <div class="col-xs-12 col-sm-12 col-md-12">
36
+ <div class="row">
37
+ <div class="col-xs-12 col-sm-12 col-md-12">
38
+ 抄表时间: {{ row.f_operate_date.substring(0, 11) }} {{ row.f_operate_date.substring(11, 19) }}
39
+ </div>
40
+ <div class="col-xs-6 col-sm-6 col-md-6">
41
+ 抄表状态: {{ row.f_meter_state }}
42
+ </div>
43
+ <div class="col-xs-6 col-sm-6 col-md-6">
44
+ 气表分类: {{ row.f_meter_classify }}
45
+ </div>
46
+ <div class="col-xs-6 col-sm-6 col-md-6">
47
+ 用户类型: {{ row.f_user_type }}
48
+ </div>
49
+ <div class="col-xs-6 col-sm-6 col-md-6">
50
+ 用户地址: {{ row.f_address }}
51
+ </div>
52
+ <div class="col-xs-6 col-sm-6 col-md-6">
53
+ 用户姓名: {{ row.f_user_name }}
54
+ </div>
55
+ <div class="col-xs-6 col-sm-6 col-md-6">
56
+ 本次底数: {{ row.f_tablebase }}
57
+ </div>
58
+ <div class="col-xs-6 col-sm-6 col-md-6">
59
+ 上次底数: {{ row.f_last_tablebase }}
60
+ </div>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ <div v-show="title_name == '欠费记录'">
68
+ <div class="panel panel-default well" v-for="row in model">
69
+ <div class="bg-info">
70
+ <div class="row form-group">
71
+ <div class="col-xs-12 col-sm-12 col-md-12">
72
+ <div class="row">
73
+ <div class="col-xs-6 col-sm-6 col-md-6">
74
+ 上期指数: {{ row.f_last_tablebase }}
75
+ </div>
76
+ <div class="col-xs-6 col-sm-6 col-md-6">
77
+ 本期指数: {{ row.f_tablebase }}
78
+ </div>
79
+ <div class="col-xs-6 col-sm-6 col-md-6">
80
+ 抄表时间: {{ row.f_input_date }}
81
+ </div>
82
+ <div class="col-xs-12 col-sm-12 col-md-12">
83
+ 总气量: {{ row.f_oughtamount }}
84
+ </div>
85
+ <div class="col-xs-12 col-sm-12 col-md-12">
86
+ 用气金额: {{ row.f_allfee }}
87
+ </div>
88
+ <div class="col-xs-12 col-sm-12 col-md-12">
89
+ 已缴气费: {{ row.f_debt_money }}
90
+ </div>
91
+ <div class="col-xs-12 col-sm-12 col-md-12">
92
+ 违约金: {{ row.f_overdue }}
93
+ </div>
94
+ <div class="col-xs-12 col-sm-12 col-md-12">
95
+ 总欠费: {{ ((row.f_oughtfee) + (row.f_overdue)).toFixed(2) }}
96
+ </div>
97
+ <div class="col-xs-12 col-sm-12 col-md-12">
98
+ 违约天数: {{ row.overduedays }}
99
+ </div>
100
+ </div>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </div>
105
+ </div>
106
+ <p v-show="model.length == 0 ">{{ message }}</p>
107
+ </div>
108
+ </div>
109
+ </template>
110
+
111
+ <script>
112
+
113
+ import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
114
+
115
+ export default {
116
+ title: '查询用户',
117
+ data() {
118
+ return {
119
+ model: [],
120
+ show: false,
121
+ row: Object,
122
+ title_name: '',
123
+ message: '请稍候。。。。。。',
124
+ }
125
+ },
126
+ props: {
127
+ user: {
128
+ type: Object
129
+ },
130
+ f_userinfo_id: ''
131
+ },
132
+ methods: {
133
+ getmodel() {
134
+ let userinfoid
135
+ if (this.f_userinfo_id) {
136
+ userinfoid = this.f_userinfo_id
137
+ } else {
138
+ userinfoid = this.user.f_userinfo_id
139
+ }
140
+ let searchItems = ''
141
+ let tableName = ''
142
+ let orderByItems = ''
143
+ switch (this.title) {
144
+ case '欠费记录':
145
+ new HttpResetClass().load('POST',`${this.$androidUtil.getProxyUrl()}/rs/sql/sale_getOwe`,{
146
+ data:{
147
+ f_userinfo_id: this.f_userinfo_id
148
+ }
149
+ }).then((response) => {
150
+ this.modelqf = response.data
151
+ if (this.model.length == 0) {
152
+ this.message = '该用户暂无' + this.title_name
153
+ }
154
+ })
155
+ break
156
+ case '缴费记录':
157
+ searchItems = 'f_pregas,f_preamount,f_payment,f_operate_date,f_state'
158
+ tableName = 't_sellinggas'
159
+ orderByItems = 'f_operate_date desc'
160
+ break
161
+ case '抄表记录':
162
+ searchItems = 'f_operate_date,f_meter_state,f_meter_classify,f_user_type,f_address,f_user_name,f_tablebase,f_last_tablebase'
163
+ tableName = 't_handplan'
164
+ orderByItems = 'f_operate_date desc'
165
+ break
166
+ }
167
+ this.searchHistory(userinfoid, searchItems, tableName, orderByItems)
168
+ },
169
+ back() {
170
+
171
+ },
172
+ searchHistory(userinfoid, searchItems, tableName, orderByItems) {
173
+ this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/sql/tel_singleTable_OrderBy`, {
174
+ data: {
175
+ items: searchItems,
176
+ tablename: tableName,
177
+ orderitem: orderByItems,
178
+ condition: `f_userinfo_id = '${userinfoid}'`
179
+ }
180
+ }).then(resp => {
181
+ this.model = resp.data
182
+ if (this.model.length == 0) {
183
+ this.message = '该用户暂无' + this.title_name
184
+ }
185
+ }).catch(error => {
186
+ this.message = '该用户暂无' + this.title_name
187
+ })
188
+ }
189
+ },
190
+ watch: {},
191
+ ready() {
192
+ if (this.user && this.user.f_userinfo_id) {
193
+ this.getmodel()
194
+ } else if (this.f_userinfo_id) {
195
+ this.getmodel()
196
+ }
197
+ }
198
+ }
199
+ </script>
200
+ <style>
201
+ .app-botton {
202
+ position: fixed;
203
+ background: #87b2dd;
204
+ color: #FFF;
205
+ padding: 8px;
206
+ text-align: center;
207
+ font-size: 1.2em;
208
+ z-index: 10;
209
+ opacity: 0.5;
210
+ bottom: 50px;
211
+ margin-top: -10px;
212
+ height: 40px;
213
+ }
214
+ </style>