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
94e633ac
Commit
94e633ac
authored
Apr 29, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
3b0ff55c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
xgg-deliver/app/base/controller/impl/invoice/invoiceCtl.js
+2
-1
xgg-deliver/app/front/entry/public/apidoc/invoice/invoice.md
+2
-2
No files found.
xgg-deliver/app/base/controller/impl/invoice/invoiceCtl.js
View file @
94e633ac
...
@@ -3,6 +3,7 @@ const CtlBase = require("../../ctlms.base");
...
@@ -3,6 +3,7 @@ const CtlBase = require("../../ctlms.base");
class
InvoiceCtl
extends
CtlBase
{
class
InvoiceCtl
extends
CtlBase
{
constructor
()
{
constructor
()
{
super
();
super
();
this
.
deliverSve
=
system
.
getObject
(
"service.common.deliverSve"
);
this
.
invoiceSve
=
system
.
getObject
(
"service.invoice.invoiceSve"
);
this
.
invoiceSve
=
system
.
getObject
(
"service.invoice.invoiceSve"
);
this
.
pageType
=
{
this
.
pageType
=
{
"0"
:
[
"2020"
,
"2030"
],
// 我的业务发票
"0"
:
[
"2020"
,
"2030"
],
// 我的业务发票
...
@@ -180,7 +181,7 @@ class InvoiceCtl extends CtlBase {
...
@@ -180,7 +181,7 @@ class InvoiceCtl extends CtlBase {
}
}
pobj
.
operator_path
=
user
.
data
.
org_path
;
pobj
.
operator_path
=
user
.
data
.
org_path
;
try
{
try
{
return
await
this
.
order
Sve
.
handleStatus
(
pobj
);
return
await
this
.
invoice
Sve
.
handleStatus
(
pobj
);
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
log
(
error
);
console
.
log
(
error
);
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
...
...
xgg-deliver/app/front/entry/public/apidoc/invoice/invoice.md
View file @
94e633ac
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
1.
[
审核失败
](
#deliverReject
)
1.
[
审核失败
](
#deliverReject
)
1.
[
交付商交付
](
#delivered
)
1.
[
交付商交付
](
#delivered
)
1.
[
查询详细信息
](
#invoice
)
1.
[
查询详细信息
](
#invoice
)
1.
[
发票开具
](
#deliveryAcceptance
)
1.
[
发票开具
](
#deliveryAcceptance
)
-新加
1.
[
客户交付
](
#deliveryCustomer
)
1.
[
客户交付
](
#deliveryCustomer
)
-新加
## **<a name="processList"> 业务进度字典 </a>**
## **<a name="processList"> 业务进度字典 </a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
##### URL
##### URL
...
...
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