manage-client 3.3.237 → 3.3.239

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.237",
3
+ "version": "3.3.239",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1865,7 +1865,9 @@ export default {
1865
1865
  'f_wmprepaytype': '计量类型',
1866
1866
  'f_moneystate': '金额状态',
1867
1867
  'f_magneticInterference': '磁干扰异常',
1868
- 'f_compensateState': '补偿状态'
1868
+ 'f_compensateState': '补偿状态',
1869
+ 'f_gas_type': '抵扣单价',
1870
+ 'f_current_deduct_amount': '抵扣金额'
1869
1871
  },
1870
1872
  RechargeInstruct: {
1871
1873
  'f_userinfo_code': '客户编号',
@@ -144,6 +144,12 @@
144
144
 
145
145
  <th><nobr>表状态</nobr></th>
146
146
  <th><nobr>金额状态</nobr></th>
147
+ <th>
148
+ <nobr>抵扣单价</nobr>
149
+ </th>
150
+ <th>
151
+ <nobr>抵扣金额</nobr>
152
+ </th>
147
153
  <!--<th><nobr>每小时上报量</nobr></th>-->
148
154
  </tr>
149
155
  </template>
@@ -173,6 +179,12 @@
173
179
 
174
180
  <th style="text-align:center"><nobr>{{row.f_table_msg}}</nobr></th>
175
181
  <th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
182
+ <td style="text-align: center;">
183
+ <nobr>{{ row.f_gas_type }}</nobr>
184
+ </td>
185
+ <td style="text-align: center;">
186
+ <nobr>{{ row.f_current_deduct_amount }}</nobr>
187
+ </td>
176
188
  <!-- <th style="text-align:center"><nobr>{{row.f_nsturalgas_data}}</nobr></th>-->
177
189
  <!-- <th style="text-align:center"><nobr><span @click="$parent.$parent.$parent.showdetail(row.f_nsturalgas_data)"><a>查看</a></span></nobr></th>-->
178
190
  <!--<th style="text-align:center">-->
@@ -385,6 +385,7 @@
385
385
  <th><nobr>抄表册编号</nobr></th>
386
386
 
387
387
  <th><nobr>抄表册顺序</nobr></th>
388
+ <th><nobr>系统剩余金额</nobr></th>
388
389
  <th><nobr>表剩余金额</nobr></th>
389
390
  <!-- <th><nobr>首次购气日期</nobr></th>-->
390
391
  <th><nobr>写卡次数</nobr></th>
@@ -487,6 +488,7 @@
487
488
 
488
489
  <td style="text-align: center;"><nobr>{{row.f_meter_book_sort}}</nobr></td>
489
490
  <td style="text-align: center;"><nobr>{{row.f_balance_amount}}</nobr></td>
491
+ <td style="text-align: center;"><nobr>{{row.f_jval}}</nobr></td>
490
492
  <!-- <td style="text-align: center;"><nobr>{{row.f_min_operate_date}}</nobr></td>-->
491
493
  <td style="text-align: center;"><nobr>{{row.f_times}}</nobr></td>
492
494
  <td style="text-align: center;"><nobr>{{row.f_fillcard_times}}</nobr></td>
@@ -245,6 +245,9 @@
245
245
  <th>
246
246
  <nobr>新表号</nobr>
247
247
  </th>
248
+ <th>
249
+ <nobr>旧表底数</nobr>
250
+ </th>
248
251
  <th>
249
252
  <nobr>新表初始底数</nobr>
250
253
  </th>
@@ -339,6 +342,9 @@
339
342
  <td style="text-align: center;">
340
343
  <nobr>{{row.f_meternumber}}</nobr>
341
344
  </td>
345
+ <td style="text-align: center;">
346
+ <nobr>{{row.f_meter_base_old}}</nobr>
347
+ </td>
342
348
  <td style="text-align: center;">
343
349
  <nobr>{{row.f_initial_base}}</nobr>
344
350
  </td>