|
|
@@ -1814,7 +1814,7 @@ class OrderClass extends BaseClass
|
|
|
/**************************如果是好多花的云仓还要再打一下标签纸,多处要同步修改,关键词 hdh_yc *****************************/
|
|
|
|
|
|
$itemList = $showItem['list'] ?? [];
|
|
|
- if (count($itemList) > 40) {
|
|
|
+ if (count($itemList) > 3) {
|
|
|
//超出数量的打印
|
|
|
self::onlinePrintOver($showItem, $orderInfo, $currentName, $shop);
|
|
|
return true;
|