|
|
@@ -96,7 +96,6 @@ class StoreCheckingReceiveImport implements ToCollection,WithHeadingRow
|
|
|
"SKU" => $item["SKU"],
|
|
|
"商品名称" => $item["商品名称"],
|
|
|
"条码" => $item["条码"],
|
|
|
- "lineno" => $index+2,
|
|
|
]);
|
|
|
if ($isUniqueCommodity){
|
|
|
array_push($commodities[$item["条码"]], count($items)-1);
|
|
|
@@ -127,7 +126,6 @@ class StoreCheckingReceiveImport implements ToCollection,WithHeadingRow
|
|
|
unset($items[$index]["SKU"]);
|
|
|
unset($items[$index]["商品名称"]);
|
|
|
unset($items[$index]["条码"]);
|
|
|
- unset($items[$index]["lineno"]);
|
|
|
}
|
|
|
unset($commodities[$barcode->code]);
|
|
|
}
|
|
|
@@ -170,7 +168,6 @@ class StoreCheckingReceiveImport implements ToCollection,WithHeadingRow
|
|
|
unset($items[$index]["SKU"]);
|
|
|
unset($items[$index]["商品名称"]);
|
|
|
unset($items[$index]["条码"]);
|
|
|
- unset($items[$index]["lineno"]);
|
|
|
}
|
|
|
unset($commodities[$code]);
|
|
|
}
|
|
|
@@ -232,7 +229,6 @@ class StoreCheckingReceiveImport implements ToCollection,WithHeadingRow
|
|
|
unset($items[$index]["SKU"]);
|
|
|
unset($items[$index]["商品名称"]);
|
|
|
unset($items[$index]["条码"]);
|
|
|
- unset($items[$index]["lineno"]);
|
|
|
}
|
|
|
}
|
|
|
if (count($barcodes) > 0){
|