|
|
@@ -311,7 +311,6 @@ class StockOutOrderClass extends BaseClass
|
|
|
|
|
|
if (isset($itemList) && !empty($itemList)) {
|
|
|
foreach ($itemList as $current) {
|
|
|
-
|
|
|
$json = $current['itemInfo'] ?? '';
|
|
|
$info = json_decode($json, true);
|
|
|
$name = $info['itemName'] ?? '';
|
|
|
@@ -320,9 +319,12 @@ class StockOutOrderClass extends BaseClass
|
|
|
$show = $name . ' ' . $num . $unitName;
|
|
|
$content .= '<B>' . $show . '</B><BR>';
|
|
|
$content .= '--------------------------------<BR>';
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
+ $content .= '<BR>';
|
|
|
+ $content .= '<BR>';
|
|
|
+ $content .= '<BR>';
|
|
|
+ $content .= '<BR>';
|
|
|
$shopId = $shop->id;
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|
|
|
$printSn = $ext['printSn'] ?? '';
|