shish 2 years ago
parent
commit
5b3a33a5d8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      biz-ghs/order/classes/StockOutOrderClass.php

+ 3 - 0
biz-ghs/order/classes/StockOutOrderClass.php

@@ -325,6 +325,9 @@ class StockOutOrderClass extends BaseClass
         $content .= '<BR>';
         $content .= '<BR>';
         $content .= '<BR>';
         $content .= '<BR>';
         $content .= '<BR>';
         $content .= '<BR>';
+        $content .= '<B>签名:</B><BR>';
+        $content .= '<BR>';
+        $content .= '<BR>';
         $shopId = $shop->id;
         $shopId = $shop->id;
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
         $ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
         $printSn = $ext['printSn'] ?? '';
         $printSn = $ext['printSn'] ?? '';