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
8d3f4baa
Commit
8d3f4baa
authored
Aug 28, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp
parent
432e06f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
tx-fi-tax/app/base/controller/impl/bizchance/fitaxschemeCtl.js
+17
-17
No files found.
tx-fi-tax/app/base/controller/impl/bizchance/fitaxschemeCtl.js
View file @
8d3f4baa
...
@@ -74,21 +74,21 @@ class FitaxschemeCtl extends CtlBase {
...
@@ -74,21 +74,21 @@ class FitaxschemeCtl extends CtlBase {
}
}
module
.
exports
=
FitaxschemeCtl
;
module
.
exports
=
FitaxschemeCtl
;
var
task
=
new
FitaxschemeCtl
();
//
var task = new FitaxschemeCtl();
var
obj
=
{
//
var obj = {
d
:
{
//
d: {
"demand_code"
:
"20200728103902194844_book"
,
//
"demand_code": "20200728103902194844_book",
"solution_bizid"
:
"22222"
,
//
"solution_bizid": "22222",
"service_type"
:
"代理记账"
,
//
"service_type": "代理记账",
"service_name"
:
"海南省三亚市"
,
//
"service_name": "海南省三亚市",
"company_type"
:
"特殊行业"
,
//
"company_type": "特殊行业",
"buy_duration"
:
2
,
//
"buy_duration": 2,
"remarks"
:
"SaaS"
,
//
"remarks": "SaaS",
"taxpayer_type"
:
"小规模纳税人"
,
//
"taxpayer_type": "小规模纳税人",
"total_cost"
:
"2222"
//
"total_cost": "2222"
}
//
}
}
//
}
task
.
insertInfo
(
obj
,
{},
{}).
then
(
d
=>
{
//
task.insertInfo(obj, {}, {}).then(d => {
console
.
log
(
JSON
.
stringify
(
d
));
//
console.log(JSON.stringify(d));
})
//
})
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