sale-client 3.5.230 → 3.5.231-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 (35) 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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  5. package/.gradle/buildOutputCleanup/cache.properties +2 -0
  6. package/.gradle/vcs-1/gc.properties +0 -0
  7. package/build/dev-server.js +1 -1
  8. package/package.json +1 -1
  9. package/src/components/FilesManage/FileAddressManage.vue +1 -1
  10. package/src/components/FilesManage/UserEssentialInfoTest.vue +1 -1
  11. package/src/components/FilesManage/UserGeneralInfoTest.vue +698 -698
  12. package/src/components/revenue/base/leftview/otherinfo.vue +2 -2
  13. package/src/components/revenue/cardHandManage/cardHandManager.vue +58 -58
  14. package/src/components/revenue/machineHandManage/machineHandAudit.vue +9 -21
  15. package/src/filiale/gehua/ChargeGroupList.vue +345 -345
  16. package/src/filiale/gehua/sale.js +103 -103
  17. package/src/filiale/huayin/base/otherinfo.vue +2 -2
  18. package/src/filiale/qianneng/eticket/EticketPrint.vue +6 -8
  19. package/src/filiale/rizhao/UserPriceChangeManage.vue +662 -662
  20. package/src/filiale/rizhao/otherinfo.vue +2 -2
  21. package/src/filiale/rizhao/replaceMentList.vue +1 -1
  22. package/src/filiale/rongcheng/FileAddressManage.vue +1 -1
  23. package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +2 -2
  24. package/src/filiale/tongchuan/base/otherinfo.vue +2 -2
  25. package/src/filiale/wenxi/HandplanQuery.vue +1300 -1300
  26. package/src/filiale/yuansheng/CardChangeFill.vue +597 -0
  27. package/src/filiale/yuansheng/CardMeterCenter.vue +944 -945
  28. package/src/filiale/yuansheng/ChangeMeterAddGas.vue +561 -0
  29. package/src/filiale/yuansheng/DigitalCharge.vue +441 -0
  30. package/src/filiale/yuansheng/IOTMeterCenter.vue +783 -784
  31. package/src/filiale/yuansheng/MeterinfoTest.vue +991 -0
  32. package/src/filiale/yuansheng/NoCardMeterCenter.vue +467 -0
  33. package/src/filiale/yuansheng/ShowCardSellGas.vue +932 -0
  34. package/src/filiale/yuansheng/sale.js +18 -7
  35. package/yarn-error.log +0 -9224
File without changes
@@ -0,0 +1,2 @@
1
+ #Mon Apr 03 13:36:46 CST 2023
2
+ gradle.version=5.2.1
File without changes
@@ -1,5 +1,5 @@
1
1
  var path = require('path')
2
- const [localUrl, serverRul] = ['http://61.240.138.248:8400', 'http://61.240.138.248:8400']
2
+ const [localUrl, serverRul] = ['http://61.240.138.248:8400/', 'http://61.240.138.248: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.230",
3
+ "version": "3.5.231-2",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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>