manage-client 3.2.194 → 3.2.195

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.
@@ -16,7 +16,7 @@ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
- var bendi = 'http://139.214.92.34:8301/'
19
+ var bendi = 'http://219.138.226.181:8401'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
22
  var system = 'http://192.168.50.4:8400'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.194",
3
+ "version": "3.2.195",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -195,10 +195,13 @@
195
195
  <th><nobr>气价名称</nobr></th>
196
196
  <th><nobr>一阶气量</nobr></th>
197
197
  <th><nobr>一阶气价</nobr></th>
198
+ <th><nobr>一阶气费</nobr></th>
198
199
  <th><nobr>二阶气量</nobr></th>
199
200
  <th><nobr>二阶气价</nobr></th>
201
+ <th><nobr>二阶气费</nobr></th>
200
202
  <th><nobr>三阶气量</nobr></th>
201
203
  <th><nobr>三阶气价</nobr></th>
204
+ <th><nobr>三阶气费</nobr></th>
202
205
 
203
206
  <th><nobr>用气性质</nobr></th>
204
207
  <th><nobr>期初余额</nobr></th>
@@ -231,10 +234,13 @@
231
234
 
232
235
  <th style="text-align:center"><nobr>{{row.f_stairamount1}}</nobr></th>
233
236
  <th style="text-align:center"><nobr>{{row.f_stair1price}}</nobr></th>
237
+ <th style="text-align:center"><nobr>{{row.f_stair1fee}}</nobr></th>
234
238
  <th style="text-align:center"><nobr>{{row.f_stairamount2}}</nobr></th>
235
239
  <th style="text-align:center"><nobr>{{row.f_stair2price}}</nobr></th>
240
+ <th style="text-align:center"><nobr>{{row.f_stair2fee}}</nobr></th>
236
241
  <th style="text-align:center"><nobr>{{row.f_stairamount3}}</nobr></th>
237
242
  <th style="text-align:center"><nobr>{{row.f_stair3price}}</nobr></th>
243
+ <th style="text-align:center"><nobr>{{row.f_stair3fee}}</nobr></th>
238
244
 
239
245
  <th style="text-align:center"><nobr>{{row.f_gasproperties}}</nobr></th>
240
246
 
@@ -270,6 +276,12 @@
270
276
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
271
277
  期间充值金额:&emsp;{{sumsmodel.f_collection}}
272
278
  </td>
279
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
280
+ 固定气量合计:&emsp;{{sumsmodel.f_stairamount4}}
281
+ </td>
282
+ <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
283
+ 固定气费合计:&emsp;{{sumsmodel.f_stair4fee}}
284
+ </td>
273
285
  <td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
274
286
  一阶气量合计:&emsp;{{sumsmodel.f_stairamount1}}
275
287
  </td>
@@ -345,7 +357,9 @@
345
357
  f_stairamount2:0,
346
358
  f_stair2fee:0,
347
359
  f_stairamount3:0,
348
- f_stair3fee:0
360
+ f_stair3fee:0,
361
+ f_stairamount4:0,
362
+ f_stair4fee:0
349
363
  }),
350
364
  showbottomsum:false //页面下方是否有合计: 默认为false, 在watch修改
351
365
  }
package/src/main.js CHANGED
@@ -44,8 +44,8 @@ all()
44
44
  ldap()
45
45
  system(false)
46
46
 
47
- saleManage("meihekou")
48
- webmeterManage()
47
+ saleManage("gehua")
48
+ webmeterManage("gehua")
49
49
  ManageHome()
50
50
  newmanage()
51
51
  reportManage()