|
|
|
@ -531,7 +531,7 @@
|
|
|
|
this.form.accept_admin_id = e.id
|
|
|
|
this.form.accept_admin_id = e.id
|
|
|
|
this.form.accpet_department_id = e.department_id
|
|
|
|
this.form.accpet_department_id = e.department_id
|
|
|
|
this.form.acceptName = e.name
|
|
|
|
this.form.acceptName = e.name
|
|
|
|
if (this.visitAreaText == '非生产区') {
|
|
|
|
if (this.visitAreaText == '非生产区'||this.visitAreaText == '研发R&D') {
|
|
|
|
this.form.accompany_id = e.id
|
|
|
|
this.form.accompany_id = e.id
|
|
|
|
this.form.accompanyName = e.name
|
|
|
|
this.form.accompanyName = e.name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -540,7 +540,7 @@
|
|
|
|
this.form.accept_admin_id = e.id
|
|
|
|
this.form.accept_admin_id = e.id
|
|
|
|
this.form.accpet_department_id = e.department_id
|
|
|
|
this.form.accpet_department_id = e.department_id
|
|
|
|
this.form.goodsName = e.name
|
|
|
|
this.form.goodsName = e.name
|
|
|
|
if (this.visitAreaText == '非生产区') {
|
|
|
|
if (this.visitAreaText == '非生产区'||this.visitAreaText == '研发R&D') {
|
|
|
|
this.form.accompany_id = e.id
|
|
|
|
this.form.accompany_id = e.id
|
|
|
|
this.form.accompanyName = e.name
|
|
|
|
this.form.accompanyName = e.name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|