动火点击定位后。无法正常审批

zhy_new_1203
liujun 2024-12-03 19:25:19 +08:00
parent cc9dd66f3b
commit 11a117e39a
2 changed files with 6 additions and 4 deletions

View File

@ -36,6 +36,8 @@ export default {
taskId: '',
EW_RU_JOB_ID: '',
vernier: '',
CORP_ID: '',
CORP_NAME: '',
formItems: [
{name: '经度', key_name: 'WORK_LONGITUDE', type: 0},
{name: '纬度', key_name: 'WORK_LATITUDE', type: 0}
@ -55,8 +57,8 @@ export default {
this.EW_RU_JOB_ID = options.EW_RU_JOB_ID
this.vernier = options.vernier
this.type = options.type
this.form.CORP_ID = options.CORPINFO_ID
this.form.CORP_NAME = options.CORP_NAME
this.CORP_ID = options.CORP_ID
this.CORP_NAME = options.CORP_NAME
},
methods: {
fnLocation() {
@ -78,7 +80,7 @@ export default {
form: this.form,
formItems: this.formItems,
TYPE: this.type,
CORP_ID: this.form.CORP_ID,
CORP_ID: this.CORP_ID,
EW_RU_TASK_ID: this.taskId,
EW_RU_JOB_ID: this.EW_RU_JOB_ID,
vernier: this.vernier

View File

@ -239,7 +239,7 @@ export const resolveNextOperation = async ({EW_RU_TASK_ID = '', CORP_ID = '', TY
if (info.otherFlag !== null && info.otherFlag.redirectFlag === '1') {
uni.$u.route({
url: info.otherFlag.url,
params: {taskId: EW_RU_TASK_ID, EW_RU_JOB_ID, TYPE,vernier: info.vernier}
params: {taskId: EW_RU_TASK_ID, EW_RU_JOB_ID, TYPE,CORP_ID,vernier: info.vernier}
})
return
}