diff --git a/admin-web-master/src/api/newly.js b/admin-web-master/src/api/newly.js index f2e788d..4edb7e6 100644 --- a/admin-web-master/src/api/newly.js +++ b/admin-web-master/src/api/newly.js @@ -1,5 +1,78 @@ import request from '@/utils/request' // import request from '@/utils/request2' +// 租赁信息 +export function cereContractInformationgetPages(data) { + return request({ + url: '/cereContractInformation/getPages', + method: 'post', + data + }) +} +// 物业缴费 +export function cerePaymentInfo(data) { + return request({ + url: '/cerePaymentInfo/queryByPage', + method: 'post', + data + }) +} +// 合同 +export function cereContractInformationgetPage(data) { + return request({ + url: '/cereContractInformation/getPage', + method: 'post', + data + }) +} +// 查看发票 +export function cereInvoiceTitlegetByTenementId(data) { + return request({ + url: 'cereInvoiceTitle/getByTenementId/'+data.id, + method: 'GET', + }) +} +// 上传发票 +export function cereInvoiceTitleadd(data) { + return request({ + url: '/cereInvoiceTitle/add', + method: 'post', + data + }) +} +// 复核 +export function editToRecheck(data) { + return request({ + url: '/cerePropertyOrder/editToRecheck/'+data.id, + method: 'GET', + }) +} +// 缴费记录-租赁缴费 +export function cerePropertyOrder(data) { + return request({ + url: '/cerePropertyOrder/queryByContractId', + method: 'post', + data + }) +} +// 招商过程信息-谈判记录, +export function cereNegotiationDetails(data) { + return request({ + url: '/cereNegotiationDetails/queryByPhone', + method: 'post', + data + }) +} +// 招商过程信息-跟进日志 +export function cereFollowDetails(data) { + return request({ + url: '/cereFollowDetails/queryByPage', + method: 'post', + data + }) +} + + + // 资源数量增长趋势 export function resourceQuantityGrowth(data) { return request({ diff --git a/admin-web-master/src/components/merchantInformation/index.vue b/admin-web-master/src/components/merchantInformation/index.vue index f40ab82..4531636 100644 --- a/admin-web-master/src/components/merchantInformation/index.vue +++ b/admin-web-master/src/components/merchantInformation/index.vue @@ -1,164 +1,708 @@ @@ -237,7 +1217,7 @@ .el-form-item__label { color: #a2a2a2; } - + .greens { color: #3F9B6A; } diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index d6aaf1a..81a06f1 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -17,12 +17,12 @@ let baseURL = '' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; - baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'; + // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/admin-server'; // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - baseURL = 'http://128.10.249.44:9003'; + baseURL = 'http://128.10.249.41:9003'; } else { diff --git a/admin-web-master/src/utils/request2.js b/admin-web-master/src/utils/request2.js index e3e1f58..e383806 100644 --- a/admin-web-master/src/utils/request2.js +++ b/admin-web-master/src/utils/request2.js @@ -17,10 +17,10 @@ let baseURL = '' // || host === 'localhost:9528' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - // baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server'; + baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server'; // baseURL = 'http://172.16.61.125:9004'; // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/business-server'; - baseURL = 'http://128.10.249.44:9004'; + // baseURL = 'http://128.10.249.44:9004'; } else { console.error('---------------------') console.error(hostall) diff --git a/admin-web-master/src/views/business/businessList/index.vue b/admin-web-master/src/views/business/businessList/index.vue index 6db36e0..ac9e969 100644 --- a/admin-web-master/src/views/business/businessList/index.vue +++ b/admin-web-master/src/views/business/businessList/index.vue @@ -23,10 +23,11 @@ -
- 新增 - -
+
+ 新增 + +
@@ -99,7 +100,8 @@ - +
@@ -111,7 +113,8 @@ - + @@ -147,16 +150,16 @@ @click="removeonaction('1')">返回
-->
-
-
-
合同管理 > 编辑
-
- -
- -
-
+
+
+
合同管理 > 编辑
+
+ +
+ +
+
@@ -166,7 +169,9 @@