sale-client 4.3.92 → 4.3.93

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/.project CHANGED
@@ -5,6 +5,11 @@
5
5
  <projects>
6
6
  </projects>
7
7
  <buildSpec>
8
+ <buildCommand>
9
+ <name>org.eclipse.jdt.core.javabuilder</name>
10
+ <arguments>
11
+ </arguments>
12
+ </buildCommand>
8
13
  <buildCommand>
9
14
  <name>org.eclipse.buildship.core.gradleprojectbuilder</name>
10
15
  <arguments>
@@ -12,6 +17,7 @@
12
17
  </buildCommand>
13
18
  </buildSpec>
14
19
  <natures>
20
+ <nature>org.eclipse.jdt.core.javanature</nature>
15
21
  <nature>org.eclipse.buildship.core.gradleprojectnature</nature>
16
22
  </natures>
17
23
  <filteredResources>
@@ -1,7 +1,7 @@
1
1
  var path = require('path')
2
2
  var checkVersion = require('./versionCheck.js')
3
3
  checkVersion()
4
- const [ serverRul, localUrl ] = ['http://192.168.50.67:31567/', 'http://192.168.50.67:31567']
4
+ const [ serverRul, localUrl ] = ['http://219.151.186.185:31467/', 'http://localhost:9026']
5
5
  var merge = require('webpack-merge')
6
6
  var baseConfig = require('./webpack.dev.conf')
7
7
  var devConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "4.3.92",
3
+ "version": "4.3.93",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -94,7 +94,7 @@ export default {
94
94
  methods: {
95
95
 
96
96
  async createHand () {
97
- if (this.config.upload) {
97
+ if (this.config.upload && this.model.userinfo.f_user_state === '正常') {
98
98
  if (this.$refs.caneclfile.fileInfoData && this.$refs.caneclfile.fileInfoData.length > 0) {
99
99
  console.log(this.$refs.caneclfile.fileInfoData)
100
100
  } else {
@@ -151,7 +151,7 @@ export default {
151
151
  this.auditor = this.$GetSaleParam.getAudit(this.$login.f.orgid)
152
152
  },
153
153
  async createHand () {
154
- if (this.config.upload) {
154
+ if (this.config.upload && this.model.userinfo.f_user_state === '正常') {
155
155
  if (this.$refs.caneclfile.fileInfoData && this.$refs.caneclfile.fileInfoData.length > 0) {
156
156
  console.log(this.$refs.caneclfile.fileInfoData)
157
157
  } else {
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/yangchun/sale'
5
+ import FilialeSale from './filiale/liaoyuan/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
@@ -1,2 +0,0 @@
1
- #Mon Jun 22 09:12:25 CST 2026
2
- gradle.version=5.2.1
File without changes