sale-client 3.5.286 → 3.5.287-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 (59) hide show
  1. package/.gradle/5.2.1/executionHistory/executionHistory.bin +0 -0
  2. package/.gradle/5.2.1/executionHistory/executionHistory.lock +0 -0
  3. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  4. package/.gradle/5.2.1/fileContent/fileContent.lock +0 -0
  5. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  6. package/.gradle/5.2.1/gc.properties +0 -0
  7. package/.gradle/7.5.1/checksums/checksums.lock +0 -0
  8. package/.gradle/7.5.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  9. package/.gradle/7.5.1/dependencies-accessors/gc.properties +0 -0
  10. package/.gradle/7.5.1/executionHistory/executionHistory.bin +0 -0
  11. package/.gradle/7.5.1/executionHistory/executionHistory.lock +0 -0
  12. package/.gradle/7.5.1/fileChanges/last-build.bin +0 -0
  13. package/.gradle/7.5.1/fileHashes/fileHashes.bin +0 -0
  14. package/.gradle/7.5.1/fileHashes/fileHashes.lock +0 -0
  15. package/.gradle/7.5.1/gc.properties +0 -0
  16. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  17. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  18. package/.gradle/file-system.probe +0 -0
  19. package/.gradle/vcs-1/gc.properties +0 -0
  20. package/build/dev-server.js +1 -1
  21. package/package.json +3 -3
  22. package/src/components/FilesManage/FileAddressManage.vue +1 -1
  23. package/src/components/FilesManage/UserEssentialInfoTest.vue +1 -1
  24. package/src/components/FilesManage/UserGeneralInfoTest.vue +1 -1
  25. package/src/components/common/userinfo_detail/ic_detail/HandQueryUser.vue +372 -365
  26. package/src/components/revenue/base/leftview/otherinfo.vue +2 -2
  27. package/src/components/revenue/comprehen/StairPrice/GasPriceUser.vue +14 -1
  28. package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
  29. package/src/filiale/gehua/MeterinfoTest.vue +963 -963
  30. package/src/filiale/huayin/base/otherinfo.vue +2 -2
  31. package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
  32. package/src/filiale/rizhao/otherinfo.vue +2 -2
  33. package/src/filiale/rongcheng/FileAddressManage.vue +1 -1
  34. package/src/filiale/rongcheng/RecordCancel.vue +314 -314
  35. package/src/filiale/shanxian/OtherChargeNew.vue +1 -1
  36. package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +2 -2
  37. package/src/filiale/shanxian/components/FilesManage/MeterinfoTest.vue +4 -14
  38. package/src/filiale/shanxian/components/FilesManage/UserEssentialInfoTest.vue +25 -1
  39. package/src/filiale/shanxian/components/FilesManage/UserGeneralInfoTest.vue +1 -1
  40. package/src/filiale/shanxian/components/charge/ChargeOper.vue +266 -0
  41. package/src/filiale/shanxian/components/revenue/ChargeList.vue +4 -4
  42. package/src/filiale/shanxian/components/revenue/InsuranceAdd.vue +17 -17
  43. package/src/filiale/shanxian/components/revenue/InsuranceChargesDetails.vue +256 -0
  44. package/src/filiale/shanxian/components/revenue/InsuranceList.vue +6 -6
  45. package/src/filiale/shanxian/components/revenue/insuranceGuanL.vue +308 -0
  46. package/src/filiale/shanxian/sale.js +7 -0
  47. package/src/filiale/tongchuan/ChargeList.vue +21 -13
  48. package/src/filiale/tongchuan/base/otherinfo.vue +2 -2
  49. package/src/filiale/xinkang/ChangeMeter.vue +15 -1
  50. package/src/filiale/xinkang/ChargeQueryUser.vue +448 -0
  51. package/src/filiale/xinkang/sale.js +20 -18
  52. package/src/filiale/yuansheng/SafeCheck.vue +315 -0
  53. package/src/filiale/yuansheng/Userinfo.vue +251 -0
  54. package/src/filiale/yuansheng/meterinfodetail.vue +255 -255
  55. package/src/filiale/yuansheng/otherinfo.vue +99 -0
  56. package/src/filiale/yuansheng/sale.js +4 -1
  57. package/src/main.js +1 -1
  58. package/src/sale.js +2 -1
  59. package/yarn-error.log +0 -9224
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Tue Jun 06 10:14:00 CST 2023
2
+ gradle.version=5.2.1
Binary file
File without changes
@@ -1,5 +1,5 @@
1
1
  var path = require('path')
2
- const [localUrl, serverRul] = ['http://121.36.106.17:8400/', 'http://121.36.106.17:8400/']
2
+ const [localUrl, serverRul] = ['http://139.9.204.64:8400/', 'http://139.9.204.64:8400/']
3
3
  var merge = require('webpack-merge')
4
4
  var baseConfig = require('./webpack.dev.conf')
5
5
  var devConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.286",
3
+ "version": "3.5.287-2",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -74,7 +74,7 @@
74
74
  "karma-sourcemap-loader": "^0.3.7",
75
75
  "karma-spec-reporter": "0.0.31",
76
76
  "karma-webpack": "^2.0.2",
77
- "ldap-clients": "3.0.62",
77
+ "ldap-clients": "3.0.48",
78
78
  "less": "^2.7.3",
79
79
  "manage-client": "3.1.8-88",
80
80
  "mkdirp": "^0.5.1",
@@ -89,7 +89,7 @@
89
89
  "sinon-chai": "^2.8.0",
90
90
  "style": "0.0.3",
91
91
  "style-loader": "^0.20.3",
92
- "system-clients": "3.2.64",
92
+ "system-clients": "3.2.55",
93
93
  "url-loader": "^0.5.7",
94
94
  "vue-client": "1.24.79",
95
95
  "vue-clipboard2": "0.3.1",
@@ -3,7 +3,7 @@
3
3
  <div :class="{'basic-main':!useraddressShow,'binary-left':useraddressShow}" v-show="isSelect">
4
4
  <file-address-list @select-changed="selected" v-ref:addresslist :style="style" :select=select :company=company :f_filialeids.sync="f_filialeids"></file-address-list>
5
5
  </div>
6
- <div v-show="useraddressShow" :class="{'basic-main':!isSelect, 'binary-right': isSelect}" style="width:60%">
6
+ <div v-show="useraddressShow" :class="{'basic-main':!isSelect, 'binary-right': isSelect}">
7
7
  <div class="flex">
8
8
  <file-user-address :f_filialeids.sync="f_filialeids" :is_pecial="isSpecial" :isedit="isSelect" :row="row" v-ref:fileuseraddress></file-user-address>
9
9
 
@@ -205,7 +205,7 @@
205
205
  </div>
206
206
  </form>
207
207
  </validator>
208
- <modal v-if="showselectaddress" :show.sync="showselectaddress" width="70%" height="80%" title="地址信息" v-ref:modal large backdrop="false">
208
+ <modal v-if="showselectaddress" :show.sync="showselectaddress" width="50%" height="80%" title="地址信息" v-ref:modal large backdrop="false">
209
209
  <article slot="modal-body" class="modal-body" style="height: 700px;padding: 0!important;">
210
210
  <file-address-manage :is-select="isSelect" :fileinfo="addressinfo"
211
211
  @address-valid="doNothing" :showselectaddress.sync="showselectaddress" v-ref:fileaddress ></file-address-manage>
@@ -93,7 +93,7 @@
93
93
  </div>
94
94
  <div class="row">
95
95
  <div class="col-sm-2"></div>
96
- <input v-if="fileSaveData.reason ==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
96
+ <input v-if="fileSaveData.reason==='其他'" class="input_search" style="width:60%" placeholder='修改原因' v-model="fileSaveData.modifyReason"/>
97
97
  </div>
98
98
  </article>
99
99
  <footer slot="modal-footer" class="modal-footer">