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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.127",
3
+ "version": "3.3.128",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1381,9 +1381,9 @@
1381
1381
  positions() {
1382
1382
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('安装位置')]
1383
1383
  },
1384
- meterbooks(){
1385
- return [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
1386
- },
1384
+ // meterbooks(){
1385
+ // return [{label: '全部', value: ''}, ...this.$GetSaleParam.getMeterBooks()]
1386
+ // },
1387
1387
  userstates() {
1388
1388
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('客户状态')]
1389
1389
  },
@@ -560,6 +560,7 @@ export default {
560
560
  'f_userfiles_address': '安装地址',
561
561
  'f_install_person': '安装人',
562
562
  'f_gas_person': '通气人员',
563
+ 'f_book_name': '表册名称',
563
564
  'f_meter_book_num': '抄表册编号',
564
565
  'f_meter_book_sort': '抄表册顺序',
565
566
  'f_balance_amount': '表剩余金额',
@@ -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" >抄&nbsp;&nbsp;表&nbsp;员</label>
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>