sale-client 3.6.342 → 3.6.343-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.
@@ -22,15 +22,15 @@ var devConfig = {
22
22
  '/api': {
23
23
  target: v4Url
24
24
  },
25
- '/invoice/rs/logic/getInvoice': {
26
- target: serverRul
27
- },
28
- '/rs/sql/filemanage_getUserfies':{
29
- target: 'http://127.0.0.1:8080/'
30
- },
31
- '/rs/logic/importNetworkValve':{
32
- target: 'http://127.0.0.1:8080/'
33
- },
25
+ // '/invoice/rs/logic/getInvoice': {
26
+ // target: serverRul
27
+ // },
28
+ // '/rs/sql/filemanage_getUserfies':{
29
+ // target: 'http://127.0.0.1:8080/'
30
+ // },
31
+ // '/rs/logic/importNetworkValve':{
32
+ // target: 'http://127.0.0.1:8080/'
33
+ // },
34
34
  '/rs/file': {
35
35
  target: localUrl
36
36
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.342",
3
+ "version": "3.6.343-2",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -52,7 +52,7 @@
52
52
 
53
53
  <div style="float: right">
54
54
  <button @click="search()" class="button_search" style="margin-right: 10px" v-el:cba>查询</button>
55
- <print-data :defaultfield="$parent.$parent.defaultfield" :field="$parent.$parent.fields" :model="$parent.$parent.printModel"
55
+ <print-data :defaultfield="$parent.$parent.defaultfield" :field="$parent.$parent.fields" :is-selected="true" :model="$parent.$parent.printModel"
56
56
  @print-data="$parent.$parent.print()"
57
57
  :starthead="$parent.$parent.starthead"
58
58
  titletable="预存气费打印明细"
@@ -968,36 +968,38 @@
968
968
  f_operatorid: this.$login.f.id
969
969
  }
970
970
  console.log('下发参数:', param)
971
- await this.$resetpost('rs/logic/downHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
971
+ await this.$resetpost('rs/logic/downHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then(async (res) => {
972
972
  console.log('下发计划成功')
973
- }).catch((error) => {
974
- this.danhu.show = false
975
- this.$showAlert(`下发失败,请注意查看,失败原因:` + JSON.toString(error), 'danger', 2000)
976
- })
977
- let hanid = await this.$resetpost('/rs/sql/querySingleTable', {
978
- data: {
979
- items: 'max(id) id',
980
- tablename: 't_handplan',
981
- condition: ` f_userfiles_id = '${this.danhu.info.f_userfiles_id}' `
973
+ let hanid = await this.$resetpost('/rs/sql/querySingleTable', {
974
+ data: {
975
+ items: 'max(id) id',
976
+ tablename: 't_handplan',
977
+ condition: ` f_userfiles_id = '${this.danhu.info.f_userfiles_id}' `
978
+ }
979
+ }, {resolveMsg: null, rejectMsg: '查询抄表信息失败'})
980
+ let handParam = {
981
+ f_meter_classify: this.danhu.info.f_meter_classify,
982
+ f_meter_brand: this.danhu.info.f_meter_brand,
983
+ f_hand_id: hanid.data[0].id,
984
+ f_tablebase: this.danhu.f_tablebase,
985
+ f_userinfo_id: this.danhu.info.f_userinfo_id
982
986
  }
983
- }, {resolveMsg: null, rejectMsg: '查询抄表信息失败'})
984
- let handParam = {
985
- f_meter_classify: this.danhu.info.f_meter_classify,
986
- f_meter_brand: this.danhu.info.f_meter_brand,
987
- f_hand_id: hanid.data[0].id,
988
- f_tablebase: this.danhu.f_tablebase,
989
- f_userinfo_id: this.danhu.info.f_userinfo_id
990
- }
991
- await this.$resetpost('rs/logic/sale_commonEnter', {data: handParam}, {
992
- resolveMsg: null,
993
- rejectMsg: null
994
- }).then((res) => {
995
- this.$showAlert(`单户抄表成功!`, 'success', 2000)
996
- this.danhuShow()
987
+ await this.$resetpost('rs/logic/sale_commonEnter', {data: handParam}, {
988
+ resolveMsg: null,
989
+ rejectMsg: null
990
+ }).then((res) => {
991
+ this.$showAlert(`单户抄表成功!`, 'success', 2000)
992
+ this.danhuShow()
993
+ }).catch((error) => {
994
+ this.danhu.show = false
995
+ this.$showAlert(`单户抄表失败!` + JSON.toString(error), 'danger', 2000)
996
+ })
997
997
  }).catch((error) => {
998
998
  this.danhu.show = false
999
- this.$showAlert(`单户抄表失败!` + JSON.toString(error), 'danger', 2000)
999
+ this.$showAlert(`下发失败,请注意查看,失败原因:` + JSON.toString(error), 'danger', 2000)
1000
+
1000
1001
  })
1002
+
1001
1003
  },
1002
1004
  // 获得本月的最后一天。
1003
1005
  getLastDayOfMonth (year, month) {
@@ -147,7 +147,7 @@
147
147
  <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_card_id}}</td>
148
148
  <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_user_phone}}</td>
149
149
  <td style="text-align: center;">{{row.f_address}}</td>
150
- <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_last_check_date}}</td>
150
+ <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_offsite_time}}</td>
151
151
  <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_parameter_value}}</td>
152
152
  <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_operator}}</td>
153
153
  <td style="text-align: center;" v-show='!$parent.$parent.$parent.$parent.isdetail'>{{row.f_comments}}</td>
@@ -183,7 +183,7 @@
183
183
  'f_card_id': '卡号',
184
184
  'f_user_phone': '电话',
185
185
  'f_address': '地址',
186
- 'f_last_check_date': '安检日期',
186
+ 'f_offsite_time': '安检日期',
187
187
  'f_parameter_value': '限购日期',
188
188
  'f_comments': '限购原因'
189
189
  }
@@ -1,44 +1,46 @@
1
1
  <template>
2
- <div id="unit" class="flex-row three" v-show="listpage">
3
- <div class="binary-left" style="overflow: scroll;width:15%" >
4
- <mulitinfo :warninginfo="warningInfo" style="height:auto" @deal-msg="dealMsg" :data="row" :card-data="cardInfo" v-ref:info></mulitinfo>
5
- </div>
6
- <div class="binary-right" style="width:68%;overflow-y: scroll" >
7
- <div :style="{height:(row?'auto':'100%')}">
8
- <!--<div class="auto" v-if="sustainMoney != null">-->
9
- <!--<h2 style="margin-top: 10px">当前连续收款金额: {{sustainMoney}}</h2>-->
10
- <!--</div>-->
11
- <div>
12
- <charge-list :row="row" @select-oper="showWork" @dblclick="toBusiness" @deal-msg="dealMsg"
13
- v-ref:list></charge-list>
14
-
15
- <div class="auto" style="margin-top: 1%;" v-if="row">
16
- <charge-oper :data.sync="row" :card-info="cardInfo" v-ref:oper></charge-oper>
17
- </div>
2
+ <div>
3
+ <div id="unit" class="flex-row three" v-show="listpage">
4
+ <div class="binary-left" style="overflow: scroll;width:15%" >
5
+ <mulitinfo :warninginfo="warningInfo" style="height:auto" @deal-msg="dealMsg" :data="row" :card-data="cardInfo" v-ref:info></mulitinfo>
18
6
  </div>
7
+ <div class="binary-right" style="width:68%;overflow-y: scroll" >
8
+ <div :style="{height:(row?'auto':'100%')}">
9
+ <!--<div class="auto" v-if="sustainMoney != null">-->
10
+ <!--<h2 style="margin-top: 10px">当前连续收款金额: {{sustainMoney}}</h2>-->
11
+ <!--</div>-->
12
+ <div>
13
+ <charge-list :row="row" @select-oper="showWork" @dblclick="toBusiness" @deal-msg="dealMsg"
14
+ v-ref:list></charge-list>
15
+
16
+ <div class="auto" style="margin-top: 1%;" v-if="row">
17
+ <charge-oper :data.sync="row" :card-info="cardInfo" v-ref:oper></charge-oper>
18
+ </div>
19
+ </div>
20
+ </div>
19
21
  </div>
20
- </div>
21
- <div class="binary-right" style="width:22%" >
22
- <ul class="nav nav-pills span" style="height:auto;margin:8px 0px;padding:4px 0;border-bottom: 1px solid #e7e7e7;" class="nav nav-tabs" >
23
- <li ><a :style="selectFiled == '其他信息'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '其他信息','tel_f_size':selectFiled != '其他信息'}" href="#" @click="setField('其他信息')">其他信息</a></li>
24
- <li ><a :style="selectFiled == '历史操作'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '历史操作','tel_f_size':selectFiled != '历史操作'}" href="#" @click="setField('历史操作')">历史操作</a></li>
25
- <li v-if="row ?row.f_meter_type=='机表' : false"><a :style="selectFiled == '历史抄表'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '历史抄表','tel_f_size':selectFiled != '历史抄表'}" href="#" @click="setField('历史抄表')">历史抄表</a></li>
26
- </ul>
27
- <div class="tab-content span" style="overflow-y: auto">
28
- <otherinfo v-show="worktype === '其他信息'" style="height:auto" @deal-msg="dealMsg" :data="row" :card-data="cardInfo" v-ref:info></otherinfo>
29
- <card-list v-show="worktype === '历史操作'" :btns="operatebtn" :f_orgid="f_orgid" :userinfoid="row ? row.f_userinfo_code : ''" @list-select-oper="recordCancel"
30
- v-ref:card></card-list>
31
- <hand-list v-if="worktype === '历史抄表'" :f_userfiles_id="row ? row.f_userfiles_id : ''" v-ref:hand></hand-list>
22
+ <div class="binary-right" style="width:22%" >
23
+ <ul class="nav nav-pills span" style="height:auto;margin:8px 0px;padding:4px 0;border-bottom: 1px solid #e7e7e7;" class="nav nav-tabs" >
24
+ <li ><a :style="selectFiled == '其他信息'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '其他信息','tel_f_size':selectFiled != '其他信息'}" href="#" @click="setField('其他信息')">其他信息</a></li>
25
+ <li ><a :style="selectFiled == '历史操作'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '历史操作','tel_f_size':selectFiled != '历史操作'}" href="#" @click="setField('历史操作')">历史操作</a></li>
26
+ <li v-if="row ?row.f_meter_type=='机表' : false"><a :style="selectFiled == '历史抄表'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '历史抄表','tel_f_size':selectFiled != '历史抄表'}" href="#" @click="setField('历史抄表')">历史抄表</a></li>
27
+ </ul>
28
+ <div class="tab-content span" style="overflow-y: auto">
29
+ <otherinfo v-show="worktype === '其他信息'" style="height:auto" @deal-msg="dealMsg" :data="row" :card-data="cardInfo" v-ref:info></otherinfo>
30
+ <card-list v-show="worktype === '历史操作'" :btns="operatebtn" :f_orgid="f_orgid" :userinfoid="row ? row.f_userinfo_code : ''" @list-select-oper="recordCancel"
31
+ v-ref:card></card-list>
32
+ <hand-list v-if="worktype === '历史抄表'" :f_userfiles_id="row ? row.f_userfiles_id : ''" v-ref:hand></hand-list>
33
+ </div>
34
+
32
35
  </div>
33
36
 
34
37
  </div>
35
-
36
- </div>
37
- <div v-if="!listpage">
38
- <user-info-detail-manage-new parentname="charge-manage" :f_userfiles_id="rowData.f_userfiles_id" @cancel-main="cancel" @cancel-re="cancelAndRefresh"></user-info-detail-manage-new>
39
- </div>
40
- <div v-if="showModal">
41
- <charge-modal :warninginfo="warningInfo" :row="modalrow" :modal-show.sync="showModal" @close="close" @modalsuccess="modalsuccess"></charge-modal>
38
+ <div v-if="!listpage">
39
+ <user-info-detail-manage-new parentname="charge-manage" :f_userfiles_id="rowData.f_userfiles_id" @cancel-main="cancel" @cancel-re="cancelAndRefresh"></user-info-detail-manage-new>
40
+ </div>
41
+ <div v-if="showModal">
42
+ <charge-modal :warninginfo="warningInfo" :row="modalrow" :modal-show.sync="showModal" @close="close" @modalsuccess="modalsuccess"></charge-modal>
43
+ </div>
42
44
  </div>
43
45
  </template>
44
46
  <script>
@@ -934,37 +934,36 @@
934
934
  f_operatorid: this.$login.f.id
935
935
  }
936
936
  console.log('下发参数:', param)
937
- await this.$resetpost('rs/logic/downHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then((res) => {
938
- console.log('下发计划成功')
939
- }).catch((error) => {
940
- this.danhu.show = false
941
- this.$showAlert(`下发失败,请注意查看,失败原因:` + JSON.toString(error), 'danger', 2000)
942
- })
943
- let hanid = await this.$resetpost('/rs/sql/querySingleTable', {
944
- data: {
945
- items: 'max(id) id',
946
- tablename: 't_handplan',
947
- condition: ` f_userfiles_id = '${this.danhu.info.f_userfiles_id}' `
937
+ await this.$resetpost('rs/logic/downHand', {data: param}, {resolveMsg: null, rejectMsg: null}).then(async (res) => {
938
+ let hanid = await this.$resetpost('/rs/sql/querySingleTable', {
939
+ data: {
940
+ items: 'max(id) id',
941
+ tablename: 't_handplan',
942
+ condition: ` f_userfiles_id = '${this.danhu.info.f_userfiles_id}' `
943
+ }
944
+ }, {resolveMsg: null, rejectMsg: '查询抄表信息失败'})
945
+ let handParam = {
946
+ f_meter_classify: this.danhu.info.f_meter_classify,
947
+ f_meter_brand: this.danhu.info.f_meter_brand,
948
+ f_hand_id: hanid.data[0].id,
949
+ f_result_state: this.f_new_result_state,
950
+ f_operator: this.$login.f.name,
951
+ f_tablebase: this.danhu.f_tablebase,
952
+ f_userinfo_id: this.danhu.info.f_userinfo_id
948
953
  }
949
- }, {resolveMsg: null, rejectMsg: '查询抄表信息失败'})
950
- let handParam = {
951
- f_meter_classify: this.danhu.info.f_meter_classify,
952
- f_meter_brand: this.danhu.info.f_meter_brand,
953
- f_hand_id: hanid.data[0].id,
954
- f_result_state: this.f_new_result_state,
955
- f_operator: this.$login.f.name,
956
- f_tablebase: this.danhu.f_tablebase,
957
- f_userinfo_id: this.danhu.info.f_userinfo_id
958
- }
959
- await this.$resetpost('rs/logic/sale_commonEnter', {data: handParam}, {
960
- resolveMsg: null,
961
- rejectMsg: null
962
- }).then((res) => {
963
- this.$showAlert(`单户抄表成功!`, 'success', 2000)
964
- this.danhuShow()
954
+ await this.$resetpost('rs/logic/sale_commonEnter', {data: handParam}, {
955
+ resolveMsg: null,
956
+ rejectMsg: null
957
+ }).then((res) => {
958
+ this.$showAlert(`单户抄表成功!`, 'success', 2000)
959
+ this.danhuShow()
960
+ }).catch((error) => {
961
+ this.danhu.show = false
962
+ this.$showAlert(`单户抄表失败!` + JSON.toString(error), 'danger', 2000)
963
+ })
965
964
  }).catch((error) => {
966
965
  this.danhu.show = false
967
- this.$showAlert(`单户抄表失败!` + JSON.toString(error), 'danger', 2000)
966
+ this.$showAlert(`下发失败,请注意查看,失败原因:` + JSON.toString(error), 'danger', 2000)
968
967
  })
969
968
  this.f_new_result_state = '正常使用'
970
969
  },
@@ -196,7 +196,18 @@
196
196
  close-on-select></v-select>
197
197
  </div>
198
198
  </div>
199
-
199
+ <div class="row" v-show="$parent.$parent.criteriaShow">
200
+ <div class="col-sm-2 flex-row" style="white-space: nowrap" >
201
+ <label class="font_normal_body">增减百分比</label>
202
+ <div class="row">
203
+ <input type="text" style="width:30%" class="input_search" v-model="model.f_oughtamount_bvmin"
204
+ condition="f_oughtamount_bv >= {} " placeholder="">
205
+ <label class="font_normal_body"> ≤ x ≤ </label>
206
+ <input type="text" style="width:30%" class="input_search" v-model="model.f_oughtamount_bvmax"
207
+ condition="f_oughtamount_bv <= {} " placeholder="">
208
+ </div>
209
+ </div>
210
+ </div>
200
211
  </div>
201
212
  </criteria>
202
213
  <data-grid :model="model" partial='list' class="list_area table_sy" v-ref:grid id="hand_manager_grid" :optional="true">
package/src/main.js CHANGED
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
- import FilialeSale from './filiale/shimen/sale'
6
+ import FilialeSale from './filiale/yangchun/sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
9
9
  import VueClipboard from 'vue-clipboard2'
File without changes
@@ -1,2 +0,0 @@
1
- #Tue Jul 23 10:01:49 CST 2024
2
- gradle.version=5.2.1
File without changes