sale-client 3.6.186 → 3.6.187

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,5 +1,5 @@
1
1
  var path = require('path')
2
- const [ serverRul, localUrl ] = ['http://192.168.3.82:8400/#', 'http://192.168.3.82:8400/#']
2
+ const [ serverRul, localUrl ] = ['http://121.40.52.133:9001/#', 'http://121.40.52.133:9001/#']
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.186",
3
+ "version": "3.6.187",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -259,7 +259,7 @@
259
259
  this.$parent.priceid = row.f_price_id
260
260
  this.$parent.pricename = row.f_price_name
261
261
  this.$parent.f_islow_income = row.f_islow_income
262
- this.$parent.priceorgid = row.f_orgid
262
+ this.$parent.priceorgid = row.f_filialeid
263
263
  },
264
264
  search () {
265
265
  this.$refs.paged.$refs.cri.search()
package/src/main.js CHANGED
@@ -4,7 +4,7 @@ import App from './App'
4
4
  import system from 'system-clients/src/system'
5
5
  import sale from './sale'
6
6
  // import wenxi from './filiale/rizhao/sale'
7
- import FilialeSale from './filiale/gehua/sale'
7
+ import FilialeSale from './filiale/liaoyuan/sale'
8
8
  import address from 'address-client/src/address'
9
9
  import ldap from 'ldap-clients/src/ldap'
10
10
  import VueClipboard from 'vue-clipboard2'
@@ -24,7 +24,7 @@ all()
24
24
  system(false)
25
25
  sale()
26
26
  // wenxi()
27
- FilialeSale()
27
+ // FilialeSale()
28
28
  address()
29
29
  ldap()
30
30
  require('system-clients/src/styles/less/bootstrap.less')