|
@@ -998,6 +998,7 @@ def purchase_order_payment(request):
|
|
type3 = dbFinanceIncome.CONSUMABLE_ENTRY_FARE
|
|
type3 = dbFinanceIncome.CONSUMABLE_ENTRY_FARE
|
|
|
|
|
|
if int(order_amount):
|
|
if int(order_amount):
|
|
|
|
+ # 简易流程下,如果使用了入库管理里面的付款按钮,自动生成付款单,创建付款明细
|
|
if not order_account:
|
|
if not order_account:
|
|
raise CustomError('请选择订单费用付款账户!')
|
|
raise CustomError('请选择订单费用付款账户!')
|
|
# 订单费用
|
|
# 订单费用
|