Commit a42567d5 authored by Jennie Shi's avatar Jennie Shi

调整bug

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