更新 mes_in_sct/app/action/SetWipOutputByItemId.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 9s
Some checks failed
Run Unit Tests / test (pull_request) Failing after 9s
This commit is contained in:
parent
7a3a359c20
commit
33f57ea7a9
@ -162,7 +162,7 @@ class SetWipOutputByItemId
|
|||||||
throw new Exception("批次[" . $batch . "]不存在子批次信息,请检查批次是否已创建");
|
throw new Exception("批次[" . $batch . "]不存在子批次信息,请检查批次是否已创建");
|
||||||
}
|
}
|
||||||
$subbatch = $ret['subbatch'];
|
$subbatch = $ret['subbatch'];
|
||||||
$process = json_decode($ret['process'], true);
|
$process2 = json_decode($ret['process'], true);
|
||||||
// 拿到工序编码
|
// 拿到工序编码
|
||||||
foreach ($process as $key => $val) {
|
foreach ($process as $key => $val) {
|
||||||
if ($val[4] == $workingsubclass) {
|
if ($val[4] == $workingsubclass) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user