Przeglądaj źródła

海柔显示界面数量

LD 5 lat temu
rodzic
commit
bf1d2f6f72

+ 4 - 4
app/Http/Controllers/api/thirdPart/haiq/StorageController.php

@@ -43,7 +43,7 @@ class StorageController
             "taskMode"      => 1,
             "bins"=>[[
                 "taskCode"  =>'t'.microtime(true),
-                "binCode"   => "IDE0005682",
+                "binCode"   => "IDE0005713",
                 "fromLocCode" => "BIN-IN1",
                 "toLocCode" => "",
             ],],
@@ -84,9 +84,9 @@ class StorageController
             "taskMode"      => 6,
             "bins"=>[[
                 "taskCode"  =>'t'.microtime(true),
-                "binCode"   => "IDE0000130",
-                "fromLocCode" => "HAIB2-01-03",
-                "toLocCode" => "",
+                "binCode"   => "IDE0005713",
+                "fromLocCode" => "",
+                "toLocCode" => "HAIB2-03-03",
             ],],
             "groupCode"     => 'g'.microtime(true),
             "priority"      => 20,

+ 8 - 8
resources/views/station/monitor/show.blade.php

@@ -430,19 +430,19 @@
                     deep:true,
                     handler:function(newStation){
                         let grids={
-                            single:{status:'',},
+                            single:{status:'',amount:'',},
                             half:{
-                                left:{status:'',},
-                                right:{status:'',}
+                                left:{status:'',amount:'',},
+                                right:{status:'',amount:'',}
                             },
                             quarter:{
-                                left:{top:{status:'',},bottom:{status:'',},},
-                                right:{top:{status:'',},bottom:{status:'',},},
+                                left:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
+                                right:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
                             },
                             sixth:{
-                                left:{top:{status:'',},bottom:{status:'',},},
-                                mid:{top:{status:'',},bottom:{status:'',},},
-                                right:{top:{status:'',},bottom:{status:'',},},
+                                left:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
+                                mid:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
+                                right:{top:{status:'',amount:'',},bottom:{status:'',amount:'',},},
                             },
                         };
                         if(!newStation.current_station_task||newStation.current_station_task.length===0) {