sale-client 3.6.36 → 3.6.38

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 (39) hide show
  1. package/build/dev-server.js +1 -1
  2. package/package.json +1 -1
  3. package/src/components/FilesManage/FileUserFiles.vue +1 -1
  4. package/src/components/FilesManage/MeterinfoTest.vue +989 -986
  5. package/src/components/charge/ChargeManage.vue +309 -309
  6. package/src/components/charge/business/CardMeterCenter.vue +938 -944
  7. package/src/components/charge/business/IOTMeterCenter.vue +787 -793
  8. package/src/components/charge/business/ShowCardSellGas.vue +922 -928
  9. package/src/components/revenue/analysis/outStockQuery.vue +1 -1
  10. package/src/components/revenue/base/rightview/CardList.vue +553 -553
  11. package/src/components/revenue/comprehen/ComprehenOperation/FeeDeduction/feeDeduction.vue +169 -159
  12. package/src/components/revenue/comprehen/ComprehenOperation/newchangemeter/ChangeMeter.vue +950 -950
  13. package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +1 -1
  14. package/src/filiale/ancheng/FilesManage/FileUserFiles.vue +1 -1
  15. package/src/filiale/chengtou/components/FilesManage/FileUserFiles.vue +1 -1
  16. package/src/filiale/dongguan/components/common/userinfo_detail/WebMeterBatchOperationValve.vue +1 -1
  17. package/src/filiale/gehua/FileUserFiles.vue +1 -1
  18. package/src/filiale/guangxi/WebMeterBatchOperationValve.vue +1 -1
  19. package/src/filiale/huayin/FileUserFiles.vue +1 -1
  20. package/src/filiale/konggang/FileUserFiles.vue +1 -1
  21. package/src/filiale/lixianV3/sale.js +6 -6
  22. package/src/filiale/meihekou/FileUserFiles.vue +995 -995
  23. package/src/filiale/ningjin/FileUserFiles.vue +1 -1
  24. package/src/filiale/qianneng/eticket/EticketPrint.vue +377 -377
  25. package/src/filiale/qianneng/eticket/EticketRecordList.vue +318 -309
  26. package/src/filiale/rizhao/FileUserFiles.vue +1 -1
  27. package/src/filiale/shanggao/FileUserFiles.vue +995 -995
  28. package/src/filiale/shanxian/components/FilesManage/FileUserFiles.vue +1 -1
  29. package/src/filiale/shanxian/components/webMeter/WebMeterBatchOperationValve.vue +1 -1
  30. package/src/filiale/shexian/FilesManage/FileUserFiles.vue +1 -1
  31. package/src/filiale/shexian/sale.js +21 -21
  32. package/src/filiale/tongchuan/bill/EticketRecordList.vue +274 -274
  33. package/src/filiale/tongchuan/sale.js +133 -133
  34. package/src/filiale/wenxi/FileUserFiles.vue +1 -1
  35. package/src/filiale/wuan/FileUserFiles.vue +1 -1
  36. package/src/filiale/xinkang/WebMeterBatchOperationValve.vue +1 -1
  37. package/src/filiale/zhongsheng/FilesManage/FileUserFiles.vue +1 -1
  38. package/src/filiale/zhongyi/FileUserFiles.vue +1 -1
  39. package/src/main.js +3 -1
@@ -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] = ['https://qnjtkf.cn:8400/', 'https://qnjtkf.cn: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.6.36",
3
+ "version": "3.6.38",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -536,7 +536,7 @@ let loadParamGem = async function (self) {
536
536
  dep: [],
537
537
  user: []
538
538
  },
539
- orgcondition: ' and f_orgid = ' + this.$login.f.orgid,
539
+ orgcondition: `and f_orgid = '${this.$login.f.orgid}'`,
540
540
  createFile: false,
541
541
 
542
542
  curorgid: [this.$login.f.orgid],