From fbad7dff721bec0a449232efa6a2c818f3190e7b Mon Sep 17 00:00:00 2001 From: "gary_chen\\gary_chen" Date: Wed, 8 Nov 2023 09:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=97=A5=E7=A8=8B=20=E5=B7=A5?= =?UTF-8?q?=E5=8B=99=E5=8A=A9=E7=90=86=E6=96=B0=E5=A2=9E=20M0188?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wms/wipwhole-rec-invoice-edit.php | 2 +- wms/wipwhole-renovate-rec-invoice-edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }