manage-client 4.1.113 → 4.1.115
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
|
@@ -24,6 +24,14 @@
|
|
|
24
24
|
:show-reset-button="reset">
|
|
25
25
|
</datepicker>
|
|
26
26
|
</div>
|
|
27
|
+
<div class="col-sm-2 form-group">
|
|
28
|
+
<label class="font_normal_body" title="参数:付款方式查询用">付款方式</label>
|
|
29
|
+
<v-select :value.sync="model.f_payment" multiple
|
|
30
|
+
v-model="model.f_payment"
|
|
31
|
+
:options='$parent.$parent.payment' placeholder='请选择'
|
|
32
|
+
condition="f_payment in {}"
|
|
33
|
+
close-on-select></v-select>
|
|
34
|
+
</div>
|
|
27
35
|
<div class="col-sm-2 form-group">
|
|
28
36
|
<label class="font_normal_body" title="参数:票据类型">票据类型</label>
|
|
29
37
|
<v-select :value.sync="model.f_bill_type" multiple
|
|
@@ -176,6 +184,9 @@ export default {
|
|
|
176
184
|
}
|
|
177
185
|
},
|
|
178
186
|
computed: {
|
|
187
|
+
payment () {
|
|
188
|
+
return [...this.$appdata.getParam('付款方式查询用')]
|
|
189
|
+
},
|
|
179
190
|
billType () {
|
|
180
191
|
return [...this.$appdata.getParam('票据类型')]
|
|
181
192
|
}
|
|
@@ -130,14 +130,14 @@
|
|
|
130
130
|
close-on-select></v-select>
|
|
131
131
|
</div>
|
|
132
132
|
<div class="col-sm-2 form-group">
|
|
133
|
-
<label class="font_normal_body"
|
|
134
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
135
|
-
condition="
|
|
133
|
+
<label class="font_normal_body">新表表号</label>
|
|
134
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber"
|
|
135
|
+
condition="f_meternumber = '{}'" placeholder='新表表号'>
|
|
136
136
|
</div>
|
|
137
137
|
<div class="col-sm-2 form-group">
|
|
138
|
-
<label class="font_normal_body"
|
|
139
|
-
<input type="text" style="width:60%" class="input_search" v-model="model.
|
|
140
|
-
condition="
|
|
138
|
+
<label class="font_normal_body">旧表表号</label>
|
|
139
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.f_meternumber_old"
|
|
140
|
+
condition="f_meternumber_old = '{}'" placeholder='旧表表号'>
|
|
141
141
|
</div>
|
|
142
142
|
<div class="col-sm-2 form-group">
|
|
143
143
|
<label class="font_normal_body">换表状态</label>
|
|
@@ -244,18 +244,20 @@
|
|
|
244
244
|
<!-- <th>-->
|
|
245
245
|
<!-- <nobr>换表费</nobr>-->
|
|
246
246
|
<!-- </th>-->
|
|
247
|
+
|
|
247
248
|
<th>
|
|
248
|
-
<nobr
|
|
249
|
+
<nobr>新表号</nobr>
|
|
249
250
|
</th>
|
|
250
251
|
<th>
|
|
251
|
-
<nobr
|
|
252
|
+
<nobr>新气表品牌</nobr>
|
|
252
253
|
</th>
|
|
253
254
|
<th>
|
|
254
|
-
<nobr
|
|
255
|
+
<nobr>旧表号</nobr>
|
|
255
256
|
</th>
|
|
256
257
|
<th>
|
|
257
|
-
<nobr
|
|
258
|
+
<nobr>旧气表品牌</nobr>
|
|
258
259
|
</th>
|
|
260
|
+
|
|
259
261
|
<th>
|
|
260
262
|
<nobr>补气量</nobr>
|
|
261
263
|
</th>
|
|
@@ -314,18 +316,20 @@
|
|
|
314
316
|
<!-- <td style="text-align: center;">-->
|
|
315
317
|
<!-- <nobr>{{row.f_changemeter_fee}}</nobr>-->
|
|
316
318
|
<!-- </td>-->
|
|
319
|
+
|
|
317
320
|
<td style="text-align: center;">
|
|
318
|
-
<nobr>{{row.
|
|
321
|
+
<nobr>{{row.f_meternumber}}</nobr>
|
|
319
322
|
</td>
|
|
320
323
|
<td style="text-align: center;">
|
|
321
|
-
<nobr>{{row.
|
|
324
|
+
<nobr>{{row.f_meter_brand}}</nobr>
|
|
322
325
|
</td>
|
|
323
326
|
<td style="text-align: center;">
|
|
324
|
-
<nobr>{{row.
|
|
327
|
+
<nobr>{{row.f_meternumber_old}}</nobr>
|
|
325
328
|
</td>
|
|
326
329
|
<td style="text-align: center;">
|
|
327
|
-
<nobr>{{row.
|
|
330
|
+
<nobr>{{row.f_meter_brand_old}}</nobr>
|
|
328
331
|
</td>
|
|
332
|
+
|
|
329
333
|
<td style="text-align: center;">
|
|
330
334
|
<nobr>{{row.f_remanent_gas}}</nobr>
|
|
331
335
|
</td>
|