sale-client 4.0.147 → 4.0.149
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,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.5:8765/', 'http://
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://192.168.50.5:8765/', '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.0.
|
|
3
|
+
"version": "4.0.149",
|
|
4
4
|
"description": "收费模块前台组件",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"yarn": "^1.22.10"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"vue-client": "1.25.
|
|
29
|
+
"vue-client": "1.25.30",
|
|
30
30
|
"less-loader": "^2.2.3",
|
|
31
|
-
"system-clients": "
|
|
32
|
-
"ldap-clients": "
|
|
33
|
-
"address-client": "
|
|
31
|
+
"system-clients": "4.0.4",
|
|
32
|
+
"ldap-clients": "4.0.6",
|
|
33
|
+
"address-client": "3.2.108",
|
|
34
34
|
"manage-client": "3.1.8-88",
|
|
35
35
|
"axios": "0.15.3",
|
|
36
36
|
"babel-core": "^6.0.0",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
<td style="margin: auto;text-align: center">
|
|
304
304
|
<div class="container" style="max-width: 500px;background: #FFFFFF">
|
|
305
305
|
<div class="img" style="float: none">
|
|
306
|
-
<img-self-tel :src="'api/af-revenue/file/image/'+attachment.f_return_path" width="400" height="300"></img-self-tel>
|
|
306
|
+
<img-self-tel-new :src="'api/af-revenue/file/image/'+attachment.f_return_path" width="400" height="300"></img-self-tel-new>
|
|
307
307
|
</div>
|
|
308
308
|
</div>
|
|
309
309
|
</td>
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<div v-if="showDialog" class="img-dialog">
|
|
388
388
|
<div class="img-container">
|
|
389
389
|
<div class="img" v-for="img in imgList" :key="img">
|
|
390
|
-
<img-self-tel :src="img" style="float: left" width="300" height="400"></img-self-tel>
|
|
390
|
+
<img-self-tel-new :src="img" style="float: left" width="300" height="400"></img-self-tel-new>
|
|
391
391
|
</div>
|
|
392
392
|
</div>
|
|
393
393
|
<button @click="showDialog = false" class="close-btn">关闭</button>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
工单详情
|
|
47
47
|
</header>
|
|
48
48
|
<article slot="modal-body" class="modal-body">
|
|
49
|
-
<work-history :row-one="row" ></work-history>
|
|
49
|
+
<work-history-new :row-one="row" ></work-history-new>
|
|
50
50
|
</article>
|
|
51
51
|
<footer slot="modal-footer" class="modal-footer">
|
|
52
52
|
<button type="button" class="btn btn-success" @click='show = false'>关闭</button>
|
|
@@ -80,11 +80,11 @@ export default function () {
|
|
|
80
80
|
// 新增户档案详情小组件
|
|
81
81
|
Vue.component('adduser-detail', (resolve) => { require(['./AddUserDetail'], resolve) })
|
|
82
82
|
Vue.component('user-info-detail-manage-new', (resolve) => { require(['./UserInfoDetailManageNew'], resolve) })
|
|
83
|
-
Vue.component('img-self-tel', (resolve) => {
|
|
83
|
+
Vue.component('img-self-tel-new', (resolve) => {
|
|
84
84
|
require(['./ImgSelfSafePlus'], resolve)
|
|
85
85
|
})
|
|
86
86
|
// 工单历史记录
|
|
87
|
-
Vue.component('work-history', (resolve) => { require(['./WorkHistory'], resolve) })
|
|
87
|
+
Vue.component('work-history-new', (resolve) => { require(['./WorkHistory'], resolve) })
|
|
88
88
|
Vue.component('charge-list', (resolve) => { require(['./ChargeList'], resolve) })
|
|
89
89
|
// 机表抄表
|
|
90
90
|
Vue.component('machine-hand', (resolve) => { require(['./machineHand'], resolve) })
|
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 FilialeSale from './filiale/yuncheng/sale'
|
|
7
|
-
|
|
7
|
+
import address from 'address-client/src/address'
|
|
8
8
|
import ldap from 'ldap-clients/src/ldap'
|
|
9
9
|
import VueClipboard from 'vue-clipboard2'
|
|
10
10
|
|
|
@@ -22,7 +22,7 @@ Vue.config.silent = true
|
|
|
22
22
|
all()
|
|
23
23
|
system(false)
|
|
24
24
|
sale()
|
|
25
|
-
|
|
25
|
+
address()
|
|
26
26
|
ldap()
|
|
27
27
|
FilialeSale()
|
|
28
28
|
require('system-clients/src/styles/less/bootstrap.less')
|