|
@@ -385,6 +385,7 @@
|
|
|
$checkBtnRole('apply', $route.meta.roles) &&
|
|
|
( !scope.row.automaticStatus &&
|
|
|
scope.row.examineStatus === 'SAVE') ||
|
|
|
+ !isCustomer &&
|
|
|
$checkBtnRole('apply', $route.meta.roles) &&
|
|
|
( scope.row.automaticStatus &&
|
|
|
scope.row.examineStatus === 'SAVE' &&
|
|
@@ -448,6 +449,7 @@
|
|
|
(!scope.row.automaticStatus &&
|
|
|
(scope.row.examineStatus === 'SAVE' || scope.row.examineStatus === 'FAIL') &&
|
|
|
scope.row.type === 2) )||
|
|
|
+ !isCustomer &&
|
|
|
$checkBtnRole('apply', $route.meta.roles) &&
|
|
|
(scope.row.automaticStatus &&
|
|
|
scope.row.examineStatus === 'SAVE' &&
|