manage-client 4.0.48 → 4.0.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.
- package/package.json +1 -1
- package/src/components/webmeter/newwebmeter/NewException/MeterExceptionList.vue +6 -6
- package/src/filiale/meihekou/UserSellHeadDetail.vue +6 -18
- package/src/filiale/meihekou/config/exportConfig.js +982 -225
- package/src/filiale/xinjiangdexin/UserGasAll.vue +12 -12
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/package.json
CHANGED
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
<div class="col-sm-2 form-group">
|
|
65
65
|
<label class="font_normal_body"> 余额 </label>
|
|
66
66
|
<input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_balance_amount_small"
|
|
67
|
-
condition="f_balance_amount >=
|
|
67
|
+
condition="f_balance_amount >= {} " placeholder="大于等于">
|
|
68
68
|
<input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_balance_amount_big"
|
|
69
|
-
condition="f_balance_amount <=
|
|
69
|
+
condition="f_balance_amount <= {} " placeholder="小于等于">
|
|
70
70
|
</div>
|
|
71
71
|
<div class="col-sm-2 form-group">
|
|
72
72
|
<label class="font_normal_body">气表品牌</label>
|
|
@@ -106,16 +106,16 @@
|
|
|
106
106
|
<div class="col-sm-2 form-group">
|
|
107
107
|
<label class="font_normal_body">电池电量</label>
|
|
108
108
|
<input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_electricity_small"
|
|
109
|
-
condition="f_electricity >=
|
|
109
|
+
condition="f_electricity >= {} " placeholder="大于等于">
|
|
110
110
|
<input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_electricity_big"
|
|
111
|
-
condition="f_electricity <=
|
|
111
|
+
condition="f_electricity <= {} " placeholder="小于等于">
|
|
112
112
|
</div>
|
|
113
113
|
<div class="col-sm-2 form-group">
|
|
114
114
|
<label class="font_normal_body">电池电压</label>
|
|
115
115
|
<input type="number" style="width:30%" class="input_search" title="大于等于" v-model="model.f_batterylevel_small"
|
|
116
|
-
condition="f_batterylevel >=
|
|
116
|
+
condition="f_batterylevel >= {} " placeholder="大于等于">
|
|
117
117
|
<input type="number" style="width:30%" class="input_search" title="小于等于" v-model="model.f_batterylevel_big"
|
|
118
|
-
condition="f_batterylevel <=
|
|
118
|
+
condition="f_batterylevel <= {} " placeholder="小于等于">
|
|
119
119
|
</div>
|
|
120
120
|
<div class="col-sm-2 form-group">
|
|
121
121
|
<label class="font_normal_body">异常级别</label>
|
|
@@ -113,15 +113,9 @@
|
|
|
113
113
|
<th>
|
|
114
114
|
<nobr>气表类型</nobr>
|
|
115
115
|
</th>
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
<!-- <th>-->
|
|
120
|
-
<!-- <nobr>单价</nobr>-->
|
|
121
|
-
<!-- </th>-->
|
|
122
|
-
<!-- <th>-->
|
|
123
|
-
<!-- <nobr>用气金额</nobr>-->
|
|
124
|
-
<!-- </th>-->
|
|
116
|
+
<th>
|
|
117
|
+
<nobr>余额来源</nobr>
|
|
118
|
+
</th>
|
|
125
119
|
<th>
|
|
126
120
|
<nobr>应收</nobr>
|
|
127
121
|
</th>
|
|
@@ -173,15 +167,9 @@
|
|
|
173
167
|
<td style="text-align: center;">
|
|
174
168
|
<nobr>{{row.f_meter_classify}}</nobr>
|
|
175
169
|
</td>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
<!-- <td style="text-align: center;">-->
|
|
180
|
-
<!-- <nobr>{{row.f_price}}</nobr>-->
|
|
181
|
-
<!-- </td>-->
|
|
182
|
-
<!-- <td style="text-align: center;">-->
|
|
183
|
-
<!-- <nobr>{{row.f_money}}</nobr>-->
|
|
184
|
-
<!-- </td>-->
|
|
170
|
+
<td style="text-align: center;">
|
|
171
|
+
<nobr>{{row.f_balance_source}}</nobr>
|
|
172
|
+
</td>
|
|
185
173
|
<td style="text-align: center;">
|
|
186
174
|
<nobr>{{row.f_preamount}}</nobr>
|
|
187
175
|
</td>
|