manage-client 3.2.268 → 3.2.270

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:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://61.240.138.248:8400'
22
+ var bendi = 'http://192.168.50.4:8400'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://61.240.138.248:8400'
24
+ var wode = 'http://127.0.0.1:8084'
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.268",
3
+ "version": "3.2.270",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -727,7 +727,7 @@
727
727
  <nobr>{{row.f_stairamount1}}</nobr>
728
728
  </td>
729
729
  <td style="text-align: center;">
730
- <nobr>{{row.conutnum>1?'--':row.f_stair1price}}</nobr>
730
+ <nobr>{{row.f_stair1price}}</nobr>
731
731
  </td>
732
732
  <td style="text-align: center;">
733
733
  <nobr>{{(row.f_stair1fee - 0).toFixed(2)}}</nobr>
@@ -736,7 +736,7 @@
736
736
  <nobr>{{row.f_stair2amount}}</nobr>
737
737
  </td>
738
738
  <td style="text-align: center;">
739
- <nobr>{{row.conutnum>1?'--':row.f_stair2price}}</nobr>
739
+ <nobr>{{row.f_stair2price}}</nobr>
740
740
  </td>
741
741
  <td style="text-align: center;">
742
742
  <nobr>{{(row.f_stair2fee - 0).toFixed(2)}}</nobr>
@@ -745,7 +745,7 @@
745
745
  <nobr>{{row.f_stair3amount}}</nobr>
746
746
  </td>
747
747
  <td style="text-align: center;">
748
- <nobr>{{row.conutnum>1?'--':row.f_stair3price}}</nobr>
748
+ <nobr>{{row.f_stair3price}}</nobr>
749
749
  </td>
750
750
  <td style="text-align: center;">
751
751
  <nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
@@ -159,7 +159,8 @@
159
159
  <th><nobr>气表品牌</nobr></th>
160
160
  <th><nobr>抄表日期</nobr></th>
161
161
  <th><nobr>累计购气金额</nobr></th>
162
- <th><nobr>累计使用量</nobr></th>
162
+ <th><nobr>上期底数</nobr></th>
163
+ <th><nobr>本期底数</nobr></th>
163
164
  <th><nobr>系统余额</nobr></th>
164
165
  <th><nobr>表上余额</nobr></th>
165
166
  <th><nobr>当前周期已用气量</nobr></th>
@@ -201,7 +202,8 @@
201
202
  <th style="text-align:center"><nobr>{{row.f_meter_brand}}</nobr></th>
202
203
  <th style="text-align:center"><nobr>{{row.f_hand_date}}</nobr></th>
203
204
  <th style="text-align:center"><nobr>{{row.f_total_fee}}</nobr></th>
204
- <th style="text-align:center"><nobr>{{row.f_total_gas}}</nobr></th>
205
+ <th style="text-align:center"><nobr>{{row.f_last_tablebase}}</nobr></th>
206
+ <th style="text-align:center"><nobr>{{row.f_tablebase}}</nobr></th>
205
207
  <th style="text-align:center"><nobr>{{row.f_curbalance}}</nobr></th>
206
208
  <th style="text-align:center"><nobr>{{row.f_jval}}</nobr></th>
207
209
  <th style="text-align:center"><nobr>{{row.cyclegas}}</nobr></th>
@@ -832,7 +832,8 @@ monthGasConfig: {
832
832
  'f_jval': '表内剩余余额',
833
833
  'f_hand_date': '抄表日期',
834
834
  'f_total_fee': '累计购气金额',
835
- 'f_total_gas': '累计使用量',
835
+ 'f_last_tablebase': '上期底数',
836
+ 'f_tablebase': '本期底数',
836
837
  'f_balance_amount': '系统余额',
837
838
  'cyclegas': '当前周期已用气量',
838
839
  'cyclefee': '当前周期消费金额',