소스 검색

打印机

shish 3 년 전
부모
커밋
fa009caa0e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 4 - 4
biz-ghs/order/classes/PurchaseOrderClass.php

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