Date: Tue, 6 Dec 2022 16:36:35 +0800
Subject: [PATCH 15/31] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../rent/rentcontractinfo-add-or-update.vue | 75 ++++---------------
1 file changed, 16 insertions(+), 59 deletions(-)
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
index 4154a30bc..e64242d71 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -150,34 +150,34 @@
添加成员
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-->
-
+
-
+
-
+
Date: Wed, 7 Dec 2022 09:27:58 +0800
Subject: [PATCH 16/31] =?UTF-8?q?=E5=B0=8F=E5=AF=A8=E5=AD=90=E5=8E=BB?=
=?UTF-8?q?=E9=99=A4=E7=96=AB=E8=8B=97=E8=AE=B0=E5=BD=95=E5=92=8C=E8=A1=8C?=
=?UTF-8?q?=E7=A8=8B=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/shequ/cpts/people-more.vue | 16 +++++++++++++++-
.../visual/basicinfo/cpts/people-more.vue | 17 +++++++++++++++--
2 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/shequ/cpts/people-more.vue b/src/views/modules/shequ/cpts/people-more.vue
index 8e20b49ef..1f7d8d23f 100644
--- a/src/views/modules/shequ/cpts/people-more.vue
+++ b/src/views/modules/shequ/cpts/people-more.vue
@@ -308,6 +308,9 @@ export default {
data () {
return {
+ customerId: '',
+ isXiaozhaizi: false,
+
fieldList: [],
groupList: [],
groupIndex: 0,
@@ -405,6 +408,16 @@ export default {
},
mounted () {
+ //磐石街道:1580460084738760705
+ //烟台客户id: 1535072605621841922
+ //小寨子客户id: 1536638904600752130
+ this.customerId = localStorage.getItem("customerId");
+
+ this.isXiaozhaizi = false
+
+ if (this.customerId === '1536638904600752130') {
+ this.isXiaozhaizi = true
+ }
this.getApiData();
},
@@ -589,7 +602,8 @@ export default {
tableName: "ic_hs",
},
];
- if (!this.isShundeju) {
+
+ if (!this.isShundeju && !this.isXiaozhaizi) {
arr = [
...arr,
{
diff --git a/src/views/modules/visual/basicinfo/cpts/people-more.vue b/src/views/modules/visual/basicinfo/cpts/people-more.vue
index 3084ebbe4..8decf5b23 100644
--- a/src/views/modules/visual/basicinfo/cpts/people-more.vue
+++ b/src/views/modules/visual/basicinfo/cpts/people-more.vue
@@ -211,6 +211,9 @@ export default {
data () {
return {
+ customerId: '',
+ isXiaozhaizi: false,
+
fieldList: [],
groupList: [],
groupIndex: 0,
@@ -395,6 +398,16 @@ export default {
},
mounted () {
+ //磐石街道:1580460084738760705
+ //烟台客户id: 1535072605621841922
+ //小寨子客户id: 1536638904600752130
+ this.customerId = localStorage.getItem("customerId");
+
+ this.isXiaozhaizi = false
+
+ if (this.customerId === '1536638904600752130') {
+ this.isXiaozhaizi = true
+ }
this.getApiData();
},
@@ -536,7 +549,7 @@ export default {
}
});
});
-
+
await Promise.all(
this.groupList.map((subList, index) => {
return Promise.all(
@@ -564,7 +577,7 @@ export default {
tableName: "ic_hs",
},
];
- if (!this.isShundeju) {
+ if (!this.isShundeju && !this.isXiaozhaizi) {
arr = [
...arr,
{
From 5073454185d3c1c10c4178b5f5bacfc9d62b7d24 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Wed, 7 Dec 2022 15:39:14 +0800
Subject: [PATCH 17/31] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/plugins/rent/rentcontractinfo-add-or-update.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
index e64242d71..05fffda0c 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -277,7 +277,7 @@
-
+
-
+
-
+
Date: Wed, 7 Dec 2022 15:47:54 +0800
Subject: [PATCH 18/31] =?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/plugins/rent/rentcontractinfo-add-or-update.vue | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
index 05fffda0c..fc98783a2 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -7,7 +7,8 @@
+ @change="handleChangeAgency"
+ style="width: 300px;">
+ @change="handleChangeGrid"
+ style="width: 300px;">
Date: Wed, 7 Dec 2022 16:47:26 +0800
Subject: [PATCH 19/31] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/plugins/rent/rentcontractinfo-look-or-check.vue | 4 +++-
src/views/modules/plugins/rent/rentcontractinfo.vue | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
index 794f39b3f..7dbf7fbb2 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
@@ -252,6 +252,7 @@ export default {
data () {
return {
visible: false,
+ pageId:'',
dataForm: {
id: '',
flag: '',
@@ -382,7 +383,8 @@ export default {
},
// 获取信息
getInfo () {
- this.$http.get(`/pli/power/rentContractInfo/${this.dataForm.id}`).then(({ data: res }) => {
+ let Url = this.pageId === 'rentcontractinfo' ? 'plirentcontractinfolog' : 'rentContractInfo'
+ this.$http.get(`/pli/power/${Url}/${this.dataForm.id}`).then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)
}
diff --git a/src/views/modules/plugins/rent/rentcontractinfo.vue b/src/views/modules/plugins/rent/rentcontractinfo.vue
index 7ae1c67ea..6a1f7533e 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo.vue
@@ -295,6 +295,7 @@ export default {
this.$nextTick(() => {
this.$refs.addOrUpdate.dataForm.id = id
this.$refs.addOrUpdate.dataForm.flag = flag
+ this.$refs.addOrUpdate.pageId= 'rentcontractinfo'
this.$refs.addOrUpdate.init()
})
},
From 3d1a53cdbe160b2d8fb72d139c28aba7e8830e13 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Wed, 7 Dec 2022 17:06:59 +0800
Subject: [PATCH 20/31] 1
---
.../modules/plugins/rent/rentcontractinfo-look-or-check.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
index 7dbf7fbb2..6a8457ff4 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
@@ -225,8 +225,8 @@
{{ $t('cancel') }}
- {{ $t('checkBTGBtn') }}
- {{ $t('checkTGBtn') }}
+ {{ $t('checkBTGBtn') }}
+ {{ $t('checkTGBtn') }}
From b77a739dde2535d8890c541fbe62233bd42c66d8 Mon Sep 17 00:00:00 2001
From: zhaoyongnian <541231643@qq.com>
Date: Thu, 8 Dec 2022 13:59:52 +0800
Subject: [PATCH 21/31] 1
---
.../modules/plugins/rent/rentcontractinfo-look-or-check.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
index 6a8457ff4..487743d18 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-look-or-check.vue
@@ -151,7 +151,7 @@