瀏覽代碼

信息变更

Zhouzhendong 4 年之前
父節點
當前提交
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();
                             ->where("status",0)->first();
                         if ($task)app("CacheShelfService")->lightUp($stationTaskMaterialBox->station->code,'1','0',[
                         if ($task)app("CacheShelfService")->lightUp($stationTaskMaterialBox->station->code,'1','0',[
                             "title"=>$task->materialBox->code ?? '',
                             "title"=>$task->materialBox->code ?? '',
-                            "detail01"=>"ASN单号:{$task->doc_code}",
-                            "detail02"=>"商品条码:{$task->barCode}",
+                            "detail01"=>"{$task->doc_code}",
+                            "detail02"=>"商品条码:{$task->bar_code}",
                             "detail03"=>"上架数量:{$task->amount}",
                             "detail03"=>"上架数量:{$task->amount}",
                         ]);
                         ]);
                         break;
                         break;