Commit bde8fe52 authored by 786817560's avatar 786817560

'提交代码'

parent f0394877
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-10-23 17:33:47
* @LastEditTime: 2019-10-24 09:24:21
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
......@@ -99,6 +99,7 @@ export default {
watch: {},
activated () {
this.name = this.$route.params.name
this.bankCardQuery()
if (this.project_id !== this.$route.params.project_id || !this.$route.params.entry_info_flag) {
this.project_id = this.$route.params.project_id
this.bankImg = ''
......@@ -224,6 +225,16 @@ export default {
})
}
},
bankCardQuery () {
let vm = this
let url = $config.basePath + 'con_bank_query'
let param = {
project_id: vm.$route.params.project_id,
}
vm.hlsHttp.post(url, param).then(function (res) {
console.log('bankcardinfo。。。。。。。。。。。。', res)
})
},
},
}
</script>
......
......@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-21 18:48:53
* @LastEditTime: 2019-10-24 09:10:29
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -198,7 +198,8 @@
</h-content>
<bottom-tab v-if="confirm_status!=='APPROVED'&& (this.$route.params.hasButtom || hasButtomStorage)" class="footer-button">
<tab-button class="approve" @click.native="showModalValue=true">
<img src="@/assets/intoApproval/approve.png" >审批
<!-- <img src="@/assets/intoApproval/approve.png" > -->
确认签约
</tab-button>
</bottom-tab>
<h-modal
......@@ -385,7 +386,7 @@ export default {
params: {
project_id: window.sessionStorage.getItem('project_id'),
confirm_status: this.confirm_status,
product_num: this.info.product_num
product_num: this.info.product_num,
},
})
},
......
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