|
|
@@ -297,11 +297,6 @@ class PurchaseService extends BaseService
|
|
|
$order->onlinePay = dict::getDict('onlinePay', 'yes');
|
|
|
$order->save();
|
|
|
|
|
|
- //由批发店发起的采购单,零售付款时不需要打印订单
|
|
|
- if ($info->cgStyle == dict::getDict('cgStyle', 'ghs')) {
|
|
|
- $order->needPrint = dict::getDict('needPrint', 'noNeed');
|
|
|
- $order->save();
|
|
|
- }
|
|
|
OrderService::payAfter($order, $payWay, true);
|
|
|
|
|
|
//由供应商帮零售发起的采购,零售付款了则直接完成。实际场景是:供应商送货给客户让客户付款。所以直接完成即可。 ssh 20220103之前
|