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