Zhouzhendong 4 лет назад
Родитель
Сommit
0e35d059b0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/Services/StorageService.php

+ 2 - 2
app/Services/StorageService.php

@@ -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;