Merge branch 'feature/GFRS-451【0312】电投添加双录提示' into dev

This commit is contained in:
阳华祥
2020-03-05 12:42:04 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -395,7 +395,7 @@ export default {
// })
let doubleRecordFlag = localStorage.doubleRecordFlag
let routeUrl = '/sale/signatureOfElectronic'
if (doubleRecordFlag) {
if (doubleRecordFlag == '1') {
// 跳转双录签署文件
routeUrl = '/sale/avoidDutyTip'
}
@@ -460,7 +460,7 @@ export default {
// })
let doubleRecordFlag = localStorage.doubleRecordFlag
let routeUrl = '/sale/signatureOfElectronic'
if (doubleRecordFlag) {
if (doubleRecordFlag == '1') {
// 跳转双录签署文件
routeUrl = '/sale/avoidDutyTip'
}

View File

@@ -285,7 +285,7 @@ export default {
methods: {
// 初始化
async init() {
localStorage.doubleRecordFlag = false
localStorage.doubleRecordFlag = '0' //0不是双录单 1是双录单
if (this.isWeixin) {
if (this.$route.query.airSign) {
sessionStorage.setItem('airSign', this.$route.query.airSign)
@@ -780,7 +780,7 @@ export default {
that.appntSign.map(item => {
// 判断是否双录
if (item.documentCode == '6') {
localStorage.doubleRecordFlag = true
localStorage.doubleRecordFlag = '1'
}
if (item.documentCode == '2') {
that.appntSignStatus = item.documentStatus