|
|
|
|
@ -1998,7 +1998,7 @@ export default {
|
|
|
|
|
console.log(res)
|
|
|
|
|
if (res && res.flow?.id) {
|
|
|
|
|
window.open(
|
|
|
|
|
`http://hjjc-szemcold-test.ali251.langye.net/index.php?s=/flow/edit/id/${res.flow.id}`,
|
|
|
|
|
`http://hjjc-szemcold-test.ali251.langye.net/index.php?s=/flow/edit/id/${res.flow.id}&auth_token=${this.$store.getters.oa_token}`,
|
|
|
|
|
"bidding",
|
|
|
|
|
`top=${this.window.top},left=${this.window.left},width=${this.window.width},height=${this.window.height},location=0`
|
|
|
|
|
)
|
|
|
|
|
@ -2254,9 +2254,7 @@ export default {
|
|
|
|
|
out_zhaobiao_id: row.id,
|
|
|
|
|
};
|
|
|
|
|
//let res = await getOatoken()
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/30&id=${
|
|
|
|
|
this.$store.state.user.userId
|
|
|
|
|
}&username=${this.$store.state.user.username}&out_zhaobiao_id=${
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/30&auth_token=${this.$store.getters.oa_token}&out_zhaobiao_id=${
|
|
|
|
|
row.id
|
|
|
|
|
}&contract_json=${JSON.stringify(baseInfo)}`;
|
|
|
|
|
let bidding = window.open(
|
|
|
|
|
@ -2288,9 +2286,7 @@ export default {
|
|
|
|
|
}, ""),
|
|
|
|
|
};
|
|
|
|
|
// let res = await getOatoken()
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/8&id=${
|
|
|
|
|
this.$store.state.user.userId
|
|
|
|
|
}&username=${this.$store.state.user.username}&out_caigou_id=${
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/8&auth_token=${this.$store.getters.oa_token}&out_caigou_id=${
|
|
|
|
|
row.id
|
|
|
|
|
}&contract_json=${JSON.stringify(baseInfo)}`;
|
|
|
|
|
let buyProcess = window.open(
|
|
|
|
|
@ -2310,9 +2306,7 @@ export default {
|
|
|
|
|
//"承包商\\供应商":row.supply
|
|
|
|
|
};
|
|
|
|
|
// let res = await getOatoken()
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/9&id=${
|
|
|
|
|
this.$store.state.user.userId
|
|
|
|
|
}&username=${this.$store.state.user.username}&out_contract_id=${
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/9&auth_token=${this.$store.getters.oa_token}&out_contract_id=${
|
|
|
|
|
row.id
|
|
|
|
|
}&contract_json=${JSON.stringify(baseInfo)}`;
|
|
|
|
|
let signProcess = window.open(
|
|
|
|
|
@ -2338,9 +2332,7 @@ export default {
|
|
|
|
|
zongjia: row?.zongjia,
|
|
|
|
|
//"承包商\\供应商":row.supply
|
|
|
|
|
};
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/24&id=${
|
|
|
|
|
this.$store.state.user.userId
|
|
|
|
|
}&username=${this.$store.state.user.username}&out_contract_id=${
|
|
|
|
|
let url = `${process.env.VUE_APP_OUT_OLD}?s=/flow/add/modid/24&auth_token=${this.$store.getters.oa_token}&out_contract_id=${
|
|
|
|
|
row.id
|
|
|
|
|
}&contract_json=${JSON.stringify(baseInfo)}`;
|
|
|
|
|
let signProcess = window.open(
|
|
|
|
|
|