manage-client 3.3.10 → 3.3.11

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.10",
3
+ "version": "3.3.11",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -89,7 +89,7 @@
89
89
  <v-select :value.sync="model.f_meter_brand" multiple
90
90
  v-model="model.f_meter_brand"
91
91
  :options="$parent.$parent.meterbrands"
92
- condition="ss.f_meter_brand = '{}'"
92
+ condition="ss.f_meter_brand in {}"
93
93
  value-single="false"
94
94
  close-on-select></v-select>
95
95
  </div>
@@ -135,12 +135,12 @@ export default{
135
135
  'f_usetype':'使用类型','f_meter_style': '气表型号','f_table_state': '表状态','f_initial_base': '初始气表底数',
136
136
  'f_total_usegas_amount': '累计用气金额','f_total_gas': '表累购气量','f_total_fee': '表累购金额','f_inputtor': '表册抄表员',
137
137
  'f_book_inputtor': '档案抄表员',
138
- 'f_userfiles_address': '安装地址','f_install_person': '安装人','f_gas_person': '通气人',
138
+ 'f_install_person': '安装人','f_gas_person': '通气人',
139
139
  'f_meter_book_num': '抄表册编号','f_meter_book_sort': '抄表册顺序',
140
140
  'f_balance_amount': '表剩余金额','f_times': '写卡次数',
141
141
  'f_fillcard_times': '补卡次数','f_sendsuccess': '表同步状态','f_isband': '微信绑定','f_cost_type':'缴费类型'
142
142
  ,'f_bank_accopen':'银行户名','f_bank_name':'银行名称','f_bank_account':'银行账号',
143
- 'f_bank_idnumber':'银行身份证号','f_bank_pay_number':'缴费编号'
143
+ 'f_bank_idnumber':'银行身份证号','f_bank_pay_number':'缴费编号','f_userfiles_address': '用气点名'
144
144
  },
145
145
  changemeterConfig: {
146
146
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
Binary file