manage-client 3.3.214 → 3.3.215

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.214",
3
+ "version": "3.3.215",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -250,7 +250,9 @@ export default {
250
250
  }
251
251
  },
252
252
  computed: {
253
-
253
+ user_type () {
254
+ return [{label: '全部', value: ''}, ...this.$appdata.getParam('用户类型')]
255
+ },
254
256
  charge_state () {
255
257
  return [{label: '全部', value: ''}, ...this.$appdata.getParam('收费状态')]
256
258
  }
@@ -164,8 +164,9 @@
164
164
  <label class="font_normal_body">气表状态</label>
165
165
  <v-select :value.sync="model.f_table_state"
166
166
  v-model="model.f_table_state"
167
+ multiple ="true"
167
168
  :options='$parent.$parent.tablestate' placeholder='请选择'
168
- condition="f_table_state = '{}'"
169
+ condition="f_table_state in {} "
169
170
  close-on-select></v-select>
170
171
  </div>
171
172
  <!-- <div class="col-sm-2 form-group">-->
@@ -261,8 +262,9 @@
261
262
  <label class="font_normal_body">客户状态</label>
262
263
  <v-select :value.sync="model.f_user_state"
263
264
  v-model="model.f_user_state"
265
+ multiple = "true"
264
266
  :options='$parent.$parent.userstates' placeholder='请选择'
265
- condition="f_user_state = '{}'"
267
+ condition="f_user_state in {}"
266
268
  close-on-select></v-select>
267
269
  </div>
268
270
  <div class="col-sm-2 form-group">
@@ -334,8 +336,6 @@
334
336
  <th>
335
337
  <nobr>卡号</nobr>
336
338
  </th>
337
-
338
-
339
339
  <th>
340
340
  <nobr>气价名称</nobr>
341
341
  </th>
@@ -32,7 +32,8 @@ export default{
32
32
  'f_userinfo_code': '客户编号','f_user_name':'客户名称','f_user_phone': '客户电话','idnumber': '身份证号','f_address': '客户地址','f_balance_amount': '表上余额',
33
33
  'f_user_type': '客户类型','f_usetype': '使用类型','f_use_date': '使用日期','f_gasproperties': '用气性质','f_meternumber': '表号',"f_card_id":'卡号','f_price_name': '气价名称',
34
34
  'value': '气价详情','f_meter_brand': '气表品牌', 'f_meter_style': '气表型号',
35
- 'f_gas_person': '通气人','f_gas_date': '通气时间','f_input_date': '建表时间', 'f_table_state': '气表状态', 'isbgl': '是否壁挂炉','f_inputtor':'抄表员','f_book_name':'抄表册'
35
+ 'f_gas_person': '通气人','f_gas_date': '通气时间','f_input_date': '建表时间', 'f_table_state': '气表状态', 'isbgl': '是否壁挂炉','f_inputtor':'抄表员','f_book_name':'抄表册',
36
+ 'f_user_state': '客户状态'
36
37
  },
37
38
  ResidentialQuery: {
38
39
  'f_residential_area':'小区','hushu':'户数','xinhushu':'新建户数','f_oughtfee':'用气金额','f_oughtamount':'用气量',
@@ -1,2 +0,0 @@
1
- #Wed Jun 19 10:24:15 CST 2024
2
- gradle.version=7.4
File without changes