sale-client 3.7.50 → 3.7.51

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.
@@ -1,7 +1,7 @@
1
1
  var path = require('path')
2
2
  var checkVersion = require('./versionCheck.js')
3
3
  checkVersion()
4
- const [ serverRul, localUrl, v4Url ] = ['http://192.168.50.67:31567/', 'http://localhost:8080/', 'http://192.168.50.67:31567']
4
+ const [ serverRul, localUrl, v4Url ] = ['http://192.168.50.67:30785/', 'http://localhost:8080/', 'http://192.168.50.67:30785']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
@@ -107,12 +107,6 @@ var devConfig = {
107
107
  '/rs/logic': {
108
108
  target: localUrl
109
109
  },
110
- '/rs/file':{
111
- target: localUrl
112
- },
113
- '/rs/downloadfile': {
114
- target: localUrl
115
- },
116
110
  '/rs/entity': {
117
111
  target: localUrl
118
112
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.7.50",
3
+ "version": "3.7.51",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -483,12 +483,6 @@ export default {
483
483
  this.show = true
484
484
  },
485
485
  selfSearch (args) {
486
- if (!this.$refs.paged.$refs.criteria.model.startDate) {
487
- this.$refs.paged.$refs.criteria.model.startDate = this.$login.toStandardDateString() + ' 00:00:00'
488
- }
489
- if (!this.$refs.paged.$refs.criteria.model.endDate) {
490
- this.$refs.paged.$refs.criteria.model.endDate = this.$login.toStandardDateString() + ' 23:59:59'
491
- }
492
486
  if (!this.f_orgid) {
493
487
  this.getorg([this.$login.f.orgid])
494
488
  }
@@ -206,7 +206,7 @@ export default {
206
206
  methods: {
207
207
  async giftGasReasonChange () {
208
208
  if (this.model.f_gift_gas_reason === '低保赠气') {
209
- this.isDiBao = true
209
+ // this.isDiBao = true
210
210
  this.model.f_pregas = this.$appdata.getSingleValue('低保赠气气量') ? this.$appdata.getSingleValue('低保赠气气量') : 0
211
211
  // 进行划价
212
212
  let getAmount = await this.$CommonService.gasCalculate(this.row, this.model.f_pregas)
package/src/main.js CHANGED
@@ -2,7 +2,7 @@ import Vue from 'vue'
2
2
  import all from 'vue-client/src/all'
3
3
  import App from './App'
4
4
  import system from 'system-clients/src/system'
5
- import FilialeSale from './filiale/rongchuang/sale'
5
+ import FilialeSale from './filiale/shiquan/sale'
6
6
  import sale from './sale'
7
7
  import address from 'address-client/src/address'
8
8
  import ldap from 'ldap-clients/src/ldap'
@@ -24,7 +24,7 @@ system(false)
24
24
  sale()
25
25
  address()
26
26
  ldap()
27
- FilialeSale()
27
+ FilialeSale()
28
28
  require('system-clients/src/styles/less/bootstrap.less')
29
29
 
30
30
  new Vue({
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Wed Mar 18 10:18:57 CST 2026
2
- gradle.version=5.2.1
Binary file
File without changes