Commit c3ce66d1 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 订单区块所有签署合同api变更

parent 8a734ed8
......@@ -312,7 +312,7 @@ const PurchaseOrderDetail:React.FC<PurchaseOrderDetailProps> = (props) => {
throw new Error('请填写商品采购数量')
}
// 使用发票即校验发票id
console.log(params, 'params')
// console.log(params, 'params')
if(params.needTheInvoice && !params.theInvoiceId) {
throw new Error('请新增或选择需要使用的发票')
}
......
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