manage-client 3.2.269 → 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.
package/package.json
CHANGED
|
@@ -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
|
|
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.
|
|
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
|
-
'
|
|
835
|
+
'f_last_tablebase': '上期底数',
|
|
836
|
+
'f_tablebase': '本期底数',
|
|
836
837
|
'f_balance_amount': '系统余额',
|
|
837
838
|
'cyclegas': '当前周期已用气量',
|
|
838
839
|
'cyclefee': '当前周期消费金额',
|