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/add/addmb.vue b/admin-web-master/src/components/add/addmb.vue index b07eb8e..fad36d3 100644 --- a/admin-web-master/src/components/add/addmb.vue +++ b/admin-web-master/src/components/add/addmb.vue @@ -205,7 +205,7 @@ import { Input } from "element-ui"; value: '', }, { - name: '押金', + name: '押金(元)', key: 'earnestMoney', type: '单行数字文本', isrequired: '是', @@ -258,7 +258,7 @@ import { Input } from "element-ui"; ] }, { - name: '租金', + name: '租金(元)', key: 'contractAmount', type: '单行数字文本', isrequired: '是', 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/components/chakan/fa.vue b/admin-web-master/src/components/chakan/fa.vue index 87eb2ee..b35c482 100644 --- a/admin-web-master/src/components/chakan/fa.vue +++ b/admin-web-master/src/components/chakan/fa.vue @@ -24,8 +24,8 @@
- -
{{editbgid.mainPurpose?'查看详情':'无'}}
+ +
{{editbgid.attachmentInfo?'查看详情':'无'}}
@@ -61,7 +61,7 @@ --> diff --git a/admin-web-master/src/components/chakan/sam.vue b/admin-web-master/src/components/chakan/sam.vue index 2ec8c1b..89c56be 100644 --- a/admin-web-master/src/components/chakan/sam.vue +++ b/admin-web-master/src/components/chakan/sam.vue @@ -32,7 +32,7 @@ --> -
{{editbgid.rentalPrice?editbgid.rentalPrice+' 元':'无'}} /M²
+
{{editbgid.rentalPrice?editbgid.rentalPrice+' 元':'无'}} /m²
diff --git a/admin-web-master/src/components/change/cl.vue b/admin-web-master/src/components/change/cl.vue index 33ba0eb..fa0cbd4 100644 --- a/admin-web-master/src/components/change/cl.vue +++ b/admin-web-master/src/components/change/cl.vue @@ -25,11 +25,12 @@
- - - + + + diff --git a/admin-web-master/src/components/newmap/index.vue b/admin-web-master/src/components/newmap/index.vue index 13e719a..6d581a7 100644 --- a/admin-web-master/src/components/newmap/index.vue +++ b/admin-web-master/src/components/newmap/index.vue @@ -96,6 +96,12 @@ }); }, initMap() { + if (this.isx) { + + } else { + this.lat = this.message.split(',')[0] + this.lng = this.message.split(',')[1] + } // 将经纬度转换为腾讯地图的LatLng对象 const centerLatLng = new qq.maps.LatLng(this.lat, this.lng); diff --git a/admin-web-master/src/components/newmap/indexall.vue b/admin-web-master/src/components/newmap/indexall.vue index d5d3539..e4a86d6 100644 --- a/admin-web-master/src/components/newmap/indexall.vue +++ b/admin-web-master/src/components/newmap/indexall.vue @@ -309,7 +309,7 @@ body { position: absolute; top: 10px; left: 10px; - z-index: 99; + z-index: 1000; background: #fff; padding: 10px; border-radius: 5px; diff --git a/admin-web-master/src/components/newmap/map.vue b/admin-web-master/src/components/newmap/map.vue index 1fc6272..4f46688 100644 --- a/admin-web-master/src/components/newmap/map.vue +++ b/admin-web-master/src/components/newmap/map.vue @@ -95,7 +95,7 @@ export default {

资源名称:${item.name}

位置:${item.detailedLocation}

-

租赁情况:${item.publishStatus=='0'?'空置中':item.publishStatus=='1'?'待审核':item.publishStatus=='2'?'已发布':item.publishStatus=='3'?'不通过':item.publishStatus=='4'?'已租赁':'-'}

+

租赁情况:${item.publishStatus=='0'?'待发布':item.publishStatus=='1'?'待审核':item.publishStatus=='2'?'已发布':item.publishStatus=='3'?'不通过':item.publishStatus=='4'?'已租赁':'-'}

`; //
diff --git a/admin-web-master/src/components/newmap/map2.vue b/admin-web-master/src/components/newmap/map2.vue index 76d3464..88c1836 100644 --- a/admin-web-master/src/components/newmap/map2.vue +++ b/admin-web-master/src/components/newmap/map2.vue @@ -188,7 +188,7 @@ export default {

资源名称:${item.name}

位置:${item.detailedLocation}

-

租赁情况:${item.publishStatus=='0'?'空置中':item.publishStatus=='1'?'待审核':item.publishStatus=='2'?'已发布':item.publishStatus=='3'?'不通过':item.publishStatus=='4'?'已租赁':'-'}

+

租赁情况:${item.publishStatus=='0'?'待发布':item.publishStatus=='1'?'待审核':item.publishStatus=='2'?'已发布':item.publishStatus=='3'?'不通过':item.publishStatus=='4'?'已租赁':'-'}

`; //
diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue index 5457779..bb1895b 100644 --- a/admin-web-master/src/components/resourceCommodity/index.vue +++ b/admin-web-master/src/components/resourceCommodity/index.vue @@ -169,9 +169,9 @@ - + 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 be2a4a0..777ebaa 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.8:9003'; + // baseURL = 'http://128.10.249.8:9003'; } else { diff --git a/admin-web-master/src/views/detect/admap.vue b/admin-web-master/src/views/detect/admap.vue index c0e2920..2e4ccf6 100644 --- a/admin-web-master/src/views/detect/admap.vue +++ b/admin-web-master/src/views/detect/admap.vue @@ -74,7 +74,7 @@ @@ -107,7 +107,7 @@ @@ -155,9 +155,9 @@ - + @@ -166,7 +166,7 @@ --> diff --git a/admin-web-master/src/views/detect/examine/index.vue b/admin-web-master/src/views/detect/examine/index.vue index 2201b17..547932f 100644 --- a/admin-web-master/src/views/detect/examine/index.vue +++ b/admin-web-master/src/views/detect/examine/index.vue @@ -68,7 +68,7 @@ @@ -79,7 +79,7 @@ --> @@ -114,7 +114,7 @@ @@ -125,7 +125,7 @@ --> @@ -160,7 +160,7 @@ @@ -171,7 +171,7 @@ --> diff --git a/admin-web-master/src/views/detect/information/index.vue b/admin-web-master/src/views/detect/information/index.vue index 18ea714..f85f505 100644 --- a/admin-web-master/src/views/detect/information/index.vue +++ b/admin-web-master/src/views/detect/information/index.vue @@ -68,7 +68,7 @@ diff --git a/admin-web-master/src/views/detect/map/index.vue b/admin-web-master/src/views/detect/map/index.vue index 3ac7e14..2a82865 100644 --- a/admin-web-master/src/views/detect/map/index.vue +++ b/admin-web-master/src/views/detect/map/index.vue @@ -70,7 +70,7 @@ +
+ +
+ + + + + + +
+ 查询 + + 重置 + +
+
+
+ 预警设置 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
{{total}} 项数据
+ + +
+ +
+ +
+ + + + + + + +
+
+ + + + + + + + + + + + +
+
+ 返回 + 确定 +
+
+
+ +
+
+
出租管理 > 查看
+
+
+ +
+ +
+ +
+ + + + + + + + + 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}}
+
+ +
+ + +
+
+ + + + + + + + + +
+ 取消 + 确定 +
+
\ No newline at end of file diff --git a/lvdao-miniapp/pagesA/rentPay/rentPay.scss b/lvdao-miniapp/pagesA/rentPay/rentPay.scss index b21dd50..7fe5a70 100644 --- a/lvdao-miniapp/pagesA/rentPay/rentPay.scss +++ b/lvdao-miniapp/pagesA/rentPay/rentPay.scss @@ -96,10 +96,9 @@ bottom: 0; width: 100%; background-color: #FFFFFF; - padding: 10rpx 20rpx; - padding-bottom: constant(safe-area-inset-bottom); - padding-bottom: env(safe-area-inset-bottom); + padding: 30rpx; z-index: 999; + box-sizing: border-box; .footer-buy{ display: flex; align-items: center; @@ -112,14 +111,7 @@ min-width: 20%; height: 70rpx; } - .buttons{ - font-size: 30rpx; - margin: 0 10rpx !important; - height: 32px !important; - border-radius: 10rpx !important; - margin-top: 20rpx !important; -} .u-size-default.data-v-3bf2dba7 { font-size: 30rpx; height: 100% !important; diff --git a/lvdao-miniapp/pagesA/rentPay/rentPay.vue b/lvdao-miniapp/pagesA/rentPay/rentPay.vue index 273e979..f46144a 100644 --- a/lvdao-miniapp/pagesA/rentPay/rentPay.vue +++ b/lvdao-miniapp/pagesA/rentPay/rentPay.vue @@ -219,10 +219,32 @@ payArr.push(item) } }) - const msg = JSON.stringify(payArr) - uni.navigateTo({ - url: `/pagesA/rentPay/goPay?msg=${msg}` + + let arr = [] + payArr.map(item => { + let obj = { + orderId: item.tenementOrder, + money: item.paymentAmount, + } + arr.push(obj) + }) + + // return + this.$http.sendRequest('/order/rentAggregatePayment', 'POST', arr, 3).then(res => { + console.log(res.data) + if (res.data.data) { + // uni.redirectTo({ + // url: `/pagesA/rentPay/webView?urls=${JSON.parse(res.data.data).data.codeUrl}` + // }) + } }) + + + + // const msg = JSON.stringify(payArr) + // uni.navigateTo({ + // url: `/pagesA/rentPay/goPay?msg=${msg}` + // }) } }, confirm(e) { diff --git a/lvdao-miniapp/pagesA/weball/web.vue b/lvdao-miniapp/pagesA/weball/web.vue new file mode 100644 index 0000000..64512d6 --- /dev/null +++ b/lvdao-miniapp/pagesA/weball/web.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/lvdao-miniapp/static/icon/icon1.png b/lvdao-miniapp/static/icon/icon1.png index db64251..51cc2dd 100644 --- a/lvdao-miniapp/static/icon/icon1.png +++ b/lvdao-miniapp/static/icon/icon1.png diff --git a/lvdao-miniapp/static/icon/icon11.png b/lvdao-miniapp/static/icon/icon11.png index 515e69c..c201682 100644 --- a/lvdao-miniapp/static/icon/icon11.png +++ b/lvdao-miniapp/static/icon/icon11.png diff --git a/lvdao-miniapp/static/icon/icon12.png b/lvdao-miniapp/static/icon/icon12.png index 01758eb..3fefc22 100644 --- a/lvdao-miniapp/static/icon/icon12.png +++ b/lvdao-miniapp/static/icon/icon12.png diff --git a/lvdao-miniapp/static/icon/icon13.png b/lvdao-miniapp/static/icon/icon13.png index 00af973..6327c8c 100644 --- a/lvdao-miniapp/static/icon/icon13.png +++ b/lvdao-miniapp/static/icon/icon13.png diff --git a/lvdao-miniapp/static/icon/icon14.png b/lvdao-miniapp/static/icon/icon14.png index e1b804a..63e387e 100644 --- a/lvdao-miniapp/static/icon/icon14.png +++ b/lvdao-miniapp/static/icon/icon14.png diff --git a/lvdao-miniapp/static/icon/icon15.png b/lvdao-miniapp/static/icon/icon15.png index 98ec6b0..c1e5217 100644 --- a/lvdao-miniapp/static/icon/icon15.png +++ b/lvdao-miniapp/static/icon/icon15.png diff --git a/lvdao-miniapp/static/icon/icon16.png b/lvdao-miniapp/static/icon/icon16.png index 0318489..1215999 100644 --- a/lvdao-miniapp/static/icon/icon16.png +++ b/lvdao-miniapp/static/icon/icon16.png diff --git a/lvdao-miniapp/static/icon/icon2.png b/lvdao-miniapp/static/icon/icon2.png index c522de6..d124468 100644 --- a/lvdao-miniapp/static/icon/icon2.png +++ b/lvdao-miniapp/static/icon/icon2.png diff --git a/lvdao-miniapp/static/icon/icon4.png b/lvdao-miniapp/static/icon/icon4.png index 10dc869..8963b94 100644 --- a/lvdao-miniapp/static/icon/icon4.png +++ b/lvdao-miniapp/static/icon/icon4.png diff --git a/lvdao-miniapp/static/icon/icon6.png b/lvdao-miniapp/static/icon/icon6.png index fb8967c..d435dd6 100644 --- a/lvdao-miniapp/static/icon/icon6.png +++ b/lvdao-miniapp/static/icon/icon6.png diff --git a/lvdao-miniapp/static/icon/icon7.png b/lvdao-miniapp/static/icon/icon7.png index e5e3c62..c70b747 100644 --- a/lvdao-miniapp/static/icon/icon7.png +++ b/lvdao-miniapp/static/icon/icon7.png diff --git a/lvdao-miniapp/utils/request.js b/lvdao-miniapp/utils/request.js index 0baf976..4f1d764 100644 --- a/lvdao-miniapp/utils/request.js +++ b/lvdao-miniapp/utils/request.js @@ -21,17 +21,17 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/admin-server' + url; // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' + url; - bases = 'http://128.10.249.23:9003'+ url; + // bases = 'http://128.10.249.8:9003'+ url; // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url; - // bases = c1 + 'cdwlMall/meserver/admin-server' + url; + bases = c1 + 'cdwlMall/meserver/admin-server' + url; }else if(baseUrl == 3){ // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' + url; // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/api' + url; // bases = 'http://128.10.249.22:9003:9007' + url; - bases = 'http://128.10.249.23:9007' + url; - // bases = c1 + 'cdwlMall/meserver/api' + url; + // bases = 'http://128.10.249.8:9007' + url; + bases = c1 + 'cdwlMall/meserver/api' + url; }else{ // bases = 'http://128.10.249.22:9004' + url; @@ -39,9 +39,9 @@ const sendRequest = (url, method = 'GET', data = {}, baseUrl,contentType) => { // bases = 'http://172.16.61.123/cdwlMall/business-server' + url; // bases = 'https://jy.scjysm.asia:18086/cdwlMall/business-server' + url; // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/business-server' + url; - bases = 'http://128.10.249.23:9004' + url; + // bases = 'http://128.10.249.8:9004' + url; // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url; - // bases = c1 + 'cdwlMall/business-server' + url; + bases = c1 + 'cdwlMall/business-server' + url; } var token = uni.getStorageSync('token') || ''; diff --git a/lvdao-miniapp/utils/tool.js b/lvdao-miniapp/utils/tool.js new file mode 100644 index 0000000..4544e05 --- /dev/null +++ b/lvdao-miniapp/utils/tool.js @@ -0,0 +1,25 @@ +export function toMiniPay(payId, backPath) { + return new Promise((resolve, reject) =>{ + console.error(payId, backPath) + uni.navigateToMiniProgram({ + appId: "wxf0f8b911ac324457", //支付小程序的 + path:`pages/common/travelMini?payId=${payId}`, // 打开支付小程序的指定页面 + extraData: {}, //需要传递给目标小程序的数据 + envVersion: "trial", //打开的对应小程序环境:开发 develop、体验 tria1、生产 release + success: function() { + resolve(); //成功回调 + }, + fail: function(res) { + console.log(res); + if (backPath) { + uni.reLaunch({ + ur1: `${backPath}?paystate=CANCEL PAY` + }); + } else { + console.log("取消支付就停留在当前页"); + } + reject("跳转失败"); + } + }) + }) +} \ No newline at end of file