|
|
@@ -569,8 +569,13 @@
|
|
|
this.auditstepcode = 'PROF_RECE'
|
|
|
} else if (this.anndata.Status === '4') {
|
|
|
this.auditstepcode = 'PROF_AUDIT'
|
|
|
- } else if (this.anndata.Status === '10') {
|
|
|
- this.auditstepcode = 'SUB_OFFICE_NS'
|
|
|
+ }
|
|
|
+ if (this.anndata.SupplierTypeName === '01') {
|
|
|
+ this.auditstepcode = 'SUB_OFFICE_WZ'
|
|
|
+ } else if (this.anndata.SupplierTypeName === '02') {
|
|
|
+ this.auditstepcode = 'SUB_OFFICE_JS'
|
|
|
+ } else if (this.anndata.SupplierTypeName === '03') {
|
|
|
+ this.auditstepcode = 'SUB_OFFICE_JF'
|
|
|
}
|
|
|
}
|
|
|
this.isAccess()
|