sale-client 4.3.44 → 4.3.45
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
|
@@ -39,6 +39,8 @@
|
|
|
39
39
|
<th><nobr>上报日期</nobr></th>
|
|
40
40
|
<th><nobr>{{$parent.$parent.$parent.row.f_collection_type == '按气量' ? '表上余量' :'表上余额' }}</nobr></th>
|
|
41
41
|
<th><nobr>本次抄表底数</nobr></th>
|
|
42
|
+
<th><nobr>标况累计用量</nobr></th>
|
|
43
|
+
<th><nobr>累计用量</nobr></th>
|
|
42
44
|
<th><nobr>阀门状态</nobr></th>
|
|
43
45
|
<th><nobr>上报类型</nobr></th>
|
|
44
46
|
<th><nobr>系统接收时间</nobr></th>
|
|
@@ -60,6 +62,8 @@
|
|
|
60
62
|
<td style="text-align:center"><nobr>{{row.f_hand_date}}</nobr></td>
|
|
61
63
|
<th style="text-align:center"><nobr>{{row.f_jval}}</nobr></th>
|
|
62
64
|
<th style="text-align:center"><nobr>{{row.f_tablebase}}</nobr></th>
|
|
65
|
+
<th style="text-align:center"><nobr>{{row.standardconditiontotal}}</nobr></th>
|
|
66
|
+
<th style="text-align:center"><nobr>{{row.f_meteruseamt}}</nobr></th>
|
|
63
67
|
<th style="text-align:center"><nobr>{{row.f_valvestate == 0 ? '开阀' : row.f_valvestate === '1' ? '关阀' : '未上报'}}</nobr>
|
|
64
68
|
<th style="text-align:center"><nobr>{{row.f_upload_type}}</nobr></th>
|
|
65
69
|
<th style="text-align:center"><nobr>{{row.f_insert_date}}</nobr></th>
|