|
|
@ -102,7 +102,7 @@ function pricereview_class($rate, $user_id, &$ret = [], $special_fee, $i = 0) |
|
|
|
// 若為第一層且使用者ID為區經理,直接訂好接下來的簽核人員並跳出。 |
|
|
|
if ($i == 0 && ($user_id == 'M0033' || $user_id == "M0137" || $user_id == 'M0029' || $user_id == 'M0054' || $user_id == "M0086")) { |
|
|
|
$ret[1] = $user_id . ",,"; |
|
|
|
$ret[2] = "M0107,,<##>M0175,,"; // 業務部專員:M0175陳君敏、M0107許紓晴(第2關有多位審核人) |
|
|
|
// $ret[2] = "M0107,,<##>M0175,,"; // 業務部專員:M0175陳君敏、M0107許紓晴(第2關有多位審核人) |
|
|
|
$ret[3] = "M0060,,"; // 業務協理 |
|
|
|
if ($rate < 80 || $special_fee > 0) { |
|
|
|
$ret[4] = "M0006,,"; // 總經理 |
|
|
@ -123,7 +123,7 @@ function pricereview_class($rate, $user_id, &$ret = [], $special_fee, $i = 0) |
|
|
|
} |
|
|
|
} else { |
|
|
|
|
|
|
|
$ret[2] = "M0107,,<##>M0175,,"; // 業務部專員:M0175陳君敏、M0107許紓晴(第2關有多位審核人) |
|
|
|
// $ret[2] = "M0107,,<##>M0175,,"; // 業務部專員:M0175陳君敏、M0107許紓晴(第2關有多位審核人) |
|
|
|
$ret[3] = "M0060,,"; // 業務協理 |
|
|
|
if ($rate < 80 || $special_fee > 0) { |
|
|
|
$ret[4] = "M0006,,"; // 總經理 |
|
|
|