Commit ba7a07fe authored by 李晓兵's avatar 李晓兵

'修改合同签约'

parent a93e2609
......@@ -21,7 +21,7 @@
<body>
<div id="app-box"></div>
<!-- built files will be auto injected -->
<script>
<!--<script>
if (window.history && window.history.pushState) {
// 往历史记录里面添加一条新的当前页面的url
history.pushState(null, null, document.URL)
......@@ -31,6 +31,6 @@
alert('请点击左上角返回按钮返回')
}, false) // false阻止默认事件
}
</script>
</script>-->
</body>
</html>
......@@ -162,7 +162,7 @@ vum.$vumPlatform.ready(function () {
}, false) // false阻止默认事件
}*/
/*vum.$vumPlatform.registerBackButtonAction(function (e) {
vum.$vumPlatform.registerBackButtonAction(function (e) {
// let vm = this
let time
let path = router.currentRoute.path
......@@ -186,7 +186,7 @@ vum.$vumPlatform.ready(function () {
}
e.preventDefault()
return false
}, 101)*/
}, 101)
/* eslint-disable no-new */
new Vue({
......
......@@ -257,10 +257,10 @@ export default {
})
},
inSure () {
debugger
// console.log(typeof window.sessionStorage.getItem('add_status'))
console.log(this.bank_flag)
if (this.bank_flag) {
hlsPopup.showLoading('请稍候')
// this.entry_info_flag = true
let vm = this
let url = $config.basePath + 'con_bp_confirm'
......@@ -271,7 +271,7 @@ export default {
},
}
vm.hlsHttp.post(url, param).then(function (res) {
console.log('保存结果', res)
hlsPopup.hideLoading()
if (res.result === 'S') {
vm.$router.push({
name: 'ContractSigning',
......
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