Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
72b216f3
Commit
72b216f3
authored
Apr 21, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsb
parent
1058e727
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
xgg-saas-platform/app/base/controller/impl/saas/invoiceCtl.js
+1
-1
xgg-saas-platform/app/front/entry/public/apidoc/saas/invoice.md
+7
-0
No files found.
xgg-saas-platform/app/base/controller/impl/saas/invoiceCtl.js
View file @
72b216f3
...
...
@@ -360,7 +360,7 @@ class InvoiceCtl extends CtlBase {
}
}
//
审核
//
发票办理
async
platformHandle
(
params
,
pobj2
,
req
)
{
try
{
params
.
id
=
this
.
trim
(
params
.
id
);
...
...
xgg-saas-platform/app/front/entry/public/apidoc/saas/invoice.md
View file @
72b216f3
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment