system-clients 3.2.89 → 3.2.90-tongchuan
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/.gradle/7.4/checksums/checksums.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/.gradle/7.4/gc.properties +0 -0
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/gradlew +249 -0
- package/gradlew.bat +92 -0
- package/package.json +105 -105
- package/src/components/Main.vue +3 -2
- package/src/components/equipment/EquipmentManage.vue +83 -83
- package/src/components/equipment/PcAdd.vue +115 -115
- package/src/components/equipment/PcList.vue +119 -119
- package/src/components/equipment/PcManage.vue +61 -61
- package/src/components/equipment/PhoneAdd.vue +118 -118
- package/src/components/equipment/PhoneList.vue +113 -113
- package/src/components/equipment/PhoneManage.vue +61 -61
- package/src/components/equipment/PosAdd.vue +10 -6
- package/src/components/equipment/PosList.vue +5 -3
- package/src/components/equipment/PosParamAdd.vue +1 -1
- package/src/components/equipment/PosParamList.vue +2 -2
- package/src/components/parammanage/ParamPage.vue +12 -12
- package/src/components/parammanage/SinglePage.vue +8 -8
- package/src/components/server/Login.vue +36 -18
- package/src/components/server/ModifyPw.vue +0 -1
- package/src/components/server/PcdBuildingSelect.vue +0 -2
- package/src/components/server/ResSelectGroup.vue +211 -211
- package/src/components/server/RoleSelector.vue +2 -3
- package/src/filiale/baole/Login.vue +0 -2
- package/src/filiale/chengtou/Login.vue +0 -2
- package/src/filiale/dongguan/Login.vue +0 -2
- package/src/filiale/dongguan/Main.vue +0 -2
- package/src/filiale/furuike/Login.vue +0 -4
- package/src/filiale/furuike/Main.vue +0 -2
- package/src/filiale/gehua/Main.vue +0 -2
- package/src/filiale/konggang/Login.vue +0 -2
- package/src/filiale/qianneng/Login.vue +582 -584
- package/src/filiale/qianneng/Main.vue +0 -2
- package/src/filiale/qianneng/ModifyPw.vue +0 -1
- package/src/filiale/rizhao/Login.vue +0 -2
- package/src/filiale/shiquan/Login.vue +0 -2
- package/src/filiale/tianyi/Login.vue +0 -2
- package/src/filiale/tongchuan/Login.vue +0 -2
- package/src/filiale/tongchuan/Main.vue +16 -3
- package/src/filiale/weinan/Main.vue +923 -924
- package/src/filiale/weinan/system.js +7 -7
- package/src/filiale/wenxi/Login.vue +0 -2
- package/src/filiale/wenxi/Main.vue +0 -2
- package/src/filiale/wuhai/Main.vue +0 -3
- package/src/filiale/yuchuan/Login.vue +0 -2
- package/src/filiale/yuchuan/Main.vue +0 -2
- package/src/filiale/zhoukou/Main.vue +0 -2
- package/src/plugins/GetLoginInfoService.js +75 -13
- package/src/stores/AppData.js +1 -1
|
@@ -161,7 +161,6 @@ let getwartermakr = async function (self) {
|
|
|
161
161
|
tablename: 't_singlevalue',
|
|
162
162
|
condition: " 1=1 and name=\'水印内容\'"
|
|
163
163
|
};
|
|
164
|
-
// todo v4
|
|
165
164
|
let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
|
|
166
165
|
if (result && result.data.length > 0) {
|
|
167
166
|
self.showwatermakeflag = true;
|
|
@@ -432,7 +431,6 @@ export default {
|
|
|
432
431
|
username: this.$login.f.name,
|
|
433
432
|
usertelephone: this.$login.f.f_user_telephone
|
|
434
433
|
}
|
|
435
|
-
// todo v4
|
|
436
434
|
await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
|
|
437
435
|
window.location.reload()
|
|
438
436
|
}
|
|
@@ -62,7 +62,6 @@
|
|
|
62
62
|
// let res = yield self.$post('rs/db/modifypassword', {data: self.deliver})
|
|
63
63
|
// let res = yield self.$resetpost('/rs/db/modifypwd', {data: self.deliver})
|
|
64
64
|
// Util.f.password = self.deliver.newpassword
|
|
65
|
-
// todo v4
|
|
66
65
|
let res = yield self.$resetpost('/rs/user/modifypwd', {data: self.deliver })
|
|
67
66
|
self.$login.f.password = self.deliver.newpassword
|
|
68
67
|
if (res.data) {
|
|
@@ -127,7 +127,6 @@ import {HttpResetClass} from 'vue-client'
|
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
|
|
130
|
-
// todo v4
|
|
131
130
|
let saveGen = function *(self) {
|
|
132
131
|
try {
|
|
133
132
|
if(self.$login){
|
|
@@ -299,7 +298,6 @@ export default {
|
|
|
299
298
|
if (this.config.distanceLogin) {
|
|
300
299
|
if (this.$login && this.$login.getUrlParames('name') ) {
|
|
301
300
|
let ename = this.$login.getUrlParames('name');
|
|
302
|
-
// todo v4
|
|
303
301
|
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
|
304
302
|
if(logininfo.data){
|
|
305
303
|
if(logininfo.data.ename && logininfo.data.password){
|
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
console.log('登录配置', self.config)
|
|
175
175
|
if (self.config.isMac) {
|
|
176
176
|
// 获取该登录人分公司下的mac配置
|
|
177
|
-
// todo v4
|
|
178
177
|
let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
|
|
179
178
|
resolveMsg: null,
|
|
180
179
|
rejectMsg: null
|
|
@@ -436,7 +435,6 @@
|
|
|
436
435
|
if (this.config.distanceLogin) {
|
|
437
436
|
if (this.$login && this.$login.getUrlParames('name') ) {
|
|
438
437
|
let ename = this.$login.getUrlParames('name');
|
|
439
|
-
// todo v4
|
|
440
438
|
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
|
441
439
|
if(logininfo.data){
|
|
442
440
|
if(logininfo.data.ename && logininfo.data.password){
|
|
@@ -178,7 +178,6 @@ let saveGen = function *(self) {
|
|
|
178
178
|
console.log('登录配置', self.config)
|
|
179
179
|
if (self.config.isMac) {
|
|
180
180
|
// 获取该登录人分公司下的mac配置
|
|
181
|
-
// todo v4
|
|
182
181
|
let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
|
|
183
182
|
resolveMsg: null,
|
|
184
183
|
rejectMsg: null
|
|
@@ -443,7 +442,6 @@ export default {
|
|
|
443
442
|
if (this.config.distanceLogin) {
|
|
444
443
|
if (this.$login && this.$login.getUrlParames('name') ) {
|
|
445
444
|
let ename = this.$login.getUrlParames('name');
|
|
446
|
-
// todo v4
|
|
447
445
|
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
|
448
446
|
if(logininfo.data){
|
|
449
447
|
if(logininfo.data.ename && logininfo.data.password){
|
|
@@ -171,7 +171,6 @@ let saveGen = function *(self) {
|
|
|
171
171
|
console.log('登录配置', self.config)
|
|
172
172
|
if (self.config.isMac) {
|
|
173
173
|
// 获取该登录人分公司下的mac配置
|
|
174
|
-
// todo v4
|
|
175
174
|
let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
|
|
176
175
|
resolveMsg: null,
|
|
177
176
|
rejectMsg: null
|
|
@@ -448,7 +447,6 @@ export default {
|
|
|
448
447
|
if (this.config.distanceLogin) {
|
|
449
448
|
if (this.$login && this.$login.getUrlParames('name') ) {
|
|
450
449
|
let ename = this.$login.getUrlParames('name');
|
|
451
|
-
// todo v4
|
|
452
450
|
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
|
453
451
|
if(logininfo.data){
|
|
454
452
|
if(logininfo.data.ename && logininfo.data.password){
|
|
@@ -212,7 +212,6 @@ let getwartermakr = async function (self) {
|
|
|
212
212
|
tablename: 't_singlevalue',
|
|
213
213
|
condition: " 1=1 and name=\'水印内容\'"
|
|
214
214
|
};
|
|
215
|
-
// todo v4
|
|
216
215
|
let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
|
|
217
216
|
if (result && result.data.length > 0) {
|
|
218
217
|
self.showwatermakeflag = true;
|
|
@@ -309,6 +308,7 @@ let createWaterMark = function (userName) {
|
|
|
309
308
|
},
|
|
310
309
|
ready() {
|
|
311
310
|
getwartermakr(this);
|
|
311
|
+
this.getTimesgotoWzkfPage()
|
|
312
312
|
let component = this.$login.getUrlCompileParames('component')
|
|
313
313
|
if (component) {
|
|
314
314
|
this.isManger = true
|
|
@@ -377,7 +377,6 @@ let createWaterMark = function (userName) {
|
|
|
377
377
|
this.model.f_stopgas_id = this.notices.id
|
|
378
378
|
this.model.f_user_id = this.$login.f.id
|
|
379
379
|
console.log('保存', this.model)
|
|
380
|
-
// todo v4
|
|
381
380
|
this.$resetpost('rs/logic/savenoticenotarize', this.model, {resolveMsg: '保存成功', rejectMsg: '保存失败'}).then((res) => {
|
|
382
381
|
this.model.f_stopgas_id = ''
|
|
383
382
|
this.model.f_user_id = ''
|
|
@@ -481,6 +480,20 @@ let createWaterMark = function (userName) {
|
|
|
481
480
|
this.newTipShow = true
|
|
482
481
|
}
|
|
483
482
|
},
|
|
483
|
+
getTimesgotoWzkfPage(){
|
|
484
|
+
let teltimes = 2*60*1000 // 两分钟
|
|
485
|
+
try {
|
|
486
|
+
this.intervaltx =setInterval(()=>{
|
|
487
|
+
let msg = localStorage.getItem('wzKfMessage')
|
|
488
|
+
if(msg){
|
|
489
|
+
localStorage.removeItem('wzKfMessage')
|
|
490
|
+
this.$showMessage(`你有${msg}条客户消息待处理,请尽快前往文字客服页面进行处理`)
|
|
491
|
+
}
|
|
492
|
+
},teltimes)
|
|
493
|
+
}catch (e) {
|
|
494
|
+
console.log('捕获到异常', e)
|
|
495
|
+
}
|
|
496
|
+
},
|
|
484
497
|
getTimesgotoWorkOrderSite(){
|
|
485
498
|
let teltimes = 2*60*1000 // 两分钟
|
|
486
499
|
try {
|
|
@@ -568,6 +581,7 @@ let createWaterMark = function (userName) {
|
|
|
568
581
|
res.data.forEach(itre => {
|
|
569
582
|
let band = null
|
|
570
583
|
if ('f_dynamic_expire' in itre) {
|
|
584
|
+
console.log(itre.f_dynamic_expire)
|
|
571
585
|
if (itre.f_dynamic_expire !== null && itre.f_dynamic_expire !== '') {
|
|
572
586
|
let todayold = new Date(itre.f_dynamic_expire)
|
|
573
587
|
todayold.setDate(todayold.getDate() - parseInt(this.$appdata.getSingleValue('动态库提醒天数设置')))
|
|
@@ -697,7 +711,6 @@ let createWaterMark = function (userName) {
|
|
|
697
711
|
username: this.$login.f.name,
|
|
698
712
|
usertelephone: this.$login.f.f_user_telephone
|
|
699
713
|
}
|
|
700
|
-
// todo v4
|
|
701
714
|
await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
|
|
702
715
|
window.location.reload()
|
|
703
716
|
}
|