Commit 03120427 authored by linxin's avatar linxin

审批确认

parent 13d35a36
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<list-item :item-height="44"> <list-item :item-height="44">
<item @click.native="type=1;sendDown()"> <item @click.native="type=1;sendDown()">
<div slot="name">身份证</div> <div slot="name">身份证</div>
<span slot="content" @click="getDetail"> <span slot="content">
<img src="@/assets/intoApproval/download.png" >下载在线查看 <img src="@/assets/intoApproval/download.png" >下载在线查看
</span> </span>
</item> </item>
......
...@@ -391,6 +391,9 @@ export default { ...@@ -391,6 +391,9 @@ export default {
appro.style.backgroundColor = 'rgba(56, 63, 69, 0.5)' appro.style.backgroundColor = 'rgba(56, 63, 69, 0.5)'
} }
}, },
'tabNum': function (newVal, oldVal) {
},
}, },
created () { created () {
if (this.bp_class === 'NP') { if (this.bp_class === 'NP') {
...@@ -418,6 +421,9 @@ export default { ...@@ -418,6 +421,9 @@ export default {
}, },
confirm () { confirm () {
this.ischecked ? (this.isConfirm = true) : (this.isConfirm = false) this.ischecked ? (this.isConfirm = true) : (this.isConfirm = false)
},
selectCheckId () {
}, },
getNPBase () { getNPBase () {
let vm = this let vm = this
...@@ -517,8 +523,11 @@ export default { ...@@ -517,8 +523,11 @@ export default {
vm.hlsPopup.showLoading('提交数据中!') vm.hlsPopup.showLoading('提交数据中!')
vm.hlsHttp.post(url, param).then(function (res) { vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading() vm.hlsPopup.hideLoading()
vm.hlsPopup.showSuccess('审批成功')
if (res.result === 'S') { if (res.result === 'S') {
vm.bondsInfo = res.lists vm.$router.push({
name: 'IntoList',
})
} }
}) })
}, },
......
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