Commit 10c828e9 authored by Liu lu's avatar Liu lu

同步仓库缺票管理的采购开票(采购补票开票) 针对确认-不开票的子订单号标记

parent dc49edce
......@@ -108,7 +108,7 @@ interface PurchaseStockServiceInterface
/**
* 采购单仓库入库虚拟发票生成推送,便于发票登记
* 采购单仓库入库虚拟发票匹配推送,便于发票登记
* @example
* {
"warehousing_no":"仓库入库单号",
......@@ -126,4 +126,16 @@ interface PurchaseStockServiceInterface
* date 2023-10-20
*/
public function warehousingVirtualInvoicePush($post);
/**
* 同步仓库缺票管理的采购开票(采购补票开票) 针对确认-不开票的子订单号标记
* @LogTrace()
* @param $post ['sub_order_no'] 子订单号数组
* @author Liu lu
* date 2023-10-24
*/
public function syncSupplementInvoicingSubOrderNos($post);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment