Commit 72b216f3 by 王昆

gsb

parent 1058e727
......@@ -360,7 +360,7 @@ class InvoiceCtl extends CtlBase {
}
}
// 审核
// 发票办理
async platformHandle(params, pobj2, req) {
try {
params.id = this.trim(params.id);
......
......@@ -199,10 +199,17 @@
// 1000待审核 1010审核通过 1020审核不通过 1030发票办理 1040发票开具 1050平台办理中 1060办理完成
按钮规则
fee_type == "00" && status == 1000 审核
fee_type == "00" && status == 1010 发票开具
fee_type == "10" && status == 1000 审核
fee_type == "10" && status == 1010 发票开具
fee_type == "10" && status == 1040 平台发票申请
fee_type == "20" && status == 1000 审核
fee_type == "20" && status == 1010 发票办理(同平台发票申请-发票办理)
{
"currentPage": 1,
"pageSize": 10,
......
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