system-clients 3.2.87 → 3.2.88
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/package.json +2 -2
- package/src/components/Main.vue +2 -0
- package/src/components/equipment/EquipmentManage.vue +83 -83
- package/src/components/equipment/PcAdd.vue +116 -115
- package/src/components/equipment/PcList.vue +120 -119
- package/src/components/equipment/PcManage.vue +61 -61
- package/src/components/equipment/PhoneAdd.vue +119 -118
- package/src/components/equipment/PhoneList.vue +114 -113
- package/src/components/equipment/PhoneManage.vue +61 -61
- package/src/components/equipment/PosAdd.vue +4 -0
- package/src/components/equipment/PosList.vue +1 -0
- package/src/components/equipment/PosParamAdd.vue +1 -0
- package/src/components/equipment/PosParamList.vue +1 -0
- package/src/components/parammanage/ParamPage.vue +4 -0
- package/src/components/parammanage/SinglePage.vue +2 -0
- package/src/components/server/Login.vue +3 -1
- package/src/components/server/ModifyPw.vue +1 -0
- package/src/components/server/PcdBuildingSelect.vue +2 -0
- package/src/components/server/RoleSelector.vue +3 -2
- package/src/filiale/baole/Login.vue +2 -0
- package/src/filiale/chengtou/Login.vue +2 -0
- package/src/filiale/dongguan/Login.vue +2 -0
- package/src/filiale/dongguan/Main.vue +2 -0
- package/src/filiale/furuike/Login.vue +4 -0
- package/src/filiale/furuike/Main.vue +2 -0
- package/src/filiale/gehua/Main.vue +2 -0
- package/src/filiale/konggang/Login.vue +2 -0
- package/src/filiale/qianneng/Login.vue +584 -582
- package/src/filiale/qianneng/Main.vue +2 -0
- package/src/filiale/qianneng/ModifyPw.vue +1 -0
- package/src/filiale/rizhao/Login.vue +2 -0
- package/src/filiale/shiquan/Login.vue +2 -0
- package/src/filiale/tianyi/Login.vue +2 -0
- package/src/filiale/tongchuan/Login.vue +2 -0
- package/src/filiale/tongchuan/Main.vue +3 -0
- package/src/filiale/weinan/Main.vue +925 -923
- package/src/filiale/weinan/system.js +7 -7
- package/src/filiale/wenxi/Login.vue +2 -0
- package/src/filiale/wenxi/Main.vue +2 -0
- package/src/filiale/wuhai/Main.vue +3 -0
- package/src/filiale/yuchuan/Login.vue +2 -0
- package/src/filiale/yuchuan/Main.vue +2 -0
- package/src/filiale/zhoukou/Main.vue +2 -0
- package/src/plugins/GetLoginInfoService.js +12 -74
- package/.gradle/3.5.1/taskHistory/taskHistory.lock +0 -0
- 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/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
@@ -151,6 +151,7 @@ let getwartermakr = async function (self) {
|
|
151
151
|
tablename: 't_singlevalue',
|
152
152
|
condition: " 1=1 and name=\'水印内容\'"
|
153
153
|
};
|
154
|
+
// todo v4
|
154
155
|
let result = await self.$resetpost('rs/sql/saleSingleTable', {data: param}, {resolveMsg: null, rejectMsg: null});
|
155
156
|
if (result && result.data.length > 0) {
|
156
157
|
self.showwatermakeflag = true;
|
@@ -422,6 +423,7 @@ export default {
|
|
422
423
|
username: this.$login.f.name,
|
423
424
|
usertelephone: this.$login.f.f_user_telephone
|
424
425
|
}
|
426
|
+
// todo v4
|
425
427
|
await this.$resetpost('rs/logic/logOut', data, {resolveMsg: '退出成功', rejectMsg: null})
|
426
428
|
window.location.reload()
|
427
429
|
}
|
@@ -162,6 +162,7 @@
|
|
162
162
|
console.log('登录配置', self.config)
|
163
163
|
if (self.config.isMac) {
|
164
164
|
// 获取该登录人分公司下的mac配置
|
165
|
+
// todo v4
|
165
166
|
let getMacs = yield self.$resetpost('rs/sql/equipmentQuery', {data: {condition: `f_filialeids like '%${self.$login.f.f_orgids}%'`}}, {
|
166
167
|
resolveMsg: null,
|
167
168
|
rejectMsg: null
|
@@ -370,6 +371,7 @@
|
|
370
371
|
if (this.config.distanceLogin) {
|
371
372
|
if (this.$login && this.$login.getUrlParames('name') ) {
|
372
373
|
let ename = this.$login.getUrlParames('name');
|
374
|
+
// todo v4
|
373
375
|
let logininfo = await this.$resetpost('rs/logic/getLoginData',{data:{ename:ename}},{resolveMsg: null, rejectMsg: null});
|
374
376
|
if(logininfo.data){
|
375
377
|
if(logininfo.data.ename && logininfo.data.password){
|