sale-client 3.5.231 → 3.5.232

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 (46) hide show
  1. package/build/dev-server.js +1 -1
  2. package/package.json +1 -1
  3. package/src/components/FilesManage/FileAddressManage.vue +1 -1
  4. package/src/components/FilesManage/UserEssentialInfoTest.vue +1 -1
  5. package/src/components/FilesManage/UserGeneralInfoTest.vue +698 -698
  6. package/src/components/charge/ChargeOper.vue +1 -1
  7. package/src/components/revenue/base/leftview/otherinfo.vue +2 -2
  8. package/src/components/revenue/cardHandManage/cardHandManager.vue +58 -58
  9. package/src/components/revenue/machineHandManage/machineHandAudit.vue +21 -9
  10. package/src/filiale/gaomi/components/charge/ChargeOper.vue +1 -1
  11. package/src/filiale/gehua/ChargeGroupList.vue +345 -345
  12. package/src/filiale/gehua/sale.js +103 -103
  13. package/src/filiale/guangxi/ChargeOper.vue +1 -1
  14. package/src/filiale/huayin/base/otherinfo.vue +2 -2
  15. package/src/filiale/kelai/ChargeOper.vue +1 -1
  16. package/src/filiale/macheng/ChargeOper.vue +1 -1
  17. package/src/filiale/meihekou/ChargeOper.vue +1 -1
  18. package/src/filiale/qianneng/eticket/EticketPrint.vue +8 -6
  19. package/src/filiale/qianneng/revenue/ChargeOper.vue +1 -1
  20. package/src/filiale/rizhao/UserPriceChangeManage.vue +662 -662
  21. package/src/filiale/rizhao/otherinfo.vue +2 -2
  22. package/src/filiale/rizhao/replaceMentList.vue +1 -1
  23. package/src/filiale/rongcheng/FileAddressManage.vue +1 -1
  24. package/src/filiale/shanggao/charge/ChargeOper.vue +1 -1
  25. package/src/filiale/shanxian/components/FilesManage/FileAddressList.vue +2 -2
  26. package/src/filiale/shaoguan/charge/ChargeOper.vue +1 -1
  27. package/src/filiale/tongchuan/ChargeOper.vue +1 -1
  28. package/src/filiale/tongchuan/base/otherinfo.vue +2 -2
  29. package/src/filiale/wenxi/HandplanQuery.vue +1300 -1300
  30. package/src/filiale/yuansheng/CardChangeFill.vue +597 -0
  31. package/src/filiale/yuansheng/CardMeterCenter.vue +0 -1
  32. package/src/filiale/yuansheng/ChangeMeterAddGas.vue +561 -0
  33. package/src/filiale/yuansheng/DigitalCharge.vue +441 -0
  34. package/src/filiale/yuansheng/IOTMeterCenter.vue +2 -2
  35. package/src/filiale/yuansheng/MeterinfoTest.vue +991 -0
  36. package/src/filiale/yuansheng/NoCardMeterCenter.vue +467 -0
  37. package/src/filiale/yuansheng/ShowCardSellGas.vue +932 -0
  38. package/src/filiale/yuansheng/sale.js +11 -0
  39. package/src/main.js +1 -1
  40. package/yarn-error.log +9224 -0
  41. package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
  42. package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
  43. package/.gradle/5.2.1/gc.properties +0 -0
  44. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  45. package/.gradle/buildOutputCleanup/cache.properties +0 -2
  46. package/.gradle/vcs-1/gc.properties +0 -0
@@ -1,5 +1,5 @@
1
1
  var path = require('path')
2
- const [localUrl, serverRul] = ['http://127.0.0.1:8080', 'http://192.168.50.4: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.231",
3
+ "version": "3.5.232",
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}">
6
+ <div v-show="useraddressShow" :class="{'basic-main':!isSelect, 'binary-right': isSelect}" style="width:60%">
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="50%" height="80%" title="地址信息" v-ref:modal large backdrop="false">
208
+ <modal v-if="showselectaddress" :show.sync="showselectaddress" width="70%" 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>