|
|
@@ -96,11 +96,11 @@ class PurchaseOrderClass extends BaseClass
|
|
|
$cgItemNum = $cgItem->itemNum ?? 0;
|
|
|
$productId = $cgItem->productId ?? 0;
|
|
|
$ptItemId = $cgItem->itemId ?? 0;
|
|
|
- $assignSeat = $cgItem->assignSeat;
|
|
|
- if($assignSeat == 0){
|
|
|
- //不需要分配货位
|
|
|
- continue;
|
|
|
- }
|
|
|
+// $assignSeat = $cgItem->assignSeat;
|
|
|
+// if($assignSeat == 0){
|
|
|
+// //不需要分配货位
|
|
|
+// continue;
|
|
|
+// }
|
|
|
if ($cgItemNum <= 0) {
|
|
|
continue;
|
|
|
}
|