|
@@ -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'] ?? '';
|