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
ea3daeae
Commit
ea3daeae
authored
Apr 09, 2020
by
王昆
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xgg-saas-merchant' of gitlab.gongsibao.com:jiangyong/zhichan into xgg-saas-merchant
parents
46595767
0914c48a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
xgg-saas-merchant/app/base/controller/impl/saas/invoiceCtl.js
+2
-2
xgg-saas-merchant/app/base/service/impl/saas/invoiceSve.js
+2
-2
xgg-saas-merchant/app/front/entry/public/apidoc/invoice/invoice.md
+3
-3
No files found.
xgg-saas-merchant/app/base/controller/impl/saas/invoiceCtl.js
View file @
ea3daeae
...
@@ -56,9 +56,9 @@ class InvoiceCtl extends CtlBase {
...
@@ -56,9 +56,9 @@ class InvoiceCtl extends CtlBase {
}
}
//发票列表
//发票列表
async
invoicePage
(
params
,
pobj2
,
req
)
{
async
merchant
invoicePage
(
params
,
pobj2
,
req
)
{
try
{
try
{
let
rs
=
await
this
.
invoiceSve
.
saas
invoicePage
(
params
);
let
rs
=
await
this
.
invoiceSve
.
merchant
invoicePage
(
params
);
return
rs
;
return
rs
;
}
catch
(
error
)
{
}
catch
(
error
)
{
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
return
system
.
getResult
(
null
,
`系统错误 错误信息
${
error
}
`
);
...
...
xgg-saas-merchant/app/base/service/impl/saas/invoiceSve.js
View file @
ea3daeae
...
@@ -6,8 +6,8 @@ class InvoiceService extends ServiceBase {
...
@@ -6,8 +6,8 @@ class InvoiceService extends ServiceBase {
super
();
super
();
}
}
async
saas
invoicePage
(
params
){
async
merchant
invoicePage
(
params
){
var
rs
=
await
this
.
callms
(
"invoice"
,
"
saas
invoicePage"
,
params
);
var
rs
=
await
this
.
callms
(
"invoice"
,
"
merchant
invoicePage"
,
params
);
if
(
rs
&&
rs
.
data
&&
rs
.
data
.
rows
)
{
if
(
rs
&&
rs
.
data
&&
rs
.
data
.
rows
)
{
this
.
transOrderField
(
rs
.
data
.
rows
);
this
.
transOrderField
(
rs
.
data
.
rows
);
}
}
...
...
xgg-saas-merchant/app/front/entry/public/apidoc/invoice/invoice.md
View file @
ea3daeae
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
1.
[
审核失败
](
#deliverReject
)
1.
[
审核失败
](
#deliverReject
)
1.
[
交付商交付
](
#delivered
)
1.
[
交付商交付
](
#delivered
)
1.
[
查询详细信息
](
#invoice
)
1.
[
查询详细信息
](
#invoice
)
1.
[
发票列表
](
#invoicePage
)
1.
[
发票列表
](
#
merchant
invoicePage
)
## **<a name="processList"> 业务进度字典 </a>**
## **<a name="processList"> 业务进度字典 </a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
...
@@ -517,11 +517,11 @@
...
@@ -517,11 +517,11 @@
```
```
## **<a name="invoicePage"> 发票列表 </a>**
## **<a name="
merchant
invoicePage"> 发票列表 </a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
##### URL
##### URL
[
/web/saas/invoiceCtl/
saas
invoicePage
]
[
/web/saas/invoiceCtl/
merchant
invoicePage
]
#### 参数格式 `JSON`
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### HTTP请求方式 `POST`
#### 请求参数 `POST`
#### 请求参数 `POST`
...
...
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