Commit ed22b1274f9ee4185f1e80c3f6b7db8fad8d4867

Authored by wesley88
2 parents c7b1294b 3bfff9e5

Merge branch 'master' of http://39.98.150.180/webapp/GreenwayWeb

admin-web-master/src/components/add/addht.vue
@@ -196,7 +196,7 @@ import { @@ -196,7 +196,7 @@ import {
196 this.redirectUrl = this.info.redirectUrl 196 this.redirectUrl = this.info.redirectUrl
197 } 197 }
198 if(this.info.coverImage){ 198 if(this.info.coverImage){
199 - this.coverImage = this.info.coverImage 199 + this.coverImage = this.info.coverImage
200 } 200 }
201 }, 201 },
202 methods: { 202 methods: {
@@ -271,6 +271,7 @@ import { @@ -271,6 +271,7 @@ import {
271 } 271 }
272 } 272 }
273 this.formInline.templateInformation = JSON.stringify(this.list1) 273 this.formInline.templateInformation = JSON.stringify(this.list1)
  274 +
274 let from = { 275 let from = {
275 ...this.formInline, 276 ...this.formInline,
276 contractChangeReason: this.contractChangeReason, 277 contractChangeReason: this.contractChangeReason,
@@ -289,6 +290,8 @@ import { @@ -289,6 +290,8 @@ import {
289 createDate:this.updateCurrentTime(), 290 createDate:this.updateCurrentTime(),
290 createUser: localStorage.getItem('roleName'), 291 createUser: localStorage.getItem('roleName'),
291 } 292 }
  293 + // console.log(from)
  294 + // return
292 console.error(from) 295 console.error(from)
293 let info = await this.culfj() 296 let info = await this.culfj()
294 console.error(info) 297 console.error(info)
@@ -340,6 +343,7 @@ import { @@ -340,6 +343,7 @@ import {
340 343
341 }, 344 },
342 async add() { 345 async add() {
  346 +
343 let ismb = false 347 let ismb = false
344 await this.$refs.rulesmbinfoForm.validate((valid) => { 348 await this.$refs.rulesmbinfoForm.validate((valid) => {
345 if (valid) { 349 if (valid) {
@@ -398,11 +402,18 @@ import { @@ -398,11 +402,18 @@ import {
398 documentAddress: this.templateAttachment, 402 documentAddress: this.templateAttachment,
399 insertData: JSON.stringify(info) 403 insertData: JSON.stringify(info)
400 } 404 }
  405 +
  406 + if(this.formInline.coverImage){
  407 + this.formInline.coverImage = this.$baseURL+this.formInline.coverImage
  408 + }
  409 + console.log(this.formInline.coverImage,'this.formInline.coverImagethis.formInline.coverImagethis.formInline.coverImage')
  410 + return
401 dataInprotDocument(c1).then(res => { 411 dataInprotDocument(c1).then(res => {
402 console.error(res) 412 console.error(res)
403 if(res.code == 200 && res.data) { 413 if(res.code == 200 && res.data) {
404 this.formInline.appendicesContract = res.data 414 this.formInline.appendicesContract = res.data
405 415
  416 +
406 contractinsertAdd({ 417 contractinsertAdd({
407 ...this.formInline, 418 ...this.formInline,
408 templateInformationUrl:this.templateAttachment, 419 templateInformationUrl:this.templateAttachment,
admin-web-master/src/components/add/addmap.vue
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 </el-form-item> 26 </el-form-item>
27 <el-form-item label="轮播图" prop="carouselId" > 27 <el-form-item label="轮播图" prop="carouselId" >
28 <el-select v-model="formInline.carouselId" placeholder="请选择" style="width: 100%;"> 28 <el-select v-model="formInline.carouselId" placeholder="请选择" style="width: 100%;">
29 - <el-option v-for="(item,index) in tableData" :key="index" :label="'第'+(index+1)+'张'" :value="item.id"></el-option> 29 + <el-option v-for="(item,index) in tableData" :key="index" :label="'第'+(index+1)+'张'+`${item.type==1?'商城端':'商家端'}`" :value="item.id"></el-option>
30 </el-select> 30 </el-select>
31 </el-form-item> 31 </el-form-item>
32 <el-form-item label="广告尺寸" prop="dimensions" > 32 <el-form-item label="广告尺寸" prop="dimensions" >
@@ -45,6 +45,7 @@ @@ -45,6 +45,7 @@
45 <upimg :cmpOption="{disabled:false,isSetCover:false}" filePath="gg" inputtype="locationDiagram" :value="formInline.locationDiagram" 45 <upimg :cmpOption="{disabled:false,isSetCover:false}" filePath="gg" inputtype="locationDiagram" :value="formInline.locationDiagram"
46 @changimg="e=>changimg(e,'locationDiagram')"></upimg> 46 @changimg="e=>changimg(e,'locationDiagram')"></upimg>
47 </el-form-item> 47 </el-form-item>
  48 +
48 <el-form-item label="介绍" prop="memo"> 49 <el-form-item label="介绍" prop="memo">
49 <wangEditor v-model="formInline.memo" ref="editor" :height="200"></wangEditor> 50 <wangEditor v-model="formInline.memo" ref="editor" :height="200"></wangEditor>
50 <!-- <el-input maxlength="200" show-word-limit rows="4" v-model="formInline.memo" placeholder="请输入" 51 <!-- <el-input maxlength="200" show-word-limit rows="4" v-model="formInline.memo" placeholder="请输入"
@@ -121,6 +122,7 @@ @@ -121,6 +122,7 @@
121 <upimg :cmpOption="{disabled:false,isSetCover:false}" filePath="gg" inputtype="locationDiagram" :value="formInline.locationDiagram" 122 <upimg :cmpOption="{disabled:false,isSetCover:false}" filePath="gg" inputtype="locationDiagram" :value="formInline.locationDiagram"
122 @changimg="e=>changimg(e,'locationDiagram')"></upimg> 123 @changimg="e=>changimg(e,'locationDiagram')"></upimg>
123 </el-form-item> 124 </el-form-item>
  125 +
124 <el-row :gutter="20"> 126 <el-row :gutter="20">
125 <el-col :span="12"> 127 <el-col :span="12">
126 <el-form-item> 128 <el-form-item>
@@ -212,9 +214,9 @@ @@ -212,9 +214,9 @@
212 onlineType: '' ,// 线上类型 214 onlineType: '' ,// 线上类型
213 belongingGreenwaySection: '', // 所属绿道段 215 belongingGreenwaySection: '', // 所属绿道段
214 belongingParkTrail: '', // 所属公园/步道 216 belongingParkTrail: '', // 所属公园/步道
  217 + // carouselId:'',//选择租赁广告位置
215 }, 218 },
216 rules: { 219 rules: {
217 -  
218 advertisingType: [{ 220 advertisingType: [{
219 required: true, 221 required: true,
220 message: '请选择广告类型', 222 message: '请选择广告类型',
@@ -245,6 +247,7 @@ @@ -245,6 +247,7 @@
245 message: '请上传位置示意图', 247 message: '请上传位置示意图',
246 trigger: ['change'] 248 trigger: ['change']
247 }], 249 }],
  250 +
248 }, 251 },
249 rulesSt: { 252 rulesSt: {
250 belongingGreenwaySection: [{ 253 belongingGreenwaySection: [{
@@ -354,6 +357,11 @@ @@ -354,6 +357,11 @@
354 const lvdao = await lvdaoduan() 357 const lvdao = await lvdaoduan()
355 const gongyua = await parkTrails() 358 const gongyua = await parkTrails()
356 this.lvdaoList = lvdao.data.concat(gongyua.data) 359 this.lvdaoList = lvdao.data.concat(gongyua.data)
  360 + let obj = {
  361 + pageNumber: 1,
  362 + pageSize: 10
  363 + }
  364 +
357 }, 365 },
358 methods: { 366 methods: {
359 validateNumber(field, value) { 367 validateNumber(field, value) {
admin-web-master/src/utils/request.js
@@ -22,7 +22,7 @@ if(host === &#39;localhost:8080&#39; || host === &#39;localhost:8081&#39; || host === &#39;localhost @@ -22,7 +22,7 @@ if(host === &#39;localhost:8080&#39; || host === &#39;localhost:8081&#39; || host === &#39;localhost
22 // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; 22 // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1;
23 23
24 24
25 - // baseURL = 'http://128.10.249.39:9003'; 25 + baseURL = 'http://128.10.249.37:9003';
26 26
27 27
28 } else { 28 } else {
admin-web-master/src/utils/request2.js
@@ -20,7 +20,7 @@ if(host === &#39;localhost:8080&#39; || host === &#39;localhost:8081&#39; || host === &#39;localhost @@ -20,7 +20,7 @@ if(host === &#39;localhost:8080&#39; || host === &#39;localhost:8081&#39; || host === &#39;localhost
20 baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server'; 20 baseURL = 'https://zhgw-uat.028wlkj.com/cdwlMall/meserver/business-server';
21 // baseURL = 'http://172.16.61.125:9004'; 21 // baseURL = 'http://172.16.61.125:9004';
22 // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/business-server'; 22 // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/business-server';
23 - // baseURL = 'http://128.10.249.44:9004'; 23 + baseURL = 'http://128.10.249.37:9004';
24 } else { 24 } else {
25 console.error('---------------------') 25 console.error('---------------------')
26 console.error(hostall) 26 console.error(hostall)
admin-web-master/src/views/serve/salesReport.vue
@@ -93,7 +93,7 @@ @@ -93,7 +93,7 @@
93 93
94 </div> 94 </div>
95 </div> 95 </div>
96 -<iframe src="http://localhost:9528/investigation/wenjuanList?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX25hbWUiOiIxODEwODE0Mzk0NSIsImp0aSI6Imt3Z1c4aU96NkVtTFZsNWg0UWdORF9aUFBRRSIsImNsaWVudF9pZCI6ImNiOGYxNDE2M2QxYzExZWM5NmU4MDBlMDRjMzEwMjUzIiwic2NvcGUiOlsiZ2V0X3VzZXJfaW5mbyJdfQ.T1zOJ9N78NJ01yW0C7Kv7QdgqDoLGt4EC4XoZ76jnocIGAgH30gFqI6o-dbQuSYeXGmgTfGfbqSINUksP91GEsEHpJK_knLrmpfHTMf7gtfzx8nIsRQLtf_GPZbUn3hoWnHpEuhH5c__3KEdVaruOZDxrevHqO7IfFRjp3giw19n0ymmDDmvtCidtrVM4XvyQEHTQ9iikWaAqW3W582MEh1GsIBh5S2fqBU_h6vc5q4OIFyQeNb-tEhcMb0gEY3rxbukdCKP3pgAZeZtFYpWn4MY8W4CZeRU9A6JcU8pFNj0Ar8zrveLrx0Oh3FRcNADsx0nUA4dXPvERnEMAZpDOQ" ref="iframe" frameborder="0" width="100%" height="700px" /> 96 +<!-- <iframe src="http://localhost:9528/investigation/wenjuanList?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX25hbWUiOiIxODEwODE0Mzk0NSIsImp0aSI6Imt3Z1c4aU96NkVtTFZsNWg0UWdORF9aUFBRRSIsImNsaWVudF9pZCI6ImNiOGYxNDE2M2QxYzExZWM5NmU4MDBlMDRjMzEwMjUzIiwic2NvcGUiOlsiZ2V0X3VzZXJfaW5mbyJdfQ.T1zOJ9N78NJ01yW0C7Kv7QdgqDoLGt4EC4XoZ76jnocIGAgH30gFqI6o-dbQuSYeXGmgTfGfbqSINUksP91GEsEHpJK_knLrmpfHTMf7gtfzx8nIsRQLtf_GPZbUn3hoWnHpEuhH5c__3KEdVaruOZDxrevHqO7IfFRjp3giw19n0ymmDDmvtCidtrVM4XvyQEHTQ9iikWaAqW3W582MEh1GsIBh5S2fqBU_h6vc5q4OIFyQeNb-tEhcMb0gEY3rxbukdCKP3pgAZeZtFYpWn4MY8W4CZeRU9A6JcU8pFNj0Ar8zrveLrx0Oh3FRcNADsx0nUA4dXPvERnEMAZpDOQ" ref="iframe" frameborder="0" width="100%" height="700px" /> -->
97 <!-- <iframe v-if="show" src="https://zhgw-uat.028wlkj.com/cdwlMall/investigation/wenjuanList?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX25hbWUiOiIxODEwODE0Mzk0NSIsImp0aSI6Imt3Z1c4aU96NkVtTFZsNWg0UWdORF9aUFBRRSIsImNsaWVudF9pZCI6ImNiOGYxNDE2M2QxYzExZWM5NmU4MDBlMDRjMzEwMjUzIiwic2NvcGUiOlsiZ2V0X3VzZXJfaW5mbyJdfQ.T1zOJ9N78NJ01yW0C7Kv7QdgqDoLGt4EC4XoZ76jnocIGAgH30gFqI6o-dbQuSYeXGmgTfGfbqSINUksP91GEsEHpJK_knLrmpfHTMf7gtfzx8nIsRQLtf_GPZbUn3hoWnHpEuhH5c__3KEdVaruOZDxrevHqO7IfFRjp3giw19n0ymmDDmvtCidtrVM4XvyQEHTQ9iikWaAqW3W582MEh1GsIBh5S2fqBU_h6vc5q4OIFyQeNb-tEhcMb0gEY3rxbukdCKP3pgAZeZtFYpWn4MY8W4CZeRU9A6JcU8pFNj0Ar8zrveLrx0Oh3FRcNADsx0nUA4dXPvERnEMAZpDOQ" ref="iframe" frameborder="0" width="100%" height="700px" /> --> 97 <!-- <iframe v-if="show" src="https://zhgw-uat.028wlkj.com/cdwlMall/investigation/wenjuanList?token=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX25hbWUiOiIxODEwODE0Mzk0NSIsImp0aSI6Imt3Z1c4aU96NkVtTFZsNWg0UWdORF9aUFBRRSIsImNsaWVudF9pZCI6ImNiOGYxNDE2M2QxYzExZWM5NmU4MDBlMDRjMzEwMjUzIiwic2NvcGUiOlsiZ2V0X3VzZXJfaW5mbyJdfQ.T1zOJ9N78NJ01yW0C7Kv7QdgqDoLGt4EC4XoZ76jnocIGAgH30gFqI6o-dbQuSYeXGmgTfGfbqSINUksP91GEsEHpJK_knLrmpfHTMf7gtfzx8nIsRQLtf_GPZbUn3hoWnHpEuhH5c__3KEdVaruOZDxrevHqO7IfFRjp3giw19n0ymmDDmvtCidtrVM4XvyQEHTQ9iikWaAqW3W582MEh1GsIBh5S2fqBU_h6vc5q4OIFyQeNb-tEhcMb0gEY3rxbukdCKP3pgAZeZtFYpWn4MY8W4CZeRU9A6JcU8pFNj0Ar8zrveLrx0Oh3FRcNADsx0nUA4dXPvERnEMAZpDOQ" ref="iframe" frameborder="0" width="100%" height="700px" /> -->
98 </div> 98 </div>
99 </template> 99 </template>
ceres-uniapp-master/components/canvasShow/basics/banner.vue
@@ -42,8 +42,14 @@ @@ -42,8 +42,14 @@
42 type:1 42 type:1
43 } 43 }
44 NET.request2(API.cereCarouselImage, pagesize, 'POST').then(res => { 44 NET.request2(API.cereCarouselImage, pagesize, 'POST').then(res => {
45 -  
46 - this.bannerList = res.data.content 45 + res.data.content.map(item=>{
  46 + if(item.state ==1){
  47 + item.imageUrl ='https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/lb/f96559b3-949e-49f3-9db0-72dc59795b0f-0c5150bb-7419-43e2-a8b0-e57c305eb99b-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250110172248.jpg'
  48 + item.jumpUrl = ''
  49 + }
  50 +
  51 + })
  52 + this.bannerList = res.data.content
47 53
48 }) 54 })
49 // uni.request({ 55 // uni.request({
lvdao-miniapp/pages/home/home.vue
@@ -541,6 +541,13 @@ @@ -541,6 +541,13 @@
541 }) 541 })
542 // 轮播图 542 // 轮播图
543 this.$http.sendRequest('/cereCarouselImage/queryByPage', 'POST', this.pageindex, 1).then(res => { 543 this.$http.sendRequest('/cereCarouselImage/queryByPage', 'POST', this.pageindex, 1).then(res => {
  544 + res.data.data.content.map(item=>{
  545 + if(item.state ==1){
  546 + item.imageUrl ='https://zhgw-uat.028wlkj.com/cdwlMall/zsfwzxt/lb/f96559b3-949e-49f3-9db0-72dc59795b0f-0c5150bb-7419-43e2-a8b0-e57c305eb99b-%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20250110172248.jpg'
  547 + item.jumpUrl = ''
  548 + }
  549 +
  550 + })
544 this.swiperList = res.data.data.content 551 this.swiperList = res.data.data.content
545 }) 552 })
546 // 营销推广活动 553 // 营销推广活动
lvdao-miniapp/pages/propertyPay/payRecord/payRecord.vue
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 <view class="title-top"> 3 <view class="title-top">
4 <div class="left" @click="show = true"> 4 <div class="left" @click="show = true">
5 <text>{{year}}年<u-icon name="arrow-down"></u-icon></text> 5 <text>{{year}}年<u-icon name="arrow-down"></u-icon></text>
6 - <u-icon name="arrow-down" style="font-size: 24rpx;margin-left: 10rpx;" /> 6 + <!-- <u-icon name="arrow-down" style="font-size: 24rpx;margin-left: 10rpx;" /> -->
7 <u-picker v-model="show" mode="time" :params="{year: true}" @confirm ="change"></u-picker> 7 <u-picker v-model="show" mode="time" :params="{year: true}" @confirm ="change"></u-picker>
8 </div> 8 </div>
9 <div class="right"><u-icon name="rmb" class="price" /><text class="price">{{allnum}}</text></div> 9 <div class="right"><u-icon name="rmb" class="price" /><text class="price">{{allnum}}</text></div>