sale-client 3.5.280 → 3.5.281-1

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 (41) 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/buildOutputCleanup/outputFiles.bin +0 -0
  19. package/.gradle/file-system.probe +0 -0
  20. package/.gradle/vcs-1/gc.properties +0 -0
  21. package/build/dev-server.js +1 -1
  22. package/package.json +3 -3
  23. package/src/components/FilesManage/FileAddressManage.vue +1 -1
  24. package/src/components/FilesManage/MeterinfoTest.vue +993 -986
  25. package/src/components/FilesManage/UserEssentialInfoTest.vue +1 -1
  26. package/src/components/FilesManage/UserGeneralInfoTest.vue +1 -1
  27. package/src/components/revenue/base/leftview/otherinfo.vue +2 -2
  28. package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +283 -283
  29. package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
  30. package/src/filiale/gehua/MeterinfoTest.vue +963 -963
  31. package/src/filiale/huayin/base/otherinfo.vue +2 -2
  32. package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
  33. package/src/filiale/rizhao/otherinfo.vue +2 -2
  34. package/src/filiale/rongcheng/FileAddressManage.vue +1 -1
  35. package/src/filiale/rongcheng/RecordCancel.vue +314 -314
  36. package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +2 -2
  37. package/src/filiale/shanxian/components/FilesManage/MeterinfoTest.vue +1107 -1100
  38. package/src/filiale/shanxian/components/FilesManage/UserGeneralInfoTest.vue +686 -686
  39. package/src/filiale/tongchuan/base/otherinfo.vue +2 -2
  40. package/src/main.js +1 -1
  41. package/yarn-error.log +0 -9224
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Mon May 15 14:28:40 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://119.187.112.234:8400', 'http://119.187.112.234: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.280",
3
+ "version": "3.5.281-1",
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.7",
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