sale-client 3.5.57 → 3.5.58

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 (37) hide show
  1. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  2. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  3. package/.gradle/5.2.1/gc.properties +0 -0
  4. package/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
  5. package/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
  6. package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
  7. package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
  8. package/.gradle/7.1/fileChanges/last-build.bin +0 -0
  9. package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
  10. package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
  11. package/.gradle/7.1/gc.properties +0 -0
  12. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  13. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  14. package/.gradle/checksums/checksums.lock +0 -0
  15. package/.gradle/vcs-1/gc.properties +0 -0
  16. package/build/dev-server.js +3 -3
  17. package/package.json +1 -1
  18. package/src/components/FilesManage/UserGeneralInfoTest.vue +1 -1
  19. package/src/components/FilesManageNew/FileUserFiles.vue +756 -756
  20. package/src/components/revenue/Common/PrintBill.vue +132 -132
  21. package/src/components/revenue/cancelHandplan/IotHandplanCanel.vue +83 -0
  22. package/src/components/revenue/changeInsurance/InsuranceList.vue +271 -271
  23. package/src/components/revenue/machineHandManage/machineHandAudit.vue +10 -22
  24. package/src/filiale/chengtou/components/FilesManage/FileUserFiles.vue +1018 -1018
  25. package/src/filiale/chengtou/components/FilesManage/UserGeneralInfoTest.vue +672 -672
  26. package/src/filiale/chengtou/plugins/FileManageService.js +388 -388
  27. package/src/filiale/chengtou/sale.js +11 -11
  28. package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
  29. package/src/filiale/rongcheng/FileUserFiles.vue +881 -881
  30. package/src/filiale/rongcheng/MeterinfoTest.vue +611 -611
  31. package/src/filiale/rongcheng/UserEssentialInfoTest.vue +332 -332
  32. package/src/filiale/rongcheng/sale.js +101 -101
  33. package/src/filiale/rongchuang/MeterinfoTest.vue +752 -752
  34. package/src/main.js +1 -1
  35. package/src/plugins/FileManageService.js +389 -389
  36. package/src/sale.js +1135 -1133
  37. package/yarn-error.log +0 -9224
File without changes
File without changes
@@ -0,0 +1,2 @@
1
+ #Sun Oct 09 09:33:58 CST 2022
2
+ gradle.version=5.2.1
Binary file
File without changes
@@ -10,9 +10,9 @@ var compiler = webpack(config)
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var bendi = 'http://117.33.181.102:8400', bendi1 = 'http://121.36.106.17:8400/'
13
+ var bendi = 'http://121.36.106.17:8400', bendi1 = 'http://121.36.106.17:8400/'
14
14
  // 公司测试服务
15
- var fuwu = 'http://117.33.181.102:8400'
15
+ var fuwu = 'http://121.36.106.17:8400'
16
16
  // var fuwu = 'http://121.36.106.17:8400/'
17
17
  // 铜川正式
18
18
  // var fuwu = 'http://61.134.55.234:9999/'
@@ -103,7 +103,7 @@ var proxyTable = {
103
103
  '/rs': {
104
104
  // target: 'http://192.168.30.63:8081/'
105
105
  // target: 'http://121.36.106.17:8400/'
106
- target: bendi
106
+ target: 'http://127.0.0.1:8080'
107
107
  }
108
108
  }
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.5.57",
3
+ "version": "3.5.58",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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">