Commit 5149de3afd6c663288c7ccb63a4b6edff8ddab3e

Authored by wesley88
1 parent 1e0e118d

1

admin-web-master/src/components/add/addht.vue
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 </el-row> 14 </el-row>
15 </el-form> 15 </el-form>
16 <TitleWithCircle title="合同信息" style="margin-bottom: 20px;" /> 16 <TitleWithCircle title="合同信息" style="margin-bottom: 20px;" />
17 - <mbadd v-if="isshow" ref="rulesallForm" :list1="list1" /> 17 + <mbadd v-if="isshow" ref="rulesallForm" :list1="list1" :isdel="isdel" />
18 <div style="margin-top: 20px;margin-left: 65px;"> 18 <div style="margin-top: 20px;margin-left: 65px;">
19 <el-button @click="close()" class="buttonHover" style="color: #606266;border: 1px solid #DBDBDB;background-color: #fff;">取消</el-button> 19 <el-button @click="close()" class="buttonHover" style="color: #606266;border: 1px solid #DBDBDB;background-color: #fff;">取消</el-button>
20 <el-button @click="add()" style="background-color: #3F9B6A;color: #fff;">确定</el-button> 20 <el-button @click="add()" style="background-color: #3F9B6A;color: #fff;">确定</el-button>
@@ -125,6 +125,10 @@ import { @@ -125,6 +125,10 @@ import {
125 type: Object, 125 type: Object,
126 default: {} 126 default: {}
127 }, 127 },
  128 + isdel: {
  129 + type: String,
  130 + default:''
  131 + },
128 contractChangeReason: { 132 contractChangeReason: {
129 type: String, 133 type: String,
130 default: '' 134 default: ''
admin-web-master/src/components/change/mbadd.vue
@@ -132,7 +132,7 @@ @@ -132,7 +132,7 @@
132 132
133 </el-table-column> 133 </el-table-column>
134 134
135 - <el-table-column label="操作" v-if="!iscopy"> 135 + <el-table-column label="操作" v-if="!iscopy && isdel == ''">
136 <template slot-scope="scope"> 136 <template slot-scope="scope">
137 <div @click="MingDelete(scope.$index)" class="tableBtn greens">删除</div> 137 <div @click="MingDelete(scope.$index)" class="tableBtn greens">删除</div>
138 </template> 138 </template>
@@ -171,6 +171,10 @@ @@ -171,6 +171,10 @@
171 zy 171 zy
172 }, 172 },
173 props: { 173 props: {
  174 + isdel: {
  175 + type: String,
  176 + default:''
  177 + },
174 list1: { 178 list1: {
175 type: Array, 179 type: Array,
176 default: [] 180 default: []
admin-web-master/src/components/merchantInformation/index.vue
@@ -208,7 +208,7 @@ @@ -208,7 +208,7 @@
208 phone:this.info.phone, 208 phone:this.info.phone,
209 content:{ 209 content:{
210 type:'1', 210 type:'1',
211 - title:this.radio=='2'?'商家同意':this.radio=='3'?'商家驳回':'商家', 211 + title:this.radio=='2'?'商家审核已通过':this.radio=='3'?'商家审核已驳回':'商家',
212 content:this.checkOpinion 212 content:this.checkOpinion
213 }, 213 },
214 } 214 }
admin-web-master/src/views/rent/audit/index.vue
@@ -123,7 +123,7 @@ @@ -123,7 +123,7 @@
123 </div> 123 </div>
124 124
125 <div style="padding: 20px 20px 20px 0;"> 125 <div style="padding: 20px 20px 20px 0;">
126 - <add :info="formInline" @removeonaction="removeonaction"></add> 126 + <add :info="formInline" @removeonaction="removeonaction" :isdel="'1'"></add>
127 </div> 127 </div>
128 </div> 128 </div>
129 <div class="zhuti" v-if="onaction == '3'"> 129 <div class="zhuti" v-if="onaction == '3'">
lvdao-miniapp/manifest.json
1 { 1 {
2 "name" : "绿道", 2 "name" : "绿道",
3 - "appid" : "__UNI__F034047", 3 + "appid" : "__UNI__189D96A",
4 "description" : "", 4 "description" : "",
5 "versionName" : "1.0.2", 5 "versionName" : "1.0.2",
6 "versionCode" : "100", 6 "versionCode" : "100",
lvdao-miniapp/pages/message/message.vue
@@ -166,6 +166,7 @@ @@ -166,6 +166,7 @@
166 this.zllist.push(obj[prop][0]) 166 this.zllist.push(obj[prop][0])
167 } 167 }
168 } 168 }
  169 + this.zllist.reverse()
169 }) 170 })
170 this.$http.sendRequest('/cereMessage/viewMessage', 'POST',{...info,messageType:'通知消息'},1).then(res => { 171 this.$http.sendRequest('/cereMessage/viewMessage', 'POST',{...info,messageType:'通知消息'},1).then(res => {
171 let obj = res.data.data 172 let obj = res.data.data
@@ -175,6 +176,7 @@ @@ -175,6 +176,7 @@
175 this.tzlist.push(obj[prop][0]) 176 this.tzlist.push(obj[prop][0])
176 } 177 }
177 } 178 }
  179 + this.tzlist.reverse()
178 console.error(this.tzlist) 180 console.error(this.tzlist)
179 }) 181 })
180 }, 182 },
lvdao-miniapp/pagesA/procedureList/procedureList.vue
@@ -54,6 +54,7 @@ @@ -54,6 +54,7 @@
54 this.tableList.push(obj[prop][0]) 54 this.tableList.push(obj[prop][0])
55 } 55 }
56 } 56 }
  57 + this.tableList.reverse()
57 console.error(this.tableList) 58 console.error(this.tableList)
58 }) 59 })
59 // this.tableList = JSON.parse(option.item) 60 // this.tableList = JSON.parse(option.item)
lvdao-miniapp/utils/request.js
@@ -21,7 +21,7 @@ const sendRequest = (url, method = &#39;GET&#39;, data = {}, baseUrl,contentType) =&gt; { @@ -21,7 +21,7 @@ const sendRequest = (url, method = &#39;GET&#39;, data = {}, baseUrl,contentType) =&gt; {
21 // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/admin-server' + url; 21 // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/admin-server' + url;
22 // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' + url; 22 // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server' + url;
23 23
24 - bases = 'http://128.10.249.41:9003'+ url; 24 + // bases = 'http://128.10.249.41:9003'+ url;
25 // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url; 25 // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/admin-server' + url;
26 26
27 bases = c1 + 'cdwlMall/meserver/admin-server' + url; 27 bases = c1 + 'cdwlMall/meserver/admin-server' + url;
@@ -30,8 +30,8 @@ const sendRequest = (url, method = &#39;GET&#39;, data = {}, baseUrl,contentType) =&gt; { @@ -30,8 +30,8 @@ const sendRequest = (url, method = &#39;GET&#39;, data = {}, baseUrl,contentType) =&gt; {
30 // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' + url; 30 // bases = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/api' + url;
31 // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/api' + url; 31 // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/meserver/api' + url;
32 // bases = 'http://128.10.249.22:9003:9007' + url; 32 // bases = 'http://128.10.249.22:9003:9007' + url;
33 - bases = 'http://128.10.249.41:9007' + url;  
34 - // bases = c1 + 'cdwlMall/meserver/api' + url; 33 + // bases = 'http://128.10.249.41:9007' + url;
  34 + bases = c1 + 'cdwlMall/meserver/api' + url;
35 35
36 }else{ 36 }else{
37 // bases = 'http://128.10.249.22:9004' + url; 37 // bases = 'http://128.10.249.22:9004' + url;
@@ -39,7 +39,7 @@ const sendRequest = (url, method = &#39;GET&#39;, data = {}, baseUrl,contentType) =&gt; { @@ -39,7 +39,7 @@ const sendRequest = (url, method = &#39;GET&#39;, data = {}, baseUrl,contentType) =&gt; {
39 // bases = 'http://172.16.61.123/cdwlMall/business-server' + url; 39 // bases = 'http://172.16.61.123/cdwlMall/business-server' + url;
40 // bases = 'https://jy.scjysm.asia:18086/cdwlMall/business-server' + url; 40 // bases = 'https://jy.scjysm.asia:18086/cdwlMall/business-server' + url;
41 // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/business-server' + url; 41 // bases = 'https://zhgw.028wlkj.com:20443/cdwlMall/business-server' + url;
42 - bases = 'http://128.10.249.41:9004' + url; 42 + // bases = 'http://128.10.249.41:9004' + url;
43 // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url; 43 // bases = 'https://zhld.028wlkj.com:49008/cdwlMall/business-server' + url;
44 bases = c1 + 'cdwlMall/business-server' + url; 44 bases = c1 + 'cdwlMall/business-server' + url;
45 45