sale-client 3.5.256 → 3.5.258
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
|
-
const [localUrl, serverRul] = ['http://
|
|
2
|
+
const [localUrl, serverRul] = ['http://127.0.0.1:8080', 'http://192.168.50.4:8400']
|
|
3
3
|
var merge = require('webpack-merge')
|
|
4
4
|
var baseConfig = require('./webpack.dev.conf')
|
|
5
5
|
var devConfig = {
|
package/package.json
CHANGED
|
@@ -182,8 +182,8 @@ let loadParamGem = async function (self) {
|
|
|
182
182
|
'f_oughtamount': '气量',
|
|
183
183
|
'f_address': '地址',
|
|
184
184
|
'f_user_type': '客户类型',
|
|
185
|
-
'f_oughtfee': '
|
|
186
|
-
'f_realamount': '
|
|
185
|
+
'f_oughtfee': '应收金额',
|
|
186
|
+
'f_realamount': '预收气费',
|
|
187
187
|
'f_preprice': '应收气价',
|
|
188
188
|
'f_price': '预收气价',
|
|
189
189
|
'f_refund': '是否退费',
|
package/src/main.js
CHANGED
|
@@ -3,7 +3,7 @@ import all from 'vue-client/src/all'
|
|
|
3
3
|
import App from './App'
|
|
4
4
|
import system from 'system-clients/src/system'
|
|
5
5
|
import sale from './sale'
|
|
6
|
-
import wenxi from './filiale/
|
|
6
|
+
import wenxi from './filiale/yuansheng/sale'
|
|
7
7
|
// import FilialeSale from './filiale/yuansheng/sale'
|
|
8
8
|
import address from 'address-client/src/address'
|
|
9
9
|
import ldap from 'ldap-clients/src/ldap'
|