|
|
@@ -1565,7 +1565,7 @@ class OrderClass extends BaseClass
|
|
|
{
|
|
|
$itemList = $showItem['list'];
|
|
|
$orderSn = $orderInfo->orderSn ?? '';
|
|
|
- $arr = array_chunk($itemList, 50);
|
|
|
+ $arr = array_chunk($itemList, 40);
|
|
|
$totalPage = count($arr);
|
|
|
foreach ($arr as $key => $itemList) {
|
|
|
|
|
|
@@ -1691,7 +1691,7 @@ class OrderClass extends BaseClass
|
|
|
$currentName = $shopName == '首店' ? $sjName : $sjName . ' ' . $shopName;
|
|
|
|
|
|
$itemList = $showItem['list'] ?? [];
|
|
|
- if (count($itemList) > 50) {
|
|
|
+ if (count($itemList) > 40) {
|
|
|
//超出数量的打印
|
|
|
self::onlinePrintOver($showItem, $orderInfo, $currentName, $shop);
|
|
|
return true;
|