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
beda3663
Commit
beda3663
authored
Jan 17, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
ce9fe6a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
xggsve-order/app/base/service/impl/order/oorderSve.js
+5
-1
xggsve-order/app/base/service/impl/order/oorderstatusSve.js
+5
-4
No files found.
xggsve-order/app/base/service/impl/order/oorderSve.js
View file @
beda3663
...
@@ -122,7 +122,11 @@ class OorderService extends ServiceBase {
...
@@ -122,7 +122,11 @@ class OorderService extends ServiceBase {
await
this
.
formateSource
([
order
]);
await
this
.
formateSource
([
order
]);
await
this
.
formateProduct
([
order
]);
await
this
.
formateProduct
([
order
]);
this
.
handleDate
(
order
,
[
"created_at"
,
"sign_time"
],
"YYYY-MM-DD HH:mm:ss"
,
-
8
);
this
.
handleDate
(
order
,
[
"created_at"
,
"sign_time"
,
"assign_time"
],
"YYYY-MM-DD HH:mm:ss"
,
-
8
);
this
.
handleDate
(
businessmen
,
[
"tax_reg_day"
,
"created_at"
],
"YYYY-MM-DD HH:mm:ss"
,
-
8
);
orderDeliver
.
deliver_divide
=
system
.
f2y
(
orderDeliver
.
deliver_divide
);
orderInfo
.
capital
=
system
.
f2y
(
orderInfo
.
capital
);
result
.
order
=
order
;
result
.
order
=
order
;
result
.
regInfo
=
orderInfo
;
result
.
regInfo
=
orderInfo
;
...
...
xggsve-order/app/base/service/impl/order/oorderstatusSve.js
View file @
beda3663
...
@@ -883,10 +883,11 @@ class OorderstatusService extends ServiceBase {
...
@@ -883,10 +883,11 @@ class OorderstatusService extends ServiceBase {
}
}
let
_obusinessmenProperty
=
{};
let
_obusinessmenProperty
=
{};
_obusinessmenProperty
.
common_tax_ladder
=
this
.
trim
(
params
.
common_tax_ladder
);
_obusinessmenProperty
.
common_tax_ladder
=
JSON
.
stringify
(
this
.
trim
(
params
.
common_tax_ladder
));
_obusinessmenProperty
.
common_other_ladder
=
this
.
trim
(
params
.
common_other_ladder
);
_obusinessmenProperty
.
common_other_ladder
=
JSON
.
stringify
(
this
.
trim
(
params
.
common_other_ladder
));
_obusinessmenProperty
.
special_tax_ladder
=
this
.
trim
(
params
.
special_tax_ladder
);
_obusinessmenProperty
.
special_tax_ladder
=
JSON
.
stringify
(
this
.
trim
(
params
.
special_tax_ladder
));
_obusinessmenProperty
.
special_other_ladder
=
this
.
trim
(
params
.
special_other_ladder
);
_obusinessmenProperty
.
special_other_ladder
=
JSON
.
stringify
(
this
.
trim
(
params
.
special_other_ladder
));
_obusinessmenProperty
.
add_value_up_type
=
this
.
trim
(
params
.
add_value_up_type
);
_obusinessmenProperty
.
add_value_up_type
=
this
.
trim
(
params
.
add_value_up_type
);
_obusinessmenProperty
.
tax_up_type
=
this
.
trim
(
params
.
tax_up_type
);
_obusinessmenProperty
.
tax_up_type
=
this
.
trim
(
params
.
tax_up_type
);
...
...
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