manage-client 4.0.79-jy → 4.0.80

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.
@@ -19,9 +19,9 @@ var qtx = 'http://36.103.222.144:6300/'
19
19
  // var bendi = 'http://203.57.101.233:9001/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://121.36.106.17:8800/'
22
+ var bendi = 'http://203.57.101.233:9001/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://121.36.106.17:8800/'
24
+ var wode = 'http://203.57.101.233:9001/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
@@ -30,7 +30,7 @@ var proxyTable = {
30
30
  target: bendi
31
31
  },
32
32
  '/dataManage': {
33
- target: 'http://121.36.106.17:8800/'
33
+ target: 'http://203.57.101.233:9001/'
34
34
 
35
35
  },
36
36
  '/api/af-revenue/sql/compreQuery': {
@@ -40,7 +40,7 @@ var proxyTable = {
40
40
  target: 'http://127.0.0.1:9026/'
41
41
  },
42
42
  '/api': {
43
- target: 'http://121.36.106.17:8800/'
43
+ target: 'http://192.168.50.67:31567/'
44
44
 
45
45
  },
46
46
  '/rs/sql/chargeQuery_by_gasproperties': {
@@ -54,7 +54,7 @@ var proxyTable = {
54
54
  },
55
55
  // 查找资源服务数据
56
56
  '/rs/search': {
57
- target: 'http://121.36.106.17:8800/'
57
+ target: 'http://192.168.50.67:31567/'
58
58
  },
59
59
  // 查找资源服务数据
60
60
  '/rs/logic/getLogin': {
@@ -96,7 +96,7 @@ var proxyTable = {
96
96
  target: bendi
97
97
  },
98
98
  '/rs/vue': {
99
- target: 'http://121.36.106.17:8800/'
99
+ target: 'http://192.168.50.67:31567/'
100
100
  },
101
101
  '/rs/file': {
102
102
  target: bendi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.79-jy",
3
+ "version": "4.0.80",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -157,39 +157,6 @@
157
157
  </datepicker>
158
158
  </div>
159
159
 
160
-
161
- <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
162
- <label class="font_normal_body">最长失联</label>
163
- <div class="row">
164
- <input type="text" style="width:27%" class="input_search" v-model="model.max_interval_day1"
165
- condition="max_interval_day >= {} " placeholder="">
166
- <label class="font_normal_body"> &nbsp;≤ x ≤ </label>
167
- <input type="text" style="width:27%" class="input_search" v-model="model.max_interval_day2"
168
- condition="max_interval_day <= {} " placeholder="">
169
- </div>
170
- </div>
171
-
172
-
173
- <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
174
- <label class="font_normal_body">合计失联</label>
175
- <div class="row">
176
- <input type="text" style="width:27%" class="input_search" v-model="model.SLdays1"
177
- condition="SLdays >= {} " placeholder="">
178
- <label class="font_normal_body">&nbsp; ≤ x ≤ </label>
179
- <input type="text" style="width:27%" class="input_search" v-model="model.SLdays2"
180
- condition="SLdays <= {} " placeholder="">
181
- </div>
182
- </div>
183
- <div class="col-sm-2 form-group flex-row" style="white-space: nowrap">
184
- <label class="font_normal_body">最新失联</label>
185
- <div class="row">
186
- <input type="text" style="width:27%" class="input_search" v-model="model.new_days1"
187
- condition="new_days >= {} " placeholder="">
188
- <label class="font_normal_body">&nbsp; ≤ x ≤ </label>
189
- <input type="text" style="width:27%" class="input_search" v-model="model.new_days2"
190
- condition="new_days <= {} " placeholder="">
191
- </div>
192
- </div>
193
160
  <div class="col-sm-2 form-group">
194
161
  <label class="font_normal_body">是否通气</label>
195
162
  <v-select
@@ -231,21 +198,23 @@
231
198
  <th style="text-align:center">
232
199
  <nobr>启用日期</nobr>
233
200
  </th>
234
-
235
201
  <th style="text-align:center">
236
- <nobr>应报天数</nobr>
202
+ <nobr>失联开始时间</nobr>
203
+ </th>
204
+ <th style="text-align:center">
205
+ <nobr>失联结束时间</nobr>
237
206
  </th>
238
207
  <th style="text-align:center">
239
- <nobr>实报天数</nobr>
208
+ <nobr>失联天数</nobr>
240
209
  </th>
241
210
  <th style="text-align:center">
242
- <nobr>最长失联天数</nobr>
211
+ <nobr>失联备注</nobr>
243
212
  </th>
244
213
  <th style="text-align:center">
245
- <nobr>累计失联天数</nobr>
214
+ <nobr>失联原因</nobr>
246
215
  </th>
247
216
  <th style="text-align:center">
248
- <nobr>最新失联天数</nobr>
217
+ <nobr>失联措施</nobr>
249
218
  </th>
250
219
  <th style="text-align:center">
251
220
  <nobr>气表厂家</nobr>
@@ -277,18 +246,25 @@
277
246
  <td style="text-align:center">{{row.f_gasproperties}}</td>
278
247
  <td style="text-align:center"><nobr>{{row.f_meternumber}}</nobr></td>
279
248
  <td style="text-align:center"><nobr>{{row.f_startuse_date}}</nobr></td>
280
-
281
- <td style="text-align:center">{{row.ybdays}}</td>
282
- <td style="text-align:center">{{row.sbdays}}</td>
283
249
  <td style="text-align:center">
284
- <nobr>{{row.max_interval_day}}</nobr>
250
+ <nobr>{{row.f_lost_begin_date}}</nobr>
251
+ </td>
252
+ <td style="text-align:center">
253
+ <nobr>{{row.f_lost_end_date}}</nobr>
254
+ </td>
255
+ <td style="text-align:center">
256
+ <nobr>{{row.f_lost_contact_days}}</nobr>
285
257
  </td>
286
258
  <td style="text-align:center">
287
- <nobr>{{row.sldays}}</nobr>
259
+ <nobr>{{row.f_remark}}</nobr>
288
260
  </td>
289
261
  <td style="text-align:center">
290
- <nobr>{{row.new_days}}</nobr>
262
+ <nobr>{{row.f_reason}}</nobr>
291
263
  </td>
264
+ <td style="text-align:center">
265
+ <nobr>{{row.f_measures}}</nobr>
266
+ </td>
267
+
292
268
  <td style="text-align:center">
293
269
  <nobr>{{row.f_meter_brand}}</nobr>
294
270
  </td>
@@ -363,14 +339,17 @@
363
339
  "f_gasproperties":"用气性质",
364
340
  "f_meternumber":"表号",
365
341
  "f_startuse_date":"启用日期",
366
- "ybdays":"应报天数",
367
- "sbdays":"实报天数",
368
- "max_interval_day":"最长失联天数",
369
- "sldays":"累计失联天数",
370
- "new_days":"最新失联天数",
371
342
  "f_meter_brand":"气表厂家",
372
343
  "f_orgname":"组织机构",
373
- "f_depname":"部门"},
344
+ "f_depname":"部门",
345
+ "f_lost_contact_days":"失联天数",
346
+ "f_lost_begin_date":"失联开始时间",
347
+ "f_lost_end_date":"失联结束时间",
348
+ "f_remark":"失联备注",
349
+ "f_reason":"失联原因",
350
+ "f_measures":"失联措施"
351
+
352
+ },
374
353
  reportStr: null,
375
354
  show: false,
376
355
  showdetail:false,
package/src/main.js CHANGED
@@ -6,7 +6,8 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/jingyang/sale'
9
+ import ShanXianSaleManage from './filiale/yangchun/sale'
10
+ import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
10
11
  import webmeterManage from './webmeterManage'
11
12
  import reportManage from './reportManage'
12
13
  import newmanage from './newmanage'
@@ -49,6 +50,7 @@ saleManage()
49
50
  webmeterManage()
50
51
  ManageHome()
51
52
  newmanage()
53
+ ShanXianwebSaleManage()
52
54
  reportManage()
53
55
  ShanXianSaleManage()
54
56
  require('system-clients/src/styles/less/bootstrap.less')