Commit 14a5dfe7 authored by 786817560's avatar 786817560

'审批通过不允许再审批'

parent ad4e233d
......@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-10-09 20:55:08
* @LastEditTime: 2019-10-09 21:43:27
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -10,7 +10,7 @@
<h-header :proportion="[5,1,1]" class="bar-custom">
<div slot="left" class="h-header-btn">
<img src="@/assets/userBind/arrow.png" @click="$routeGo()">
<span @click="topsh">合同详情</span>
<span>合同详情</span>
</div>
</h-header>
<Tab @getTabNum="getTabNum" />
......@@ -261,20 +261,20 @@ export default {
},
methods:
{
topsh () {
console.log('tops')
// confirm('tops')
this.hlsPopup.showConfirm({
title: '提示',
content: '您确认吗?',
onConfirm: (data) => {
console.log(data)
if (data) {
// topsh () {
// console.log('tops')
// // confirm('tops')
// this.hlsPopup.showConfirm({
// title: '提示',
// content: '您确认吗?',
// onConfirm: (data) => {
// console.log(data)
// if (data) {
}
},
})
},
// }
// },
// })
// },
// 基本信息
getBseMsg () {
let vm = this
......
......@@ -2,12 +2,12 @@
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-25 10:20:35
* @LastEditTime: 2019-10-09 20:39:36
* @LastEditTime: 2019-10-09 21:49:42
* @LastEditors: Please set LastEditors
-->
<template>
<h-view id="approval" class="public-style" title="进件审批">
<div v-if="!isConfirm" v-once class="myModal">
<div v-if="!isConfirm&&confirm_status!=='APPROVED'" v-once class="myModal">
<div class="box">
<span class="title-box">征信授权书</span>
<div class="content-box">
......@@ -299,7 +299,7 @@
<RentInfo v-show="tabNum==1" />
<AccessoryInfo v-show="tabNum==2" @down="getDown" />
</h-content>
<bottom-tab class="footer-button">
<bottom-tab v-if="confirm_status!=='APPROVED'" class="footer-button">
<tab-button class="approve" @click.native="showModalValue=true">
<img src="@/assets/intoApproval/approve.png" >审批
</tab-button>
......@@ -350,6 +350,7 @@ export default {
checkedImg: checkedImg,
isDown: false,
bp_class: window.sessionStorage.bp_class,
confirm_status: this.$route.params.confirm_status,
rentInfo: {},
bondsInfo: [],
confirm_note: '',
......
......@@ -2,7 +2,7 @@
* @Description: 修改部分样式和数据筛选
* @Author: your name
* @Date: 2019-09-27 11:23:25
* @LastEditTime: 2019-10-09 20:24:40
* @LastEditTime: 2019-10-09 21:45:26
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -212,6 +212,9 @@ export default {
window.sessionStorage.setItem('project_id', item.project_id)
this.$router.push({
name: 'Base',
params: {
confirm_status: item.confirm_status,
},
})
},
},
......
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