shish 4 месяцев назад
Родитель
Сommit
845f2bc248
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      biz-ghs/order/classes/OrderClass.php

+ 3 - 1
biz-ghs/order/classes/OrderClass.php

@@ -3048,10 +3048,12 @@ XL;
             }
             $itemNum = $order->itemNum ?? 0;
             $itemNum = floatval($itemNum);
+            $payTime = $order->payTime ?? '';
+            $payDate = date('m-d H:i', strtotime($payTime));
             $content = '<TEXT x="400" y="30" font="12" w="4" h="4" r="90">' . $shortName . '</TEXT>';
             $content .= '<TEXT x="290" y="30" font="12" w="2" h="3" r="90">' . $customName . '</TEXT>';
             $content .= '<TEXT x="195" y="30" font="12" w="1" h="2" r="90">' . $fullAddress . '</TEXT>';
-            $content .= '<TEXT x="128" y="30" font="12" w="2" h="2" r="90">' . $customMobile . ' ' . $itemNum . '扎</TEXT>';
+            $content .= '<TEXT x="128" y="30" font="12" w="2" h="2" r="90">' . $customMobile . ' ' . $itemNum . '扎 '.$payDate.'</TEXT>';
             //福州易批花,不仅要自动打印,还要打印出物流名称
             if ($orderMainId == 25119) {
                 $content .= '<TEXT x="70" y="30" font="12" w="2" h="2" r="90">物流 ' . $wlName . '</TEXT>';