From ea4bb3525f5b71f1dbbe45c707f549bf37c5304e Mon Sep 17 00:00:00 2001 From: wesley88 <9519127+wesley88@user.noreply.gitee.com> Date: Thu, 20 Mar 2025 13:42:18 +0800 Subject: [PATCH] 1 --- admin-web-master/src/api/newly.js | 18 ++++++++++++++++-- admin-web-master/src/components/buscha/busChanew.vue | 387 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ admin-web-master/src/main.js | 16 ++++++++-------- admin-web-master/src/utils/request.js | 2 +- admin-web-master/src/views/shopRental/renewalMan/index copy.vue | 513 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ admin-web-master/src/views/shopRental/renewalMan/index.vue | 637 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- admin-web-master/src/views/shopRental/rentTermination/index copy 3.vue | 419 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ admin-web-master/src/views/shopRental/rentTermination/index.vue | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------ lvdao-miniapp/pages/propertyPay/propertyPayList/propertyPayList.vue | 4 ++-- lvdao-miniapp/pagesA/myZiyuan/myZiDetailsnew.vue | 9 +++++---- lvdao-miniapp/pagesA/myZiyuan/myZiyuanQuit.vue | 40 +++++++++++++++++++++++++++------------- lvdao-miniapp/utils/request.js | 10 +++++----- 12 files changed, 2085 insertions(+), 321 deletions(-) create mode 100644 admin-web-master/src/components/buscha/busChanew.vue create mode 100644 admin-web-master/src/views/shopRental/renewalMan/index copy.vue create mode 100644 admin-web-master/src/views/shopRental/rentTermination/index copy 3.vue diff --git a/admin-web-master/src/api/newly.js b/admin-web-master/src/api/newly.js index 3b0fd73..89e2702 100644 --- a/admin-web-master/src/api/newly.js +++ b/admin-web-master/src/api/newly.js @@ -1,7 +1,21 @@ import request from '@/utils/request' // import request from '@/utils/request2' - - +// 退租决算管理oa +export function generalBySurrenderTenancy(data) { + return request({ + url: '/oaInterconnection/generalBySurrenderTenancy', + method: 'post', + data + }) +} +// 退租决算管理修改 +export function changeContractInformationedit(data) { + return request({ + url: '/changeContractInformation/edit', + method: 'post', + data + }) +} // 退租决算管理 export function changeContractInformationqueryByPage(data) { return request({ diff --git a/admin-web-master/src/components/buscha/busChanew.vue b/admin-web-master/src/components/buscha/busChanew.vue new file mode 100644 index 0000000..d14f5ee --- /dev/null +++ b/admin-web-master/src/components/buscha/busChanew.vue @@ -0,0 +1,387 @@ + + + + diff --git a/admin-web-master/src/main.js b/admin-web-master/src/main.js index 1778eae..a06cfd4 100644 --- a/admin-web-master/src/main.js +++ b/admin-web-master/src/main.js @@ -37,15 +37,15 @@ Vue.prototype.$hostUrl =`${window.location.protocol}//${window.location.host}/cd let host = window.location.host; if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { - Vue.prototype.$baseURL ='https://jy.scjysm.asia:18086/cdwlMall' - Vue.prototype.$fontBold = `https://jy.scjysm.asia:18086/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Bold.ttf` - Vue.prototype.$fontRegular = `https://jy.scjysm.asia:18086/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Regular.ttf` - Vue.prototype.$API = `https://jy.scjysm.asia:18086/cdwlMall/meserver/api` + // Vue.prototype.$baseURL ='https://jy.scjysm.asia:18086/cdwlMall' + // Vue.prototype.$fontBold = `https://jy.scjysm.asia:18086/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Bold.ttf` + // Vue.prototype.$fontRegular = `https://jy.scjysm.asia:18086/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Regular.ttf` + // Vue.prototype.$API = `https://jy.scjysm.asia:18086/cdwlMall/meserver/api` - // Vue.prototype.$baseURL ='https://zhgw-uat.028wlkj.com/cdwlMall' - // Vue.prototype.$fontBold = `https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Bold.ttf` - // Vue.prototype.$fontRegular = `https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Regular.ttf` - // Vue.prototype.$API = `https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api` + Vue.prototype.$baseURL ='https://zhgw-uat.028wlkj.com/cdwlMall' + Vue.prototype.$fontBold = `https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Bold.ttf` + Vue.prototype.$fontRegular = `https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/assets/Alibaba-PuHuiTi-Regular.ttf` + Vue.prototype.$API = `https://zhgw-uat.028wlkj.com/cdwlMall/meserver/api` } else { Vue.prototype.$API = `${window.location.protocol}//${window.location.host}/cdwlMall/meserver/api` Vue.prototype.$baseURL =`${window.location.protocol}//${window.location.host}/cdwlMall` diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index 2e8c629..be2a4a0 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -22,7 +22,7 @@ if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - baseURL = 'http://128.10.249.23:9003'; + baseURL = 'http://128.10.249.8:9003'; } else { diff --git a/admin-web-master/src/views/shopRental/renewalMan/index copy.vue b/admin-web-master/src/views/shopRental/renewalMan/index copy.vue new file mode 100644 index 0000000..3a3fb50 --- /dev/null +++ b/admin-web-master/src/views/shopRental/renewalMan/index copy.vue @@ -0,0 +1,513 @@ + + + + + + + diff --git a/admin-web-master/src/views/shopRental/renewalMan/index.vue b/admin-web-master/src/views/shopRental/renewalMan/index.vue index 3a3fb50..e24a54f 100644 --- a/admin-web-master/src/views/shopRental/renewalMan/index.vue +++ b/admin-web-master/src/views/shopRental/renewalMan/index.vue @@ -3,18 +3,26 @@
商铺租赁服务 > 续租管理
+ style="color:#000000e6">退租决算管理
- + - +
查询 @@ -24,54 +32,55 @@
- 预警设置 -
- - + - + - + - + + + + @@ -92,37 +101,23 @@ - -
-
- - - - - - - - - - - - -
-
- 返回 - 确定 -
+
+
+
退租决算管理 > 新增
- +
+ +
+
-
出租管理 > 退租决算管理 > 查看
- +
+
+
+
退租决算管理 > {{contractChangeReason}}
+
+
+ + +
+
+ + + + + + + + + +
+ 取消 + 确定 +
+
- + - + diff --git a/admin-web-master/src/views/shopRental/rentTermination/index copy 3.vue b/admin-web-master/src/views/shopRental/rentTermination/index copy 3.vue new file mode 100644 index 0000000..71a62f7 --- /dev/null +++ b/admin-web-master/src/views/shopRental/rentTermination/index copy 3.vue @@ -0,0 +1,419 @@ + + + + + + diff --git a/admin-web-master/src/views/shopRental/rentTermination/index.vue b/admin-web-master/src/views/shopRental/rentTermination/index.vue index f49abde..0c588eb 100644 --- a/admin-web-master/src/views/shopRental/rentTermination/index.vue +++ b/admin-web-master/src/views/shopRental/rentTermination/index.vue @@ -10,11 +10,19 @@
- + - +
查询 @@ -23,62 +31,63 @@
- +
+
- - + + + +
{{total}} 项数据
-
@@ -108,7 +117,7 @@ style="color:#000000e6">查看
- +
+
+
+
退租决算管理 > {{contractChangeReason}}
+
+ +
+ + +
+
+ + + + + + + + + +
+ 取消 + 确定 +
+