Browse Source

大日程 工務助理新增 M0188

gary
gary_chen\gary_chen 1 year ago
parent
commit
fbad7dff72
  1. 2
      wms/wipwhole-rec-invoice-edit.php
  2. 2
      wms/wipwhole-renovate-rec-invoice-edit.php

2
wms/wipwhole-rec-invoice-edit.php

@ -52,7 +52,7 @@ $pinzheng = getPinzhengStatus($link, $user_department_id, $role_id);
$tab = getTabNo($user_department_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 = ""; $warehouse2 = "";
$tab = 5; $tab = 5;
} }

2
wms/wipwhole-renovate-rec-invoice-edit.php

@ -50,7 +50,7 @@ $pinzheng = getPinzhengStatus($link, $user_department_id, $role_id);
$tab = getTabNo($user_department_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 = ""; $warehouse2 = "";
$tab = 5; $tab = 5;
} }

Loading…
Cancel
Save