manage-client 3.3.226 → 3.3.228
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
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
汇总信息
|
|
766
766
|
</td>
|
|
767
767
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
768
|
-
气量合计: {{sumsmodel.f_pregas}}
|
|
768
|
+
气量合计: {{sumsmodel.f_pregas.toFixed(2)}}
|
|
769
769
|
</td>
|
|
770
770
|
<td style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;font-weight: bold">
|
|
771
771
|
应交金额合计: {{sumsmodel.fee}}
|
|
@@ -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>
|
|
@@ -336,6 +339,9 @@
|
|
|
336
339
|
<td style="text-align: center;">
|
|
337
340
|
<nobr>{{row.f_meternumber}}</nobr>
|
|
338
341
|
</td>
|
|
342
|
+
<td style="text-align: center;">
|
|
343
|
+
<nobr>{{row.f_initial_base}}</nobr>
|
|
344
|
+
</td>
|
|
339
345
|
<td style="text-align: center;">
|
|
340
346
|
<nobr>{{row.f_metertitles}}</nobr>
|
|
341
347
|
</td>
|
|
@@ -258,7 +258,7 @@ export default{
|
|
|
258
258
|
|
|
259
259
|
changemeterConfig: {
|
|
260
260
|
'f_userinfo_code': '客户编号', 'f_olduserinfo_code': '档案编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
|
|
261
|
-
'f_type': '换表类型', 'f_changemeter_fee': '换表费', 'f_meternumber_old': '旧表号', 'f_meternumber': '新表号',
|
|
261
|
+
'f_type': '换表类型', 'f_changemeter_fee': '换表费', 'f_meternumber_old': '旧表号', 'f_meternumber': '新表号', 'f_initial_base': '新表初始底数',
|
|
262
262
|
'f_meter_brand_old': '旧气表品牌', 'f_meter_brand': '新气表品牌', 'f_remanent_gas': '补气量', 'f_remanent_money': '补气金额',
|
|
263
263
|
'f_comments': '备注', 'f_change_operator': '换表人', 'f_state': '状态', 'f_operate_date': '操作日期', 'f_payment': '付款方式', 'f_changetables_reason': '换表原因','f_othereason': '其他换表原因',
|
|
264
264
|
'f_operator': '人员', 'f_depname': '部门', 'f_orgname': '公司', 'f_meter_base': '气表底数', 'f_balance_amount': '表上余额', 'leigougas': '累购气量', 'leigoumoney': '累购金额'
|