|
|
@@ -43,8 +43,8 @@ class StorageController
|
|
|
"taskMode" => 1,
|
|
|
"bins"=>[
|
|
|
[
|
|
|
- "binCode" => "IDE0000159",
|
|
|
- "taskCode" =>'t1'.microtime(true),
|
|
|
+ "binCode" => "IDE0005713",
|
|
|
+ "taskCode" =>UUID::uuid4().'|'.microtime(true),
|
|
|
"fromLocCode" => "BIN-IN1",
|
|
|
"toLocCode" => "",
|
|
|
],
|
|
|
@@ -72,8 +72,8 @@ class StorageController
|
|
|
"taskMode" => 6,
|
|
|
"bins"=>[[
|
|
|
"taskCode" =>'t1'.microtime(true),
|
|
|
- "binCode" => "IDE0005682",
|
|
|
- "fromLocCode" => "HAIB1-01-03", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
+ "binCode" => "IDE0005173",
|
|
|
+ "fromLocCode" => "HAIB1-02-03", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
"toLocCode" => "",
|
|
|
]
|
|
|
// ,[
|
|
|
@@ -95,22 +95,25 @@ class StorageController
|
|
|
]];
|
|
|
$this->moveBinIn2 = [[
|
|
|
"taskMode" => 3,
|
|
|
- "bins"=>[[
|
|
|
+ "bins"=>[
|
|
|
+ [
|
|
|
"taskCode" =>'t1'.microtime(true),
|
|
|
- "binCode" => "IDE0000036",
|
|
|
+ "binCode" => "IDE0005716",
|
|
|
"fromLocCode" => "", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
- "toLocCode" => "HAIB1-01-03",
|
|
|
- ],[
|
|
|
- "taskCode" =>'t2'.microtime(true),
|
|
|
- "binCode" => "IDE0004973",
|
|
|
- "fromLocCode" => "", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
"toLocCode" => "HAIB1-02-03",
|
|
|
- ],[
|
|
|
- "taskCode" =>'t3'.microtime(true),
|
|
|
- "binCode" => "IDE0005716",
|
|
|
- "fromLocCode" => "", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
- "toLocCode" => "HAIB1-03-02",
|
|
|
- ],],
|
|
|
+ ],
|
|
|
+// [
|
|
|
+// "taskCode" =>'t2'.microtime(true),
|
|
|
+// "binCode" => "IDE0004973",
|
|
|
+// "fromLocCode" => "", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
+// "toLocCode" => "HAIB1-02-03",
|
|
|
+// ],[
|
|
|
+// "taskCode" =>'t3'.microtime(true),
|
|
|
+// "binCode" => "IDE0005716",
|
|
|
+// "fromLocCode" => "", //B1是面对架货右手,从右往左数列,第三个数字从下往上数行
|
|
|
+// "toLocCode" => "HAIB1-03-02",
|
|
|
+// ],
|
|
|
+ ],
|
|
|
"groupCode" => 'g'.microtime(true),
|
|
|
"priority" => 20,
|
|
|
"sequenceFlag" => 1,
|