Commit 58241766 by 王昆

gsb

parent b602c202
...@@ -34,19 +34,6 @@ class InvoiceCtl extends CtlBase { ...@@ -34,19 +34,6 @@ class InvoiceCtl extends CtlBase {
} }
/** /**
* 发票申请列表页(交付商)
* @param {*} pobj
*/
async deliverInvoicePage(pobj) {
try {
return await this.invoiceSve.deliverInvoicePage(pobj);
} catch (error) {
console.log(error);
return system.getResultFail(500, `接口错误 错误信息 ${error}`);
}
}
/**
* 进度处理 * 进度处理
* @param {*} pobj * @param {*} pobj
*/ */
......
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