shish 2 yıl önce
ebeveyn
işleme
482ca06941
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      app-ghs/controllers/OrderController.php

+ 2 - 0
app-ghs/controllers/OrderController.php

@@ -1258,6 +1258,7 @@ class OrderController extends BaseController
 
 
         //A4打印需要用到的数据
         //A4打印需要用到的数据
         $customId = $info['customId'] ?? 0;
         $customId = $info['customId'] ?? 0;
+        $remark = $info['remark'] ?? '';
         $custom = CustomClass::getById($customId, true);
         $custom = CustomClass::getById($customId, true);
         if (empty($custom)) {
         if (empty($custom)) {
             util::fail('没有找到客户');
             util::fail('没有找到客户');
@@ -1298,6 +1299,7 @@ class OrderController extends BaseController
             'seatSn' => $seatSn,
             'seatSn' => $seatSn,
             'shortSendTimeWant' => $shortSendTimeWant,
             'shortSendTimeWant' => $shortSendTimeWant,
             'table' => $table,
             'table' => $table,
+            'remark' => $remark,
         ];
         ];
         $info['printData'] = $a4Print;
         $info['printData'] = $a4Print;