mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 03:42:53 +08:00
Merge branch 'feature/GFRS-451【0312】电投添加双录提示' into dev
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user