|
|
@@ -81,8 +81,8 @@ class StorageService
|
|
|
->where("status",0)->first();
|
|
|
if ($task)app("CacheShelfService")->lightUp($stationTaskMaterialBox->station->code,'1','0',[
|
|
|
"title"=>$task->materialBox->code ?? '',
|
|
|
- "detail01"=>"ASN单号:{$task->doc_code}",
|
|
|
- "detail02"=>"商品条码:{$task->barCode}",
|
|
|
+ "detail01"=>"{$task->doc_code}",
|
|
|
+ "detail02"=>"商品条码:{$task->bar_code}",
|
|
|
"detail03"=>"上架数量:{$task->amount}",
|
|
|
]);
|
|
|
break;
|