Commit 4acda0b9 by Joneq

修改散件判断

parent 47f42982
Showing with 1 additions and 1 deletions
......@@ -231,7 +231,7 @@ class PickTaskLogic
//如果该任务没有打包复核任务,而且还是散件,就生成一个打包复核任务
if($outStoreInfo['remark'] == '散件'){
if(empty($value['box_id']) || ($value['pick_remark'] == '拆零') || empty($outStoreInfo['is_apply_customs'])){
$picktaskInfo = PickTaskModel::getWhereObj([])->where('pick_task_id',$value['pick_task_id'])->first();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment