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.
- package/build/dev-server.js +1 -7
- package/package.json +1 -1
- package/src/filiale/shanxian/StockListmain.vue +0 -6
- package/src/filiale/shimen/GiftFee/icTable.vue +1 -1
- package/src/main.js +2 -2
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/8.10/checksums/checksums.lock +0 -0
- package/.gradle/8.10/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.10/fileChanges/last-build.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.10/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
package/build/dev-server.js
CHANGED
|
@@ -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:
|
|
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
|
@@ -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/
|
|
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({
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|