manage-client 3.3.243 → 3.3.245

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.
@@ -16,12 +16,12 @@ var qtx= 'http://36.103.222.144:6300/'
16
16
  // var bendi = 'http://220.194.141.253:8600/'
17
17
  // var bendi = 'http://203.57.101.233:9001'
18
18
  // var bendi = 'http://172.168.1.11:9001/'
19
- // var bendi = 'http://203.57.101.233:8400/'
19
+ // var bendi = 'http://192.168.50.4:8400/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://203.57.101.233:8400/'
22
+ var bendi = 'http://192.168.50.4:8400/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://203.57.101.233:8400/'
24
+ var wode = 'http://192.168.50.4:8400/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.3.243",
3
+ "version": "3.3.245",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -314,6 +314,15 @@
314
314
  <th>
315
315
  <nobr>公司</nobr>
316
316
  </th>
317
+ <th>
318
+ <nobr>抵扣单价</nobr>
319
+ </th>
320
+ <th>
321
+ <nobr>本次抵扣金额</nobr>
322
+ </th>
323
+ <th>
324
+ <nobr>剩余抵扣金额</nobr>
325
+ </th>
317
326
  </tr>
318
327
  </template>
319
328
  <template partial='body'>
@@ -437,6 +446,15 @@
437
446
  <td style="text-align: center;">
438
447
  <nobr>{{row.f_orgname}}</nobr>
439
448
  </td>
449
+ <td style="text-align: center;">
450
+ <nobr>{{ row.f_gas_type }}</nobr>
451
+ </td>
452
+ <td style="text-align: center;">
453
+ <nobr>{{ row.f_current_deduct_amount }}</nobr>
454
+ </td>
455
+ <td style="text-align: center;">
456
+ <nobr>{{ row.f_remaining_deduct_amount }}</nobr>
457
+ </td>
440
458
  </template>
441
459
  <template partial='foot'></template>
442
460
  </data-grid>
@@ -913,7 +931,7 @@
913
931
  'f_balance': '上期余额', 'f_curbalance': '本期余额', 'f_hand_date': '抄表日期','f_meter_state': '抄表状态', 'f_hand_state': '记录状态',
914
932
  'f_inputtor': '抄表员', 'f_book_slice_area': '表册片区', 'f_user_type': '客户类型', 'f_gasproperties': '用气性质', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司',
915
933
  'f_stair1amount': '一阶气量', 'f_stair1price': '一阶单价', 'f_stair1fee': '一阶气费','f_stair2amount': '二阶气量', 'f_stair2price': '二阶单价', 'f_stair2fee': '二阶气费',
916
- 'f_stair3amount': '三阶气量','f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'belongmonth': '所属年月'
934
+ 'f_stair3amount': '三阶气量','f_stair3price': '三阶单价', 'f_stair3fee': '三阶气费', 'belongmonth': '所属年月','f_current_deduct_amount':'本次抵扣金额','f_remaining_deduct_amount':'剩余抵扣金额'
917
935
  }
918
936
  },
919
937
  getBankfield(){
@@ -18,13 +18,13 @@
18
18
  <div class="col-sm-2">
19
19
  <label class="font_normal_body">客户编号</label>
20
20
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='客户编号'
21
- condition="ss.f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
21
+ condition="ss.f_userinfo_code = '{}'" v-next-el='f_userinfo_code' v-el:meternumber
22
22
  >
23
23
  </div>
24
24
  <div class="col-sm-2">
25
25
  <label class="font_normal_body">客户名称</label>
26
26
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
27
- condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
27
+ condition="ss.f_user_name = '{}'" v-next-el='userid' v-el:username>
28
28
  </div>
29
29
  <div class="col-sm-2">
30
30
  <label class="font_normal_body">客户地址</label>
@@ -49,18 +49,18 @@
49
49
  <div class="col-sm-2">
50
50
  <label class="font_normal_body">电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话</label>
51
51
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话'
52
- condition="ss.f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
52
+ condition="ss.f_user_phone = '{}'" v-next-el='f_user_phone' v-el:f_user_phone
53
53
  >
54
54
  </div>
55
55
  <div class="col-sm-2">
56
56
  <label class="font_normal_body">小&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;区</label>
57
57
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_residential_area" placeholder='小区'
58
- condition="ss.f_residential_area like '%{}%'" v-next-el='f_residential_area' v-el:f_residential_area>
58
+ condition="ss.f_residential_area = '{}'" v-next-el='f_residential_area' v-el:f_residential_area>
59
59
  </div>
60
60
  <div class="col-sm-2">
61
61
  <label class="font_normal_body">表&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号</label>
62
62
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
63
- condition="ss.f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
63
+ condition="ss.f_meternumber = '{}'" v-next-el='meternumber' v-el:meternumber
64
64
  >
65
65
  </div>
66
66
  <div class="col-sm-2">
@@ -18,13 +18,13 @@
18
18
  <div class="col-sm-2">
19
19
  <label class="font_normal_body">客户编号</label>
20
20
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='客户编号'
21
- condition="ss.f_userinfo_code like '%{}%'" v-next-el='f_userinfo_code' v-el:meternumber
21
+ condition="ss.f_userinfo_code = '{}'" v-next-el='f_userinfo_code' v-el:meternumber
22
22
  >
23
23
  </div>
24
24
  <div class="col-sm-2">
25
25
  <label class="font_normal_body">客户名称</label>
26
26
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_username" placeholder='客户名称'
27
- condition="ss.f_user_name like '%{}%'" v-next-el='userid' v-el:username>
27
+ condition="ss.f_user_name = '{}'" v-next-el='userid' v-el:username>
28
28
  </div>
29
29
  <div class="col-sm-2">
30
30
  <label class="font_normal_body">客户地址</label>
@@ -49,7 +49,7 @@
49
49
  <div class="col-sm-2">
50
50
  <label class="font_normal_body">电&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;话</label>
51
51
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话'
52
- condition="ss.f_user_phone like '%{}%'" v-next-el='f_user_phone' v-el:f_user_phone
52
+ condition="ss.f_user_phone = '{}'" v-next-el='f_user_phone' v-el:f_user_phone
53
53
  >
54
54
  </div>
55
55
  <div class="col-sm-2">
@@ -60,7 +60,7 @@
60
60
  <div class="col-sm-2">
61
61
  <label class="font_normal_body">表&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号</label>
62
62
  <input @keyup.enter="search" style="width:60%" type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
63
- condition="ss.f_meternumber like '%{}%'" v-next-el='meternumber' v-el:meternumber
63
+ condition="ss.f_meternumber = '{}'" v-next-el='meternumber' v-el:meternumber
64
64
  >
65
65
  </div>
66
66
  <div class="col-sm-2">
@@ -49,7 +49,7 @@
49
49
  <div class="row" v-show="$parent.$parent.criteriaShow">
50
50
  <div class="col-sm-2 form-group">
51
51
  <label class="font_normal_body">用气地址</label>
52
- <input style="width:60%" class="input_search" condition="u.f_address like '%{}%'" placeholder='用气地址'
52
+ <input style="width:60%" class="input_search" condition="a.f_address like '%{}%'" placeholder='用气地址'
53
53
  type="text"
54
54
  v-model="model.f_address"
55
55
  >
@@ -367,7 +367,7 @@
367
367
  user:[]
368
368
  },
369
369
  condition: '1=1',
370
- org:[this.$login.f.orgid],
370
+ org:`u.${[this.$login.f.orgid]}`,
371
371
  orgCondtionStr: ` and u.f_orgid = ${this.$login.f.orgid}`
372
372
  }
373
373
  },
@@ -205,6 +205,11 @@
205
205
  condition="f_hand_date <= '{} 23:59:59'">
206
206
  </datepicker>
207
207
  </div>
208
+ <div class="col-sm-2 form-group" >
209
+ <label class="font_normal_body">片区/行政村</label>
210
+ <input type="text" style="width:60%" class="input_search" v-model="model.f_building"
211
+ condition="f_community like '%{}%'" placeholder='片区/行政村'>
212
+ </div>
208
213
  <div class="col-sm-2 form-group">
209
214
  <label class="font_normal_body">小&emsp;&emsp;区</label>
210
215
  <v-select :value.sync="model.f_residential_area"