Commit a42567d5 authored by Jennie Shi's avatar Jennie Shi

调整bug

parent 96488a7d
......@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"2.7.0"'
currentVersion: '"2.7.2"'
}
......@@ -158,7 +158,7 @@
</item>
</list-item>
<div slot="buttons">
<option-button type="delete" text @click.native="delete_release(item.project_lease_item_id,index)"/>
<option-button v-if="!isReadOnly" type="delete" text @click.native="delete_release(item.project_lease_item_id,index)" />
</div>
</item-option>
</div>
......@@ -723,7 +723,9 @@ export default {
hlsPopup.showLongCenter('保存成功')
this.downNum = false
this.rentInfo.project_lease_item_id = res.master.project_lease_item_id
this.uploadList[0].pkvalue = this.rentInfo.project_lease_item_id
if (this.uploadList.length > 0) {
this.uploadList[0].pkvalue = this.rentInfo.project_lease_item_id
}
this.savePicture(this.uploadList)
let ifPush = true
this.leaseList.forEach(item => {
......@@ -1707,16 +1709,18 @@ export default {
<style lang="less">
#create-rent-info {
.swipeout-list .option-item .delete {
background-color: rgba(249,98,104,0.5);
background-image: url("../../assets/contractCreate/delete.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 30px 30px;
height: 61px !important;
}
.swipeout-list .item .function {
margin-bottom: 0px !important;
}
background-color: rgba(249,98,104,0.5);
background-image: url("../../assets/contractCreate/delete.png");
background-repeat: no-repeat;
background-position: center center;
background-size: 30px 30px;
height: 61px !important;
}
.swipeout-list .item .function {
background: url("../../assets/contractCreate/delete.png") 45% 45% #fde5e8
no-repeat;
background-size: 20px 20px;
}
.check {
span {
width: 0.32rem;
......
......@@ -49,7 +49,7 @@
</div>
</list-item>
<div slot="buttons">
<option-button type="warn" text="删除" @click.native="deleteFun(parentIndex,item)" />
<option-button type="warn" @click.native="deleteFun(parentIndex,item)" />
</div>
</item-option>
</section>
......
......@@ -15,7 +15,7 @@
</item>
</list-item>
<list-item :item-height="50" class="list">
<item @click.native="changePageHead()">
<item v-if="bpId!=='undefined'" @click.native="changePageHead()">
<div slot="name" style="color:#656464;">修改信息</div>
<div class="arrow_right"><img src="@/assets/myinfo/arrow_right.png"></div>
</item>
......@@ -76,6 +76,7 @@ export default {
update_content: '',
multiRoleList: [],
multipleRole: window.localStorage.getItem('multipleRole'),
bpId: window.localStorage.bp_id,
}
},
computed: {
......
......@@ -36,7 +36,7 @@
</div>
</div>
<div slot="buttons" class="button">
<option-button text @click.native="deleteFun(item.bank_account_num)" />
<option-button type="warn" @click.native="deleteFun(item.bank_account_num)" />
</div>
</item-option>
</li>
......
......@@ -43,7 +43,7 @@
</div>
</div>
<div slot="buttons" class="button">
<option-button text @click.native="deleteFun(item.bank_account_num)" />
<option-button type="warn" @click.native="deleteFun(item.bank_account_num)" />
</div>
</item-option>
</li>
......
......@@ -44,7 +44,7 @@
</div>
</div>
<div slot="buttons" class="button">
<option-button text @click.native="deleteFun(item.bank_account_num)" />
<option-button type="warn" @click.native="deleteFun(item.bank_account_num)" />
</div>
</item-option>
</li>
......
......@@ -49,7 +49,7 @@
</div>
</div>
<div slot="buttons" class="button">
<option-button text @click.native="deleteFun(item.bank_account_num)" />
<option-button type="warn" @click.native="deleteFun(item.bank_account_num)" />
</div>
</item-option>
</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment