sale-client 3.7.48 → 3.7.49

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.
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Wed Mar 18 10:18:57 CST 2026
2
+ gradle.version=5.2.1
Binary file
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.48",
3
+ "version": "3.7.49",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -49,6 +49,10 @@
49
49
  <th><nobr>电压状态</nobr></th>
50
50
  <th><nobr>温度</nobr></th>
51
51
  <th><nobr>压力</nobr></th>
52
+ <th><nobr>工况累积量</nobr></th>
53
+ <th><nobr>标况累积量</nobr></th>
54
+ <th><nobr>工况流量</nobr></th>
55
+ <th><nobr>标况流量</nobr></th>
52
56
  <th><nobr>阀门强制状态</nobr></th>
53
57
  <th><nobr>计量类型</nobr></th>
54
58
  <th><nobr>金额状态</nobr></th>
@@ -72,7 +76,11 @@
72
76
  <th style="text-align:center"><nobr>{{row.f_lowlithiumbattery ? ((row.f_lowlithiumbattery - 0) == 0 ? '正常' : '异常') : '未知'}}</nobr></th>
73
77
  <th style="text-align:center"><nobr>{{row.flowmeterTemperature ? row.flowmeterTemperature : '0'}}</nobr></th>
74
78
  <th style="text-align:center"><nobr>{{row.flowmeterPressure ? row.flowmeterPressure : '0'}}</nobr></th>
75
- <th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
79
+ <th style="text-align:center"><nobr>{{row.operatingmodetotal ? row.operatingmodetotal : '0'}}</nobr></th>
80
+ <th style="text-align:center"><nobr>{{row.standardconditiontotal ? row.standardconditiontotal : '0'}}</nobr></th>
81
+ <th style="text-align:center"><nobr>{{row.operatingmodeflow ? row.operatingmodeflow : '0'}}</nobr></th>
82
+ <th style="text-align:center"><nobr>{{row.standardconditionflow ? row.standardconditionflow : '0'}}</nobr></th>
83
+ <th style="text-align:center"><nobr>{{row.f_networkshutvalve}}</nobr></th>
76
84
  <th style="text-align:center"><nobr>{{row.f_wmprepaytype}}</nobr></th>
77
85
  <th style="text-align:center"><nobr>{{row.f_moneystate}}</nobr></th>
78
86
  <th style="text-align:center"><nobr>{{row.f_magneticInterference}}</nobr></th>
@@ -1,10 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es2016",
4
- "module": "commonjs",
5
- "esModuleInterop": true,
6
- "forceConsistentCasingInFileNames": true,
7
- "strict": true,
8
- "skipLibCheck": true
9
- }
10
- }
package/tsconfig.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "es2016",
4
- "module": "commonjs",
5
- "esModuleInterop": true,
6
- "forceConsistentCasingInFileNames": true,
7
- "strict": true,
8
- "skipLibCheck": true
9
- }
10
- }