sale-client 3.6.170 → 3.6.171
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 +4 -1
- package/package.json +1 -1
- package/src/components/FilesManage/FileUserFiles.vue +8 -1
- package/src/components/common/userinfo_detail/UserBaseInfoNew.vue +8 -1
- package/src/filiale/ancheng/FilesManage/FileUserFiles.vue +8 -1
- package/src/filiale/chengtou/components/FilesManage/FileUserFiles.vue +8 -1
- package/src/filiale/dongguan/components/FilesManage/FileUserFiles.vue +8 -1
- package/src/filiale/dongguan/components/common/userinfo_detail/UserBaseInfoNew.vue +8 -1
- package/src/filiale/ganquan/components/FilesManage/FileUserFiles.vue +8 -1
- package/src/filiale/gehua/FileUserFiles.vue +8 -1
- package/src/filiale/gehua/UserBaseInfoNew.vue +8 -1
- package/src/filiale/haile/UserBaseInfoNew.vue +8 -1
- package/src/filiale/huayin/FileUserFiles.vue +8 -1
- package/src/filiale/kelai/FileUserFilesKeLai.vue +8 -1
- package/src/filiale/konggang/FileUserFiles.vue +8 -1
- package/src/filiale/ningjin/FileUserFiles.vue +8 -1
- package/src/filiale/qianneng/components/common/userinfo_detail/UserBaseInfoNew.vue +8 -1
- package/src/filiale/qingjian/FileUserFiles.vue +8 -1
- package/src/filiale/shanxian/components/FilesManage/FileUserFiles.vue +8 -1
- package/src/filiale/shexian/FilesManage/FileUserFiles.vue +8 -1
- package/src/filiale/shexian/UserBaseInfoNew.vue +8 -1
- package/src/filiale/wenxi/FileUserFiles.vue +8 -1
- package/src/filiale/wuan/FileUserFiles.vue +8 -1
- package/src/filiale/xinkang/UserBaseInfoNew.vue +8 -1
- package/src/filiale/yuansheng/UserBaseInfoNew.vue +8 -1
- package/src/filiale/zhongsheng/charge/UserBaseInfoNew.vue +8 -1
- package/src/filiale/zhongyi/FileUserFiles.vue +8 -1
package/build/dev-server.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var path = require('path')
|
|
2
|
-
const [ serverRul, localUrl ] = ['http://
|
|
2
|
+
const [ serverRul, localUrl ] = ['http://121.36.106.17:8400/', 'http://121.36.106.17:8400/']
|
|
3
3
|
var merge = require('webpack-merge')
|
|
4
4
|
var baseConfig = require('./webpack.dev.conf')
|
|
5
5
|
var devConfig = {
|
|
@@ -20,6 +20,9 @@ var devConfig = {
|
|
|
20
20
|
'/rs/file': {
|
|
21
21
|
target: localUrl
|
|
22
22
|
},
|
|
23
|
+
'/rs/logic/filemanage_fileSave': {
|
|
24
|
+
target: "http://127.0.0.1:4523/m1/719967-0-default"
|
|
25
|
+
},
|
|
23
26
|
'/rs/downloadfile': {
|
|
24
27
|
target: localUrl
|
|
25
28
|
},
|
package/package.json
CHANGED
|
@@ -666,7 +666,14 @@ let loadParamGem = async function (self) {
|
|
|
666
666
|
this.rowData = obj
|
|
667
667
|
},
|
|
668
668
|
goChargeManage () {
|
|
669
|
-
|
|
669
|
+
try {
|
|
670
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
671
|
+
} catch (e) {
|
|
672
|
+
}
|
|
673
|
+
try {
|
|
674
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
675
|
+
} catch (e) {
|
|
676
|
+
}
|
|
670
677
|
},
|
|
671
678
|
async doCopy () {
|
|
672
679
|
await this.$copyText(this.resdata)
|
|
@@ -336,7 +336,14 @@
|
|
|
336
336
|
if (this.row.parentname === 'charge-manage') {
|
|
337
337
|
this.$emit('cancel-re')
|
|
338
338
|
} else {
|
|
339
|
-
|
|
339
|
+
try {
|
|
340
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
341
|
+
} catch (e) {
|
|
342
|
+
}
|
|
343
|
+
try {
|
|
344
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
345
|
+
} catch (e) {
|
|
346
|
+
}
|
|
340
347
|
}
|
|
341
348
|
},
|
|
342
349
|
openUser () {
|
|
@@ -660,7 +660,14 @@ let loadParamGem = async function (self) {
|
|
|
660
660
|
this.rowData = obj
|
|
661
661
|
},
|
|
662
662
|
goChargeManage () {
|
|
663
|
-
|
|
663
|
+
try {
|
|
664
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
665
|
+
} catch (e) {
|
|
666
|
+
}
|
|
667
|
+
try {
|
|
668
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
669
|
+
} catch (e) {
|
|
670
|
+
}
|
|
664
671
|
},
|
|
665
672
|
async doCopy () {
|
|
666
673
|
await this.$copyText(this.resdata)
|
|
@@ -655,7 +655,14 @@ let loadParamGem = async function (self) {
|
|
|
655
655
|
this.rowData = obj
|
|
656
656
|
},
|
|
657
657
|
goChargeManage () {
|
|
658
|
-
|
|
658
|
+
try {
|
|
659
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
660
|
+
} catch (e) {
|
|
661
|
+
}
|
|
662
|
+
try {
|
|
663
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
664
|
+
} catch (e) {
|
|
665
|
+
}
|
|
659
666
|
},
|
|
660
667
|
async doCopy () {
|
|
661
668
|
await this.$copyText(this.resdata)
|
|
@@ -673,7 +673,14 @@ export default {
|
|
|
673
673
|
this.rowData = obj
|
|
674
674
|
},
|
|
675
675
|
goChargeManage () {
|
|
676
|
-
|
|
676
|
+
try {
|
|
677
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
678
|
+
} catch (e) {
|
|
679
|
+
}
|
|
680
|
+
try {
|
|
681
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
682
|
+
} catch (e) {
|
|
683
|
+
}
|
|
677
684
|
},
|
|
678
685
|
async doCopy () {
|
|
679
686
|
await this.$copyText(this.resdata)
|
|
@@ -371,7 +371,14 @@
|
|
|
371
371
|
async goChargeManage () {
|
|
372
372
|
await this.$copyText(this.row.f_userinfo_code)
|
|
373
373
|
this.$showAlert(`用户编号已复制到剪切板!`, 'success', 2000)
|
|
374
|
-
|
|
374
|
+
try {
|
|
375
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
376
|
+
} catch (e) {
|
|
377
|
+
}
|
|
378
|
+
try {
|
|
379
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
380
|
+
} catch (e) {
|
|
381
|
+
}
|
|
375
382
|
},
|
|
376
383
|
openUser () {
|
|
377
384
|
this.$showMessage(`是否需要给用户进行开户?`, ['confirm', 'cancel']).then(async (res) => {
|
|
@@ -690,7 +690,14 @@ let loadParamGem = async function (self) {
|
|
|
690
690
|
this.rowData = obj
|
|
691
691
|
},
|
|
692
692
|
goChargeManage () {
|
|
693
|
-
|
|
693
|
+
try {
|
|
694
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
695
|
+
} catch (e) {
|
|
696
|
+
}
|
|
697
|
+
try {
|
|
698
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
699
|
+
} catch (e) {
|
|
700
|
+
}
|
|
694
701
|
},
|
|
695
702
|
async doCopy () {
|
|
696
703
|
await this.$copyText(this.resdata)
|
|
@@ -643,7 +643,14 @@ let loadParamGem = async function (self) {
|
|
|
643
643
|
this.rowData = obj
|
|
644
644
|
},
|
|
645
645
|
goChargeManage () {
|
|
646
|
-
|
|
646
|
+
try {
|
|
647
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
648
|
+
} catch (e) {
|
|
649
|
+
}
|
|
650
|
+
try {
|
|
651
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
652
|
+
} catch (e) {
|
|
653
|
+
}
|
|
647
654
|
},
|
|
648
655
|
async doCopy () {
|
|
649
656
|
await this.$copyText(this.resdata)
|
|
@@ -324,7 +324,14 @@
|
|
|
324
324
|
async goChargeManage () {
|
|
325
325
|
await this.$copyText(this.row.f_userinfo_code)
|
|
326
326
|
this.$showAlert(`用户编号已复制到剪切板!`, 'success', 2000)
|
|
327
|
-
|
|
327
|
+
try {
|
|
328
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
329
|
+
} catch (e) {
|
|
330
|
+
}
|
|
331
|
+
try {
|
|
332
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
333
|
+
} catch (e) {
|
|
334
|
+
}
|
|
328
335
|
},
|
|
329
336
|
openUser () {
|
|
330
337
|
this.$showMessage(`是否需要给用户进行开户?`, ['confirm', 'cancel']).then(async (res) => {
|
|
@@ -339,7 +339,14 @@
|
|
|
339
339
|
if (this.row.parentname === 'charge-manage') {
|
|
340
340
|
this.$emit('cancel-re')
|
|
341
341
|
} else {
|
|
342
|
-
|
|
342
|
+
try {
|
|
343
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
344
|
+
} catch (e) {
|
|
345
|
+
}
|
|
346
|
+
try {
|
|
347
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
348
|
+
} catch (e) {
|
|
349
|
+
}
|
|
343
350
|
}
|
|
344
351
|
},
|
|
345
352
|
openUser () {
|
|
@@ -643,7 +643,14 @@ let loadParamGem = async function (self) {
|
|
|
643
643
|
this.rowData = obj
|
|
644
644
|
},
|
|
645
645
|
goChargeManage () {
|
|
646
|
-
|
|
646
|
+
try {
|
|
647
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
648
|
+
} catch (e) {
|
|
649
|
+
}
|
|
650
|
+
try {
|
|
651
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
652
|
+
} catch (e) {
|
|
653
|
+
}
|
|
647
654
|
},
|
|
648
655
|
async doCopy () {
|
|
649
656
|
await this.$copyText(this.resdata)
|
|
@@ -663,7 +663,14 @@ let loadParamGem = async function (self) {
|
|
|
663
663
|
this.rowData = obj
|
|
664
664
|
},
|
|
665
665
|
goChargeManage () {
|
|
666
|
-
|
|
666
|
+
try {
|
|
667
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
668
|
+
} catch (e) {
|
|
669
|
+
}
|
|
670
|
+
try {
|
|
671
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
672
|
+
} catch (e) {
|
|
673
|
+
}
|
|
667
674
|
},
|
|
668
675
|
async doCopy () {
|
|
669
676
|
await this.$copyText(this.resdata)
|
|
@@ -629,7 +629,14 @@ let loadParamGem = async function (self) {
|
|
|
629
629
|
this.rowData = obj
|
|
630
630
|
},
|
|
631
631
|
goChargeManage () {
|
|
632
|
-
|
|
632
|
+
try {
|
|
633
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
634
|
+
} catch (e) {
|
|
635
|
+
}
|
|
636
|
+
try {
|
|
637
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
638
|
+
} catch (e) {
|
|
639
|
+
}
|
|
633
640
|
},
|
|
634
641
|
async doCopy () {
|
|
635
642
|
await this.$copyText(this.resdata)
|
|
@@ -643,7 +643,14 @@ let loadParamGem = async function (self) {
|
|
|
643
643
|
this.rowData = obj
|
|
644
644
|
},
|
|
645
645
|
goChargeManage () {
|
|
646
|
-
|
|
646
|
+
try {
|
|
647
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
648
|
+
} catch (e) {
|
|
649
|
+
}
|
|
650
|
+
try {
|
|
651
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
652
|
+
} catch (e) {
|
|
653
|
+
}
|
|
647
654
|
},
|
|
648
655
|
async doCopy () {
|
|
649
656
|
await this.$copyText(this.resdata)
|
|
@@ -347,7 +347,14 @@
|
|
|
347
347
|
async goChargeManage () {
|
|
348
348
|
await this.$copyText(this.row.f_userinfo_code)
|
|
349
349
|
this.$showAlert(`用户编号已复制到剪切板!`, 'success', 2000)
|
|
350
|
-
|
|
350
|
+
try {
|
|
351
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
352
|
+
} catch (e) {
|
|
353
|
+
}
|
|
354
|
+
try {
|
|
355
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
356
|
+
} catch (e) {
|
|
357
|
+
}
|
|
351
358
|
},
|
|
352
359
|
openUser () {
|
|
353
360
|
this.$showMessage(`是否需要给用户进行开户?`, ['confirm', 'cancel']).then(async (res) => {
|
|
@@ -670,7 +670,14 @@ let loadParamGem = async function (self) {
|
|
|
670
670
|
this.rowData = obj
|
|
671
671
|
},
|
|
672
672
|
goChargeManage () {
|
|
673
|
-
|
|
673
|
+
try {
|
|
674
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
675
|
+
} catch (e) {
|
|
676
|
+
}
|
|
677
|
+
try {
|
|
678
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
679
|
+
} catch (e) {
|
|
680
|
+
}
|
|
674
681
|
},
|
|
675
682
|
async doCopy () {
|
|
676
683
|
await this.$copyText(this.resdata)
|
|
@@ -640,7 +640,14 @@ let loadParamGem = async function (self) {
|
|
|
640
640
|
this.rowData = obj
|
|
641
641
|
},
|
|
642
642
|
goChargeManage () {
|
|
643
|
-
|
|
643
|
+
try {
|
|
644
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
645
|
+
} catch (e) {
|
|
646
|
+
}
|
|
647
|
+
try {
|
|
648
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
649
|
+
} catch (e) {
|
|
650
|
+
}
|
|
644
651
|
},
|
|
645
652
|
async doCopy () {
|
|
646
653
|
await this.$copyText(this.resdata)
|
|
@@ -681,7 +681,14 @@ let loadParamGem = async function (self) {
|
|
|
681
681
|
this.rowData = obj
|
|
682
682
|
},
|
|
683
683
|
goChargeManage () {
|
|
684
|
-
|
|
684
|
+
try {
|
|
685
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
686
|
+
} catch (e) {
|
|
687
|
+
}
|
|
688
|
+
try {
|
|
689
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
690
|
+
} catch (e) {
|
|
691
|
+
}
|
|
685
692
|
},
|
|
686
693
|
async doCopy () {
|
|
687
694
|
await this.$copyText(this.resdata)
|
|
@@ -336,7 +336,14 @@
|
|
|
336
336
|
if (this.row.parentname === 'charge-manage') {
|
|
337
337
|
this.$emit('cancel-re')
|
|
338
338
|
} else {
|
|
339
|
-
|
|
339
|
+
try {
|
|
340
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
341
|
+
} catch (e) {
|
|
342
|
+
}
|
|
343
|
+
try {
|
|
344
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
345
|
+
} catch (e) {
|
|
346
|
+
}
|
|
340
347
|
}
|
|
341
348
|
},
|
|
342
349
|
openUser () {
|
|
@@ -663,7 +663,14 @@ let loadParamGem = async function (self) {
|
|
|
663
663
|
this.rowData = obj
|
|
664
664
|
},
|
|
665
665
|
goChargeManage () {
|
|
666
|
-
|
|
666
|
+
try {
|
|
667
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
668
|
+
} catch (e) {
|
|
669
|
+
}
|
|
670
|
+
try {
|
|
671
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
672
|
+
} catch (e) {
|
|
673
|
+
}
|
|
667
674
|
},
|
|
668
675
|
async doCopy () {
|
|
669
676
|
await this.$copyText(this.resdata)
|
|
@@ -639,7 +639,14 @@ let loadParamGem = async function (self) {
|
|
|
639
639
|
this.rowData = obj
|
|
640
640
|
},
|
|
641
641
|
goChargeManage () {
|
|
642
|
-
|
|
642
|
+
try {
|
|
643
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
644
|
+
} catch (e) {
|
|
645
|
+
}
|
|
646
|
+
try {
|
|
647
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
648
|
+
} catch (e) {
|
|
649
|
+
}
|
|
643
650
|
},
|
|
644
651
|
async doCopy () {
|
|
645
652
|
await this.$copyText(this.resdata)
|
|
@@ -323,7 +323,14 @@
|
|
|
323
323
|
async goChargeManage () {
|
|
324
324
|
await this.$copyText(this.row.f_userinfo_code)
|
|
325
325
|
this.$showAlert(`用户编号已复制到剪切板!`, 'success', 2000)
|
|
326
|
-
|
|
326
|
+
try {
|
|
327
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
328
|
+
} catch (e) {
|
|
329
|
+
}
|
|
330
|
+
try {
|
|
331
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
332
|
+
} catch (e) {
|
|
333
|
+
}
|
|
327
334
|
},
|
|
328
335
|
openUser () {
|
|
329
336
|
this.$showMessage(`是否需要给用户进行开户?`, ['confirm', 'cancel']).then(async (res) => {
|
|
@@ -323,7 +323,14 @@
|
|
|
323
323
|
if (this.row.parentname === 'charge-manage') {
|
|
324
324
|
this.$emit('cancel-re')
|
|
325
325
|
} else {
|
|
326
|
-
|
|
326
|
+
try {
|
|
327
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
328
|
+
} catch (e) {
|
|
329
|
+
}
|
|
330
|
+
try {
|
|
331
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
332
|
+
} catch (e) {
|
|
333
|
+
}
|
|
327
334
|
}
|
|
328
335
|
},
|
|
329
336
|
openUser () {
|
|
@@ -328,7 +328,14 @@
|
|
|
328
328
|
async goChargeManage () {
|
|
329
329
|
await this.$copyText(this.row.f_userinfo_code)
|
|
330
330
|
this.$showAlert(`用户编号已复制到剪切板!`, 'success', 2000)
|
|
331
|
-
|
|
331
|
+
try {
|
|
332
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
333
|
+
} catch (e) {
|
|
334
|
+
}
|
|
335
|
+
try {
|
|
336
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
337
|
+
} catch (e) {
|
|
338
|
+
}
|
|
332
339
|
},
|
|
333
340
|
openUser () {
|
|
334
341
|
this.$showMessage(`是否需要给用户进行开户?`, ['confirm', 'cancel']).then(async (res) => {
|
|
@@ -642,7 +642,14 @@ let loadParamGem = async function (self) {
|
|
|
642
642
|
this.rowData = obj
|
|
643
643
|
},
|
|
644
644
|
goChargeManage () {
|
|
645
|
-
|
|
645
|
+
try {
|
|
646
|
+
this.$goto('charge-manage', {f: this.$login.f}, 'main')
|
|
647
|
+
} catch (e) {
|
|
648
|
+
}
|
|
649
|
+
try {
|
|
650
|
+
window.parent.dispatchEvent(new CustomEvent('gotoChargeManage', {detail: 'Hello from iframe'}));
|
|
651
|
+
} catch (e) {
|
|
652
|
+
}
|
|
646
653
|
},
|
|
647
654
|
async doCopy () {
|
|
648
655
|
await this.$copyText(this.resdata)
|