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
482fa5d0
Commit
482fa5d0
authored
Dec 09, 2019
by
赵庆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ss
parent
440a6ca5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
laowubao/app/base/api/impl/operator/xbgApi.js
+6
-4
No files found.
laowubao/app/base/api/impl/operator/xbgApi.js
View file @
482fa5d0
...
@@ -8,6 +8,7 @@ class XbgApi extends apiBase {
...
@@ -8,6 +8,7 @@ class XbgApi extends apiBase {
this
.
restClient
=
system
.
getObject
(
"util.restClient"
);
this
.
restClient
=
system
.
getObject
(
"util.restClient"
);
this
.
url
=
"https://bpohhr.gongsibao.com/api/xbgApi/"
;
this
.
url
=
"https://bpohhr.gongsibao.com/api/xbgApi/"
;
this
.
testCompanyIds
=
12
;
this
.
testCompanyIds
=
12
;
this
.
ecompanyId
=
'1103817785420820481'
}
}
async
test
(
pobj
,
query
)
{
async
test
(
pobj
,
query
)
{
...
@@ -56,8 +57,8 @@ class XbgApi extends apiBase {
...
@@ -56,8 +57,8 @@ class XbgApi extends apiBase {
//纳税人人员
//纳税人人员
async
ratepayingListToPe
(
qobj
)
{
async
ratepayingListToPe
(
qobj
)
{
this
.
setCompanyIds
(
qobj
);
var
params
=
qobj
||
{};
var
params
=
qobj
||
{};
params
.
ecompany_id
=
this
.
ecompanyId
;
if
(
!
params
.
ecompany_id
)
{
if
(
!
params
.
ecompany_id
)
{
return
system
.
getResult
(
"参数ecompany_id为空"
)
return
system
.
getResult
(
"参数ecompany_id为空"
)
}
}
...
@@ -72,8 +73,8 @@ class XbgApi extends apiBase {
...
@@ -72,8 +73,8 @@ class XbgApi extends apiBase {
//纳税人按月
//纳税人按月
async
ratepayingListToMonth
(
qobj
)
{
async
ratepayingListToMonth
(
qobj
)
{
this
.
setCompanyIds
(
qobj
);
var
params
=
qobj
||
{};
var
params
=
qobj
||
{};
params
.
ecompany_id
=
this
.
ecompanyId
;
if
(
!
params
.
ecompany_id
)
{
if
(
!
params
.
ecompany_id
)
{
return
system
.
getResult
(
"参数ecompany_id为空"
)
return
system
.
getResult
(
"参数ecompany_id为空"
)
}
}
...
@@ -88,8 +89,8 @@ class XbgApi extends apiBase {
...
@@ -88,8 +89,8 @@ class XbgApi extends apiBase {
//纳税人个人详情
//纳税人个人详情
async
ratepayingListToOne
(
qobj
)
{
async
ratepayingListToOne
(
qobj
)
{
this
.
setCompanyIds
(
qobj
);
var
params
=
qobj
||
{};
var
params
=
qobj
||
{};
params
.
ecompany_id
=
this
.
ecompanyId
;
if
(
!
params
.
ecompany_id
)
{
if
(
!
params
.
ecompany_id
)
{
return
system
.
getResult
(
"参数ecompany_id为空"
)
return
system
.
getResult
(
"参数ecompany_id为空"
)
}
}
...
@@ -104,8 +105,9 @@ class XbgApi extends apiBase {
...
@@ -104,8 +105,9 @@ class XbgApi extends apiBase {
//数据概览
//数据概览
async
dataOverview
(
qobj
)
{
async
dataOverview
(
qobj
)
{
this
.
setCompanyIds
(
qobj
);
var
params
=
qobj
||
{};
var
params
=
qobj
||
{};
params
.
ecompany_id
=
this
.
ecompanyId
;
if
(
!
params
.
ecompany_id
)
{
if
(
!
params
.
ecompany_id
)
{
return
system
.
getResult
(
"参数ecompany_id为空"
)
return
system
.
getResult
(
"参数ecompany_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