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
40a65bda
Commit
40a65bda
authored
Sep 29, 2020
by
Sxy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 添加遗漏字段
parent
273608df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
+2
-2
No files found.
tx-fi-tax/app/base/service/impl/bizchance/deliverybillSve.js
View file @
40a65bda
...
@@ -137,11 +137,11 @@ class DeliverybillService extends ServiceBase {
...
@@ -137,11 +137,11 @@ class DeliverybillService extends ServiceBase {
result
.
schemeData
=
{
result
.
schemeData
=
{
demandCode
:
schemeData
.
demand_code
,
// 需求编号
demandCode
:
schemeData
.
demand_code
,
// 需求编号
schemeCode
:
deliverData
.
scheme_number
,
//方案编号
schemeCode
:
deliverData
.
scheme_number
,
//方案编号
// 服务类型
serviceType
:
schemeData
.
service_type
,
// 服务类型
companyType
:
schemeData
.
company_type
,
//公司类型
companyType
:
schemeData
.
company_type
,
//公司类型
area
:
schemeData
.
service_name
,
//服务地区
area
:
schemeData
.
service_name
,
//服务地区
buyDuration
:
schemeData
.
buy_duration
,
//购买时长
buyDuration
:
schemeData
.
buy_duration
,
//购买时长
buyNumber
:
schemeData
.
number
,
//购买数量
//
buyNumber: schemeData.number,//购买数量
totalCost
:
schemeData
.
total_cost
,
//总计费用
totalCost
:
schemeData
.
total_cost
,
//总计费用
note
:
schemeData
.
remarks
//备注
note
:
schemeData
.
remarks
//备注
}
}
...
...
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