|
|
@@ -218,7 +218,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
if (isset($orderInfo->fistWcPrintNum) && $orderInfo->fistWcPrintNum > 1) {
|
|
|
if ($orderInfo->fistWcPrintNum == 2) {
|
|
|
$printSn = $ext['wcPrintSn2'] ?? '';
|
|
|
- noticeUtil::push("使用第2台机器打印 {$printSn}", '15280215347');
|
|
|
+ //noticeUtil::push("使用第2台机器打印 {$printSn}", '15280215347');
|
|
|
}
|
|
|
if ($orderInfo->fistWcPrintNum == 3) {
|
|
|
$printSn = $ext['wcPrintSn3'] ?? '';
|
|
|
@@ -229,7 +229,7 @@ class PurchaseOrderClass extends BaseClass
|
|
|
if ($order > 1) {
|
|
|
if ($order == 2) {
|
|
|
$printSn = $ext['wcPrintSn2'] ?? '';
|
|
|
- noticeUtil::push("使用第2台机器打印 {$printSn}", '15280215347');
|
|
|
+ //noticeUtil::push("使用第2台机器打印 {$printSn}", '15280215347');
|
|
|
}
|
|
|
if ($order == 3) {
|
|
|
$printSn = $ext['wcPrintSn3'] ?? '';
|