manage-client 3.3.127 → 3.3.128
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
|
@@ -1381,9 +1381,9 @@
|
|
|
1381
1381
|
positions() {
|
|
1382
1382
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('安装位置')]
|
|
1383
1383
|
},
|
|
1384
|
-
meterbooks(){
|
|
1385
|
-
|
|
1386
|
-
},
|
|
1384
|
+
// meterbooks(){
|
|
1385
|
+
// return [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
|
|
1386
|
+
// },
|
|
1387
1387
|
userstates() {
|
|
1388
1388
|
return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
|
|
1389
1389
|
},
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
condition="f_meter_book_sort = '{}'" placeholder="册内序号">
|
|
117
117
|
</div>
|
|
118
118
|
<div class="col-sm-2 form-group">
|
|
119
|
-
<label class="font_normal_body"
|
|
119
|
+
<label class="font_normal_body" >表册抄表员</label>
|
|
120
120
|
<v-select :value.sync="model.f_inputtor"
|
|
121
121
|
v-model="model.f_inputtor"
|
|
122
122
|
:options='$parent.$parent.inputtores' placeholder='请选择'
|
|
@@ -227,6 +227,11 @@
|
|
|
227
227
|
<input type="text" style="width:60%" class="input_search" v-model="model.c"
|
|
228
228
|
condition="c > '{}'" placeholder='欠费期数大于'>
|
|
229
229
|
</div>
|
|
230
|
+
<div class="col-sm-2 form-group">
|
|
231
|
+
<label class="font_normal_body">实际抄表员</label>
|
|
232
|
+
<input type="text" style="width:60%" class="input_search" v-model="model.c"
|
|
233
|
+
condition="f_hand_inputtor like '%{}%'" placeholder='实际抄表员'>
|
|
234
|
+
</div>
|
|
230
235
|
|
|
231
236
|
</div>
|
|
232
237
|
</div>
|