|
|
|
|
@ -245,10 +245,11 @@
|
|
|
|
|
}
|
|
|
|
|
let res = await getOatoken()
|
|
|
|
|
let url =
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.purchase_last_flow_id}?oatoken=${res.oatoken}`
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.purchase_last_flow_id}?wuziguanli_oatoken=${res.oatoken}`
|
|
|
|
|
let seeBuy = window.open(url, 'seeBuy',
|
|
|
|
|
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
console.log(url)
|
|
|
|
|
},
|
|
|
|
|
async seeBidding() {
|
|
|
|
|
if (!this.detail?.invite_last_flow_id) {
|
|
|
|
|
@ -261,10 +262,11 @@
|
|
|
|
|
}
|
|
|
|
|
let res = await getOatoken()
|
|
|
|
|
let url =
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.invite_last_flow_id}?oatoken=${res.oatoken}`
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.invite_last_flow_id}?wuziguanli_oatoken=${res.oatoken}`
|
|
|
|
|
let seeBidding = window.open(url, 'seeBidding',
|
|
|
|
|
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
console.log(url)
|
|
|
|
|
},
|
|
|
|
|
async seeSignProcess() {
|
|
|
|
|
if (!this.detail?.join_last_flow_id) {
|
|
|
|
|
@ -277,10 +279,11 @@
|
|
|
|
|
}
|
|
|
|
|
let res = await getOatoken()
|
|
|
|
|
let url =
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.join_last_flow_id}?oatoken=${res.oatoken}`
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.join_last_flow_id}?wuziguanli_oatoken=${res.oatoken}`
|
|
|
|
|
let seeSign = window.open(url, 'seeSign',
|
|
|
|
|
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
console.log(url)
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
async seeAskProcess() {
|
|
|
|
|
@ -292,12 +295,14 @@
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
let res = await getOatoken()
|
|
|
|
|
let res = await getOatoken()
|
|
|
|
|
console.log(url)
|
|
|
|
|
let url =
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.req_last_flow_id}?oatoken=${res.oatoken}`
|
|
|
|
|
`${process.env.VUE_APP_OA_URL}/admin/flow/view/${this.detail.req_last_flow_id}?wuziguanli_oatoken=${res.oatoken}`
|
|
|
|
|
let seeAsk = window.open(url, 'seeAsk',
|
|
|
|
|
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
|
|
|
|
|
)
|
|
|
|
|
)
|
|
|
|
|
console.log(url)
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
async getDetail(id) {
|
|
|
|
|
|