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
3160250a
Commit
3160250a
authored
Apr 02, 2020
by
王昆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
5886dd31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
xggsve-invoice/app/base/api/impl/op/action.js
+2
-2
xggsve-invoice/app/base/service/impl/invoice/iinvoiceSve.js
+2
-2
No files found.
xggsve-invoice/app/base/api/impl/op/action.js
View file @
3160250a
...
@@ -51,8 +51,8 @@ class ActionAPI extends APIBase {
...
@@ -51,8 +51,8 @@ class ActionAPI extends APIBase {
case
"invoice"
:
// 查询发票详细信息
case
"invoice"
:
// 查询发票详细信息
opResult
=
await
this
.
iinvoiceSve
.
queryInvoice
(
action_body
);
opResult
=
await
this
.
iinvoiceSve
.
queryInvoice
(
action_body
);
break
;
break
;
case
"up
dateAccountCreation
"
:
// 查询发票详细信息
case
"up
loadDetail
"
:
// 查询发票详细信息
opResult
=
await
this
.
iinvoiceSve
.
up
dateAccountCreation
(
action_body
);
opResult
=
await
this
.
iinvoiceSve
.
up
loadDetailSve
(
action_body
);
break
;
break
;
// case "verificationAndCalculation": // 发票试算接口
// case "verificationAndCalculation": // 发票试算接口
// opResult = await rule.dispatcher(action_body);
// opResult = await rule.dispatcher(action_body);
...
...
xggsve-invoice/app/base/service/impl/invoice/iinvoiceSve.js
View file @
3160250a
...
@@ -350,10 +350,10 @@ class IInvoiceService extends ServiceBase {
...
@@ -350,10 +350,10 @@ class IInvoiceService extends ServiceBase {
}
}
/**
/**
* 更新
建
账
* 更新
记
账
* @param {*} params
* @param {*} params
*/
*/
async
up
dateAccountCreation
(
params
){
async
up
loadDetailSve
(
params
){
if
(
!
params
.
id
){
if
(
!
params
.
id
){
return
system
.
getResult
(
null
,
`参数错误 发票ID 不能为空`
);
return
system
.
getResult
(
null
,
`参数错误 发票ID 不能为空`
);
}
}
...
...
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