From 2cf213ae1e12baebed0569093b17de2a6600fd93 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 6 May 2022 14:09:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/plugins/rent/rentblacklist-add-or-update.vue | 9 +++++++++ .../plugins/rent/rentcontractfile-add-or-update.vue | 8 ++++++++ .../plugins/rent/rentcontractinfo-add-or-update.vue | 8 ++++++++ .../modules/plugins/rent/rentdeath-add-or-update.vue | 8 ++++++++ .../plugins/rent/renttenantinfo-add-or-update.vue | 8 ++++++++ 5 files changed, 41 insertions(+) diff --git a/src/views/modules/plugins/rent/rentblacklist-add-or-update.vue b/src/views/modules/plugins/rent/rentblacklist-add-or-update.vue index 7d13084c8..cd2f51986 100644 --- a/src/views/modules/plugins/rent/rentblacklist-add-or-update.vue +++ b/src/views/modules/plugins/rent/rentblacklist-add-or-update.vue @@ -51,8 +51,10 @@ @@ -185,3 +187,10 @@ export default { } } + + diff --git a/src/views/modules/plugins/rent/rentcontractfile-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractfile-add-or-update.vue index 02786b2f8..dddacc09f 100644 --- a/src/views/modules/plugins/rent/rentcontractfile-add-or-update.vue +++ b/src/views/modules/plugins/rent/rentcontractfile-add-or-update.vue @@ -30,8 +30,10 @@ @@ -136,3 +138,9 @@ export default { } } + 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 7eeec13f2..703c3e61f 100644 --- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue +++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue @@ -91,9 +91,11 @@ @@ -271,3 +273,9 @@ export default { } } + diff --git a/src/views/modules/plugins/rent/rentdeath-add-or-update.vue b/src/views/modules/plugins/rent/rentdeath-add-or-update.vue index 16f0f62da..19cdb429d 100644 --- a/src/views/modules/plugins/rent/rentdeath-add-or-update.vue +++ b/src/views/modules/plugins/rent/rentdeath-add-or-update.vue @@ -54,8 +54,10 @@ @@ -192,3 +194,9 @@ export default { } } + diff --git a/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue b/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue index 8ea00452e..ef4cb633b 100644 --- a/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue +++ b/src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue @@ -25,9 +25,11 @@ @@ -144,3 +146,9 @@ export default { box-sizing: border-box; } + From e3e32157e061ada5f1aeb3941e1aaa0081ade2c4 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 6 May 2022 17:12:33 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E8=BF=81=E5=85=A5=E8=BF=81=E5=87=BA?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../changedeath-add-or-update.vue} | 0 .../rentdeath.vue => change/changedeath.vue} | 2 +- .../change/changerelocation-add-or-update.vue | 271 ++++ .../plugins/change/changerelocation.vue | 93 ++ .../resideath.vue => change/resichange.vue} | 0 .../modules/plugins/change/resideath.vue | 1350 +++++++++++++++++ 6 files changed, 1715 insertions(+), 1 deletion(-) rename src/views/modules/plugins/{rent/rentdeath-add-or-update.vue => change/changedeath-add-or-update.vue} (100%) rename src/views/modules/plugins/{rent/rentdeath.vue => change/changedeath.vue} (99%) create mode 100644 src/views/modules/plugins/change/changerelocation-add-or-update.vue create mode 100644 src/views/modules/plugins/change/changerelocation.vue rename src/views/modules/plugins/{rent/resideath.vue => change/resichange.vue} (100%) create mode 100644 src/views/modules/plugins/change/resideath.vue diff --git a/src/views/modules/plugins/rent/rentdeath-add-or-update.vue b/src/views/modules/plugins/change/changedeath-add-or-update.vue similarity index 100% rename from src/views/modules/plugins/rent/rentdeath-add-or-update.vue rename to src/views/modules/plugins/change/changedeath-add-or-update.vue diff --git a/src/views/modules/plugins/rent/rentdeath.vue b/src/views/modules/plugins/change/changedeath.vue similarity index 99% rename from src/views/modules/plugins/rent/rentdeath.vue rename to src/views/modules/plugins/change/changedeath.vue index d0a282868..40e10d541 100644 --- a/src/views/modules/plugins/rent/rentdeath.vue +++ b/src/views/modules/plugins/change/changedeath.vue @@ -99,7 +99,7 @@ diff --git a/src/views/modules/plugins/change/changerelocation.vue b/src/views/modules/plugins/change/changerelocation.vue new file mode 100644 index 000000000..ce9ea836b --- /dev/null +++ b/src/views/modules/plugins/change/changerelocation.vue @@ -0,0 +1,93 @@ + + + diff --git a/src/views/modules/plugins/rent/resideath.vue b/src/views/modules/plugins/change/resichange.vue similarity index 100% rename from src/views/modules/plugins/rent/resideath.vue rename to src/views/modules/plugins/change/resichange.vue diff --git a/src/views/modules/plugins/change/resideath.vue b/src/views/modules/plugins/change/resideath.vue new file mode 100644 index 000000000..1b8180452 --- /dev/null +++ b/src/views/modules/plugins/change/resideath.vue @@ -0,0 +1,1350 @@ + + + + + + + From d2a4df9a6aed89a0a923b12a3c0c43515c18d237 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Fri, 6 May 2022 17:14:55 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=9D=83=E9=99=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../change/changerelocation-add-or-update.vue | 4 ++-- .../modules/plugins/change/changerelocation.vue | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/modules/plugins/change/changerelocation-add-or-update.vue b/src/views/modules/plugins/change/changerelocation-add-or-update.vue index 048dc72f2..24b9960fd 100644 --- a/src/views/modules/plugins/change/changerelocation-add-or-update.vue +++ b/src/views/modules/plugins/change/changerelocation-add-or-update.vue @@ -234,7 +234,7 @@ export default { }, // 获取信息 getInfo () { - this.$http.get(`/change/changeRelocation/${this.dataForm.id}`).then(({ data: res }) => { + this.$http.get(`/pli/power/changeRelocation/${this.dataForm.id}`).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } @@ -250,7 +250,7 @@ export default { if (!valid) { return false } - this.$http[!this.dataForm.id ? 'post' : 'put']('/change/changeRelocation/', this.dataForm).then(({ data: res }) => { + this.$http[!this.dataForm.id ? 'post' : 'put']('/pli/power/changeRelocation/', this.dataForm).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg) } diff --git a/src/views/modules/plugins/change/changerelocation.vue b/src/views/modules/plugins/change/changerelocation.vue index ce9ea836b..563e1d575 100644 --- a/src/views/modules/plugins/change/changerelocation.vue +++ b/src/views/modules/plugins/change/changerelocation.vue @@ -9,11 +9,11 @@ {{ $t('query') }} - {{ $t('add') }} - - - {{ $t('deleteBatch') }} + {{ $t('add') }} + + + @@ -48,8 +48,8 @@ @@ -76,9 +76,9 @@ export default { data () { return { mixinViewModuleOptions: { - getDataListURL: '/change/changeRelocation/page', + getDataListURL: '/pli/power/changeRelocation/page', getDataListIsPage: true, - deleteURL: '/change/changeRelocation', + deleteURL: '/pli/power/changeRelocation', deleteIsBatch: true }, dataForm: {