diff --git a/wms/wipwhole-rec-invoice-edit.php b/wms/wipwhole-rec-invoice-edit.php index c39a8a16..79ffaf66 100644 --- a/wms/wipwhole-rec-invoice-edit.php +++ b/wms/wipwhole-rec-invoice-edit.php @@ -52,7 +52,7 @@ $pinzheng = getPinzhengStatus($link, $user_department_id, $role_id); $tab = getTabNo($user_department_id); // 工務助理 -if (in_array($user_id, ['M0164', 'M0165', 'M0127', 'M0193', 'M0170'])) { +if (in_array($user_id, ['M0164', 'M0165', 'M0127', 'M0193', 'M0170', 'M0188'])) { $warehouse2 = ""; $tab = 5; } diff --git a/wms/wipwhole-renovate-rec-invoice-edit.php b/wms/wipwhole-renovate-rec-invoice-edit.php index 26c14ff5..fb4b4746 100644 --- a/wms/wipwhole-renovate-rec-invoice-edit.php +++ b/wms/wipwhole-renovate-rec-invoice-edit.php @@ -50,7 +50,7 @@ $pinzheng = getPinzhengStatus($link, $user_department_id, $role_id); $tab = getTabNo($user_department_id); // 工務助理 -if (in_array($user_id, ['M0164', 'M0165', 'M0127', 'M0193', 'M0170'])) { +if (in_array($user_id, ['M0164', 'M0165', 'M0127', 'M0193', 'M0170', 'M0188'])) { $warehouse2 = ""; $tab = 5; }