sale-client 3.4.207 → 3.5.2

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.
Files changed (52) hide show
  1. package/.babelrc +5 -5
  2. package/package.json +1 -1
  3. package/src/components/revenue/comprehen/Message/AllUser.vue +55 -1
  4. package/src/components/revenue/comprehen/Message/ArrearsList.vue +30 -1
  5. package/src/components/revenue/comprehen/Message/MessageList.vue +29 -25
  6. package/src/filiale/macheng/HandManager.vue +6 -0
  7. package/src/filiale/qianneng/MessageList.vue +28 -25
  8. package/src/filiale/{WEINAN → weinan}/AutomaticPurse.vue +0 -0
  9. package/src/filiale/{WEINAN → weinan}/CardList.vue +0 -0
  10. package/src/filiale/{WEINAN → weinan}/CardMeterCenter.vue +0 -0
  11. package/src/filiale/{WEINAN → weinan}/CardMeterChargeCancel.vue +0 -0
  12. package/src/filiale/{WEINAN → weinan}/ChangeMeter.vue +0 -0
  13. package/src/filiale/{WEINAN → weinan}/ChargeList.vue +0 -0
  14. package/src/filiale/{WEINAN → weinan}/ChargeManageNew.vue +0 -0
  15. package/src/filiale/{WEINAN → weinan}/ChargeQueryUser.vue +0 -0
  16. package/src/filiale/{WEINAN → weinan}/ChargeRecordQuery.vue +0 -0
  17. package/src/filiale/{WEINAN → weinan}/DisableManage.vue +0 -0
  18. package/src/filiale/{WEINAN → weinan}/EnableManage.vue +0 -0
  19. package/src/filiale/{WEINAN → weinan}/FileAddressManage.vue +0 -0
  20. package/src/filiale/{WEINAN → weinan}/FileUserAddress.vue +0 -0
  21. package/src/filiale/{WEINAN → weinan}/HighMeter.vue +0 -0
  22. package/src/filiale/{WEINAN → weinan}/IOTMeterCenter.vue +0 -0
  23. package/src/filiale/{WEINAN → weinan}/MachineMeterCenter.vue +0 -0
  24. package/src/filiale/{WEINAN → weinan}/MeterMessage.vue +0 -0
  25. package/src/filiale/{WEINAN → weinan}/MeterinfoTest.vue +0 -0
  26. package/src/filiale/{WEINAN → weinan}/OffGasAddGas.vue +0 -0
  27. package/src/filiale/{WEINAN → weinan}/OtherGas.vue +0 -0
  28. package/src/filiale/{WEINAN → weinan}/OverUseCharge.vue +0 -0
  29. package/src/filiale/{WEINAN → weinan}/RecordCancel.vue +0 -0
  30. package/src/filiale/{WEINAN → weinan}/RecordQueryUser.vue +0 -0
  31. package/src/filiale/{WEINAN → weinan}/ReplaceCardManage.vue +0 -0
  32. package/src/filiale/{WEINAN → weinan}/ShowCardSellGas.vue +0 -0
  33. package/src/filiale/{WEINAN → weinan}/Stairinfo.vue +0 -0
  34. package/src/filiale/{WEINAN → weinan}/TransferManage.vue +0 -0
  35. package/src/filiale/{WEINAN → weinan}/UserBaseInfoNew.vue +0 -0
  36. package/src/filiale/{WEINAN → weinan}/UserEssentialInfoTest.vue +0 -0
  37. package/src/filiale/{WEINAN → weinan}/UserGeneralInfoTest.vue +0 -0
  38. package/src/filiale/{WEINAN → weinan}/UserInfoDetailManageNew.vue +0 -0
  39. package/src/filiale/{WEINAN → weinan}/Userinfo.vue +0 -0
  40. package/src/filiale/{WEINAN → weinan}/gasmove.vue +0 -0
  41. package/src/filiale/{WEINAN → weinan}/meterinfodetail.vue +0 -0
  42. package/src/filiale/{WEINAN → weinan}/plugins/FileManageService.js +0 -0
  43. package/src/filiale/{WEINAN → weinan}/plugins/getTimeService.js +0 -0
  44. package/src/filiale/{WEINAN → weinan}/sale.js +0 -0
  45. package/src/filiale/{WEINAN → weinan}/sale.js~Stashed changes +0 -0
  46. package/src/filiale/{WEINAN → weinan}/static/mainicon//347/237/251/345/275/2421828.png +0 -0
  47. package/src/main.js +18 -18
  48. package/.gradle/3.5.1/file-changes/last-build.bin +0 -0
  49. package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
  50. package/.gradle/buildOutputCleanup/built.bin +0 -0
  51. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  52. package/.gradle/buildOutputCleanup/cache.properties.lock +0 -1
package/.babelrc CHANGED
@@ -1,5 +1,5 @@
1
- {
2
- "presets": ["es2015", "stage-2"],
3
- "plugins": ["transform-runtime"],
4
- "comments": false
5
- }
1
+ {
2
+ "presets": ["es2015", "stage-2"],
3
+ "plugins": ["transform-runtime"],
4
+ "comments": false
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.4.207",
3
+ "version": "3.5.2",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -144,6 +144,45 @@
144
144
  condition="f_balance <= {}" style="width: 60%"
145
145
  :size="model.f_balance_cur ? model.f_balance_cur.length : 4">
146
146
  </div>
147
+ <div class="col-sm-3 form-group">
148
+ <label for="startDate1" class="font_normal_body">短信区间</label>
149
+ <datepicker id="startDate1" placeholder="开始日期" style="width:60%"
150
+ v-model="model.startDate1"
151
+ :value.sync="model.startDate1"
152
+ condValue="f_createdate >= '{}'"
153
+ :format="'yyyy-MM-dd HH:mm:ss'"
154
+ :show-reset-button="true"
155
+ >
156
+ </datepicker>
157
+ </div>
158
+ <div class="col-sm-3 form-group">
159
+ <label for="endDate1" class="font_normal_body">&nbsp;&nbsp;&nbsp;&nbsp;至&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</label>
160
+ <datepicker id="endDate1" placeholder="结束日期" style="width:60%"
161
+ v-model="model.endDate1"
162
+ :value.sync="model.endDate1"
163
+ condValue="f_createdate <= '{}'"
164
+ :format="'yyyy-MM-dd HH:mm:ss'"
165
+ :show-reset-button="true"
166
+ >
167
+ </datepicker>
168
+ </div>
169
+ <div class="form-group col-sm-3">
170
+ <label class="control-label">短信类型:</label>
171
+ <v-select id="f_send_type"
172
+ v-model="model.f_send_type"
173
+ placeholder='短信类型'
174
+ :value.sync="model.f_send_type"
175
+ :options='$parent.$parent.getsendType'
176
+ width="300px"
177
+ close-on-select clear-button>
178
+ </v-select>
179
+ </div>
180
+ <div class="form-group col-sm-3">
181
+ <label class="font_normal_body">短信条数</label>
182
+ <v-input :value.sync="$parent.f_sendsums" :expression.sync = 'model.f_sendsums'
183
+ condition="f_sendsums {}" v-model="model.f_sendsums" style="width: 60%"
184
+ placeholder="短信条数" ></v-input>
185
+ </div>
147
186
  </div>
148
187
  </div>
149
188
  </criteria>
@@ -163,6 +202,7 @@
163
202
  <th>用户余额</th>
164
203
  <th>累购气量</th>
165
204
  <th>累购金额</th>
205
+ <th>短信条数</th>
166
206
  </tr>
167
207
  </template>
168
208
  <template partial='body'>
@@ -179,6 +219,7 @@
179
219
  <td style="text-align:center">{{row.f_balance}}</td>
180
220
  <td style="text-align:center">{{row.f_total_gas}}</td>
181
221
  <td style="text-align:center">{{row.f_total_fee}}</td>
222
+ <td style="text-align:center">{{row.f_sendsums}}</td>
182
223
  </template>
183
224
  </data-grid>
184
225
  </criteria-paged>
@@ -275,6 +316,8 @@
275
316
  self.loadMeterBooks()
276
317
  self.$refs.paged.$refs.cri.model.startDate = self.$login.toStandardDateString() + ' 00:00:00'
277
318
  self.$refs.paged.$refs.cri.model.endDate = self.$login.toStandardDateString() + ' 23:59:59'
319
+ self.$refs.paged.$refs.cri.model.startDate1 = self.$login.toStandardDateString() + ' 00:00:00'
320
+ self.$refs.paged.$refs.cri.model.endDate1 = self.$login.toStandardDateString() + ' 23:59:59'
278
321
  }
279
322
 
280
323
  export default {
@@ -297,6 +340,7 @@
297
340
  fontSizeNum: 0,
298
341
  userdefinedMessage: '',
299
342
  meterbrands: [{label: '全部', value: ''}],
343
+ getsendType: this.$appdata.getParam('短信类型'),
300
344
  msg: '',
301
345
  ids: [],
302
346
  pages: [],
@@ -494,7 +538,17 @@
494
538
  args.condition = `${args.condition} and f_user_state = '正常'`
495
539
  args.condition = `${args.condition} and f_orgid = '${Vue.$login.f.orgid}'`
496
540
  console.log('args.model', args.model)
497
- this.model.search(args.condition, args.model)
541
+ let val = '1=1'
542
+ if (args.model.f_send_type && args.model.f_send_type.toString() !== '') {
543
+ val += ` and f_send_type = '${args.model.f_send_type}'`
544
+ }
545
+ if (args.model.startDate1 && args.model.startDate1.toString() !== '') {
546
+ val += ` and f_createdate >= '${args.model.startDate1}'`
547
+ }
548
+ if (args.model.endDate1 && args.model.endDate1.toString() !== '') {
549
+ val += ` and f_createdate <= '${args.model.endDate1}'`
550
+ }
551
+ this.model.search(args.condition, args.model,val)
498
552
  if (this.isFirst) {
499
553
  this.isFirst = false
500
554
  } else {
@@ -112,6 +112,31 @@
112
112
  condition="overdue {}" v-model="model.overdue" style="width: 60%"
113
113
  placeholder="违约金" v-next-el="cx" ></v-input>
114
114
  </div>
115
+ <div class="col-sm-3 form-group">
116
+ <label class="font_normal_body">短信区间</label>
117
+ <datepicker placeholder="开始日期"
118
+ style="width:60%"
119
+ class="datepicker"
120
+ v-model="model.startDate1"
121
+ :value.sync="model.startDate1"
122
+ :format="'yyyy-MM-dd HH:mm:ss'"
123
+ ></datepicker>
124
+ </div>
125
+ <div class="col-sm-3 form-group">
126
+ <label class="font_normal_body">&emsp;&ensp;至&ensp;&emsp;</label>
127
+ <datepicker placeholder="结束日期"
128
+ style="width:60%"
129
+ v-model="model.endDate1"
130
+ :value.sync="model.endDate1"
131
+ :format="'yyyy-MM-dd HH:mm:ss'"
132
+ ></datepicker>
133
+ </div>
134
+ <div class="form-group col-sm-3">
135
+ <label class="font_normal_body">短信条数</label>
136
+ <v-input :value.sync="$parent.f_sendsums" :expression.sync = 'model.f_sendsums'
137
+ condition="f_sendsums {}" v-model="model.f_sendsums" style="width: 60%"
138
+ placeholder="短信条数" ></v-input>
139
+ </div>
115
140
  </div>
116
141
 
117
142
 
@@ -137,6 +162,7 @@
137
162
  <th>账户结余</th>
138
163
  <th>欠费金额</th>
139
164
  <th>违约金</th>
165
+ <th>短信条数</th>
140
166
  </tr>
141
167
  </template>
142
168
  <template partial='body'>
@@ -157,6 +183,7 @@
157
183
  <td style="text-align:center">{{row.f_balance.toFixed(2)}}</td>
158
184
  <td style="text-align:center">{{row.f_oughtfee_all.toFixed(2)}}</td>
159
185
  <td style="text-align:center">{{row.overdue.toFixed(2)}}</td>
186
+ <td style="text-align:center">{{row.f_sendsums}}</td>
160
187
  </template>
161
188
  </data-grid>
162
189
  </criteria-paged>
@@ -202,7 +229,7 @@
202
229
  export default {
203
230
  data () {
204
231
  return {
205
- model: new PagedList('rs/sql/arrearsQuery', 50, {startDate: 'this.model.startDate', endDate: 'this.model.endDate',condValue:'` 1=1 `',orderitem: '"' + this.orderitem + '"'}),
232
+ model: new PagedList('rs/sql/arrearsQuery', 50, {startDate: 'this.model.startDate', endDate: 'this.model.endDate', startDate1: 'this.model.startDate1', endDate1: 'this.model.endDate1', condValue:'` 1=1 `',orderitem: '"' + this.orderitem + '"'}),
206
233
  definedShow: false,
207
234
  userdefinedMessage: '',
208
235
  arrdownDate: '',
@@ -249,6 +276,8 @@
249
276
  asyncArrearsList(this)
250
277
  this.$refs.paged.$refs.cri.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
251
278
  this.$refs.paged.$refs.cri.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
279
+ this.$refs.paged.$refs.cri.model.startDate1 = this.$login.toStandardDateString() + ' 00:00:00'
280
+ this.$refs.paged.$refs.cri.model.endDate1 = this.$login.toStandardDateString() + ' 23:59:59'
252
281
  this.search({condition: `1=1 `, model: this.$refs.paged.$refs.cri.model})
253
282
  },
254
283
  watch: {
@@ -6,7 +6,8 @@
6
6
  <p class="bg-info text-center" style="padding: 8px;font-size: 20px">短信信息
7
7
  </p>
8
8
  <div class="row">
9
- <div :class="{'col-sm-2 form-group':!$parent.$parent.$parent.isdetail,'col-sm-3 form-group':$parent.$parent.isdetail}">
9
+ <!--<div :class="{'col-sm-3 form-group':!$parent.$parent.$parent.isdetail,'col-sm-3 form-group':$parent.$parent.isdetail}">-->
10
+ <div class="col-sm-3 form-group">
10
11
  <label class="font_normal_body">组织机构</label>
11
12
  <res-select :initresid='$parent.$parent.curorgid'
12
13
  @res-select="$parent.$parent.getorg"
@@ -15,30 +16,9 @@
15
16
  style="width: 60%">
16
17
  </res-select>
17
18
  </div>
18
- <div class="form-group col-sm-3">
19
- <label class="font_normal_body">短信类型</label>
20
- <v-select id="f_send_type"
21
- v-model="model.f_send_type"
22
- placeholder='短信类型'
23
- style="width: 60%"
24
- :value.sync="model.f_send_type"
25
- :options='$parent.$parent.getsendType'
26
- condition= "f_send_type = '{}'"
27
- close-on-select>
28
- </v-select>
29
- </div>
30
- <div class="form-group col-sm-3">
31
- <label class="font_normal_body">发送状态</label>
32
- <v-select id="f_send"
33
- v-model="model.f_send"
34
- placeholder='发送状态'
35
- style="width: 60%"
36
- :value.sync="model.f_send"
37
- :options='$parent.$parent.sendType'
38
- condition= "f_send = '{}'"
39
- close-on-select>
40
- </v-select>
41
- </div>
19
+
20
+
21
+
42
22
 
43
23
 
44
24
  <div class="span" style="float:right;">
@@ -61,6 +41,30 @@
61
41
  </div>
62
42
  </div>
63
43
  <div class="row" v-show="$parent.$parent.criteriaShow">
44
+ <div class="form-group col-sm-3">
45
+ <label class="font_normal_body">短信类型</label>
46
+ <v-select id="f_send_type"
47
+ v-model="model.f_send_type"
48
+ placeholder='短信类型'
49
+ style="width: 60%"
50
+ :value.sync="model.f_send_type"
51
+ :options='$parent.$parent.getsendType'
52
+ condition= "f_send_type = '{}'"
53
+ close-on-select>
54
+ </v-select>
55
+ </div>
56
+ <div class="form-group col-sm-3">
57
+ <label class="font_normal_body">发送状态</label>
58
+ <v-select id="f_send"
59
+ v-model="model.f_send"
60
+ placeholder='发送状态'
61
+ style="width: 60%"
62
+ :value.sync="model.f_send"
63
+ :options='$parent.$parent.sendType'
64
+ condition= "f_send = '{}'"
65
+ close-on-select>
66
+ </v-select>
67
+ </div>
64
68
  <div class="form-group col-sm-3">
65
69
  <label class="font_normal_body">用户编号</label>
66
70
  <input type="text" class="form-control" v-model="model.code" placeholder='用户编号' v-filter v-figure_filter
@@ -225,6 +225,9 @@
225
225
  <th><nobr><data-order field="f_address" name="基本信息"
226
226
  :order.sync="$parent.$parent.$parent.orderFields.f_address"></data-order></nobr>
227
227
  </th>
228
+ <th>
229
+ <nobr>片区</nobr>
230
+ </th>
228
231
  <!--<th><nobr><data-order field="f_building" name="楼号"-->
229
232
  <!--:order.sync="$parent.$parent.$parent.orderFields.f_building"></data-order></nobr>-->
230
233
  <!--</th>-->
@@ -278,6 +281,7 @@
278
281
  <td>{{row.f_user_id}}</td>
279
282
  <td>{{row.f_meternumber}}</td>
280
283
  <td>{{row.f_user_name}}&nbsp;&nbsp;{{row.f_address}}</td>
284
+ <td>{{row.f_zones}}</td>
281
285
  <!--<td>{{row.f_building}}</td>-->
282
286
  <!--<td>{{row.f_unit}}</td>-->
283
287
  <!--<td>{{row.f_room}}</td>-->
@@ -692,6 +696,7 @@
692
696
  'f_user_name': '客户姓名',
693
697
  'f_residential_area': '小区名称',
694
698
  'f_address': '客户地址',
699
+ 'f_zones' : '片区',
695
700
  'f_user_phone': '客户电话',
696
701
  'f_meternumber': '表号',
697
702
  'f_meter_base': '上期底数',
@@ -706,6 +711,7 @@
706
711
  'f_user_name': '客户姓名',
707
712
  'f_residential_area': '小区名称',
708
713
  'f_address': '客户地址',
714
+ 'f_zones': '片区',
709
715
  'f_user_phone': '客户电话',
710
716
  'f_meternumber': '表号',
711
717
  'avggas': '平均用气量',
@@ -6,7 +6,8 @@
6
6
  <p class="bg-info text-center" style="padding: 8px;font-size: 20px">短信信息
7
7
  </p>
8
8
  <div class="row">
9
- <div :class="{'col-sm-2 form-group':!$parent.$parent.$parent.isdetail,'col-sm-3 form-group':$parent.$parent.isdetail}">
9
+ <!--<div :class="{'col-sm-2 form-group':!$parent.$parent.$parent.isdetail,'col-sm-3 form-group':$parent.$parent.isdetail}">-->
10
+ <div class="col-sm-3 form-group">
10
11
  <label class="font_normal_body">组织机构</label>
11
12
  <res-select :initresid='$parent.$parent.curorgid'
12
13
  @res-select="$parent.$parent.getorg"
@@ -15,30 +16,8 @@
15
16
  style="width: 60%">
16
17
  </res-select>
17
18
  </div>
18
- <div class="form-group col-sm-3">
19
- <label class="font_normal_body">短信类型</label>
20
- <v-select id="f_send_type"
21
- v-model="model.f_send_type"
22
- placeholder='短信类型'
23
- style="width: 60%"
24
- :value.sync="model.f_send_type"
25
- :options='$parent.$parent.getsendType'
26
- condition= "f_send_type = '{}'"
27
- close-on-select>
28
- </v-select>
29
- </div>
30
- <div class="form-group col-sm-3">
31
- <label class="font_normal_body">发送状态</label>
32
- <v-select id="f_send"
33
- v-model="model.f_send"
34
- placeholder='发送状态'
35
- style="width: 60%"
36
- :value.sync="model.f_send"
37
- :options='$parent.$parent.sendType'
38
- condition= "f_send = '{}'"
39
- close-on-select>
40
- </v-select>
41
- </div>
19
+
20
+
42
21
 
43
22
 
44
23
  <div class="span" style="float:right;">
@@ -61,6 +40,30 @@
61
40
  </div>
62
41
  </div>
63
42
  <div class="row" v-show="$parent.$parent.criteriaShow">
43
+ <div class="form-group col-sm-3">
44
+ <label class="font_normal_body">短信类型</label>
45
+ <v-select id="f_send_type"
46
+ v-model="model.f_send_type"
47
+ placeholder='短信类型'
48
+ style="width: 60%"
49
+ :value.sync="model.f_send_type"
50
+ :options='$parent.$parent.getsendType'
51
+ condition= "f_send_type = '{}'"
52
+ close-on-select>
53
+ </v-select>
54
+ </div>
55
+ <div class="form-group col-sm-3">
56
+ <label class="font_normal_body">发送状态</label>
57
+ <v-select id="f_send"
58
+ v-model="model.f_send"
59
+ placeholder='发送状态'
60
+ style="width: 60%"
61
+ :value.sync="model.f_send"
62
+ :options='$parent.$parent.sendType'
63
+ condition= "f_send = '{}'"
64
+ close-on-select>
65
+ </v-select>
66
+ </div>
64
67
  <div class="form-group col-sm-3">
65
68
  <label class="font_normal_body">用户编号</label>
66
69
  <input type="text" class="form-control" v-model="model.code" placeholder='用户编号' v-filter v-figure_filter
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/main.js CHANGED
@@ -1,18 +1,18 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
- import sale from './sale'
4
- import { address } from 'address-client'
5
- import { ldap } from 'ldap-clients'
6
- import VueClipboard from 'vue-clipboard2'
7
- Vue.use(VueClipboard)
8
- Vue.config.silent = true
9
- // 新打包写法
10
- Vue.use(sale, {filiale: 'rizhao'})
11
- address()
12
- ldap()
13
- require('system-clients/src/styles/less/bootstrap.less')
14
-
15
- new Vue({
16
- el: 'body',
17
- components: { App }
18
- })
1
+ import Vue from 'vue'
2
+ import App from './App'
3
+ import sale from './sale'
4
+ import { address } from 'address-client'
5
+ import { ldap } from 'ldap-clients'
6
+ import VueClipboard from 'vue-clipboard2'
7
+ Vue.use(VueClipboard)
8
+ Vue.config.silent = true
9
+ // 新打包写法
10
+ Vue.use(sale, {filiale: 'tongchuan'})
11
+ address()
12
+ ldap()
13
+ require('system-clients/src/styles/less/bootstrap.less')
14
+
15
+ new Vue({
16
+ el: 'body',
17
+ components: { App }
18
+ })
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Apr 02 10:09:16 CST 2021
2
- gradle.version=3.5.1