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 @@
+
+
+
+
+
+
+
+
+
+
+ {{newinfo.contractType=='0'?'退租':newinfo.contractType=='1'?'续租':'-'}}
+
+
+ {{newinfo.reasonForApplication || '-'}}
+
+
+ {{newinfo.applicationTime || '-'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.value?'查看详情':'暂无文件'}}
+
+
+ {{item.value}} 元
+
+
+
+
+ {{info.appendicesContract?'查看详情':'暂无文件'}}
+
+
+
+
+
+
+
+
+
+ {{scope.row.contractChangeReason}}
+
+
+
+
+
+ {{scope.row.updateDate}}
+
+
+
+
+
+ {{scope.row.updateUser}}
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{shop.name}}
+
+
+
+
+ {{shop.phone}}
+
+
+
+
+
+
+ {{shop.idCardType}}
+
+
+
+
+ {{shop.idCardNumber}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.shopName ? scope.row.shopName : scope.row.advertisingName?scope.row.advertisingName:scope.row.venueName}}
+
+
+
+
+
+ {{scope.row.actualArea ? scope.row.actualArea : scope.row.actualUsableArea?scope.row.actualUsableArea:'-'}}
+
+
+
+
+
+ {{scope.row.shopName ? '商铺' : scope.row.advertisingType?scope.row.advertisingType:'场地'}}
+
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 通过
+ 不通过
+
+
+
+
+
+
+
+
+
+
+
+
+ {{newinfo.status=='2'?'已同意':newinfo.status=='3'?'已拒绝':'无'}}
+
+
+ {{newinfo.reviewComments || '无'}}
+
+
+
+
+
+ 确定
+ 返回
+
+
+
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+
+
+ 预警设置
+
+
+
+
+
+
+
+ {{scope.row.tenantName}}
+
+
+
+
+
+ {{scope.row.contractType}}
+
+
+
+
+
+ {{scope.row.contractAmount}} / {{scope.row.paymentCycle}}
+
+
+
+
+
+ {{scope.row.contractNumber}}
+
+
+
+
+
+ {{scope.row.contractSigningDate}}至{{scope.row.contractTerminationDate}}
+
+
+
+
+
+ {{ calculateDaysUntilExpiration(scope.row.contractTerminationDate)}}
+
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 返回
+ 确定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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">退租决算管理
- 预警设置
-
-
- {{scope.row.tenantName}}
-
+ {{scope.row.cereContractInformation.tenantName}}
- {{scope.row.contractType}}
-
+ {{scope.row.cereContractInformation.contractType}}
-
+
- {{scope.row.contractAmount}} / {{scope.row.paymentCycle}}
-
+ {{scope.row.cereContractInformation.tenantTelephone}}
-
+
- {{scope.row.contractNumber}}
-
+ {{scope.row.cereContractInformation.cereBasicInformationShop.shopName || scope.row.cereContractInformation.cereAdvertisingInformation.advertisingName || scope.row.cereContractInformation.cereBasicInformationVenue.venueName}}
- {{scope.row.contractSigningDate}}至{{scope.row.contractTerminationDate}}
-
+ {{scope.row.cereContractInformation.contractSigningDate}}至{{scope.row.cereContractInformation.contractTerminationDate}}
-
+
- {{ calculateDaysUntilExpiration(scope.row.contractTerminationDate)}}
-
+ {{scope.row.createTime}}
-
+
- 查看
-
+ 待审核
+ 已同意
+ 已拒绝
+ 待发起
+
+
+
+
+ 查看
+
+ 审核
+ 内部审核
+ OA审核
@@ -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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{scope.row.cereContractInformation.tenantName}}
+
+
+
+
+
+ {{scope.row.cereContractInformation.contractType}}
+
+
+
+
+
+ {{scope.row.cereContractInformation.tenantTelephone}}
+
+
+
+
+
+ {{scope.row.cereContractInformation.cereBasicInformationShop.shopName || scope.row.cereContractInformation.cereAdvertisingInformation.advertisingName || scope.row.cereContractInformation.cereBasicInformationVenue.venueName}}
+
+
+
+
+
+ {{scope.row.cereContractInformation.contractSigningDate}}至{{scope.row.cereContractInformation.contractTerminationDate}}
+
+
+
+
+
+ {{scope.row.createTime}}
+
+
+
+
+
+ 查看
+ 生成退租告知单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
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 @@
-
+
+
-
{{scope.row.cereContractInformation.tenantName}}
-
{{scope.row.cereContractInformation.contractType}}
-
{{scope.row.cereContractInformation.tenantTelephone}}
-
- {{scope.row.cereContractInformation.tenantTelephone}}
-
+ {{scope.row.cereContractInformation.cereBasicInformationShop.shopName || scope.row.cereContractInformation.cereAdvertisingInformation.advertisingName || scope.row.cereContractInformation.cereBasicInformationVenue.venueName}}
{{scope.row.cereContractInformation.contractSigningDate}}至{{scope.row.cereContractInformation.contractTerminationDate}}
-
{{scope.row.createTime}}
-
-
+
+
+ 待审核
+ 已同意
+ 已拒绝
+ 待发起
+
+
+
- 查看
- 生成退租告知单
+ 查看
+ 生成退租告知单
+ 审核
+ 内部审核
+ OA审核
@@ -108,7 +117,7 @@
style="color:#000000e6">查看
-
+
+
+
+
退租决算管理 > {{contractChangeReason}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+