|
@@ -4524,7 +4524,6 @@ class WholeController extends Curd
|
|
|
if ($order->order_classify == 'DISHES' && empty($restaurant)) {
|
|
|
$restaurant = SysDept::where('dept_super_id', $premises->dept_id)->where('dept_category', '餐厅')->first();
|
|
|
}
|
|
|
- dump('餐厅',$restaurant->dept_extend_json);
|
|
|
if (!empty($restaurant->dept_extend_json)) {
|
|
|
$voteData = [
|
|
|
'func' => 'procActionToPrinter',
|
|
@@ -4544,7 +4543,6 @@ class WholeController extends Curd
|
|
|
if (strpos($print, '核销') !== false) {
|
|
|
$voteData['data']['printer_data']['order_payoff'] = 'Y';
|
|
|
}
|
|
|
- dump("打印参数",$voteData);
|
|
|
Log::info("开始自定义打印", $voteData);
|
|
|
// dump("打印参数",$voteData);
|
|
|
http_post_json(getenv('VOTE_MENU_URL'), $voteData);
|