Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
d6fd4184
Commit
d6fd4184
authored
Apr 12, 2023
by
linweijiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jinfa-20221102' into 'jinfa-20221102'
fix:勾选合同项需要传left=0 See merge request project/jinfa-platform!529
parents
cd837c6a
75be9c0c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
...s/statistic/contractStatistics/buyerSrmContract/index.tsx
+1
-1
index.tsx
src/pages/statistic/orderStatistics/orderSrm/index.tsx
+1
-1
index.tsx
...es/statistic/orderStatistics/proportionAnalysis/index.tsx
+1
-1
No files found.
src/pages/statistic/contractStatistics/buyerSrmContract/index.tsx
View file @
d6fd4184
...
...
@@ -70,7 +70,7 @@ const Index = () => {
const
handleSubmit
=
(
values
)
=>
{
const
obj
=
{
...
values
}
for
(
const
key
in
obj
)
{
if
(
isEmpty
(
obj
[
key
])
&&
(
typeof
obj
[
key
]
!=
'number'
)
)
{
if
(
isEmpty
(
obj
[
key
])
&&
(
typeof
obj
[
key
]
!=
'number'
)
&&
(
typeof
obj
[
key
]
!=
'boolean'
)
)
{
delete
obj
[
key
]
}
if
(
moment
.
isMoment
(
obj
[
key
]))
{
...
...
src/pages/statistic/orderStatistics/orderSrm/index.tsx
View file @
d6fd4184
...
...
@@ -53,7 +53,7 @@ const Index = () => {
const
handleSubmit
=
(
values
)
=>
{
const
obj
=
{
...
values
}
for
(
const
key
in
obj
)
{
if
(
isEmpty
(
obj
[
key
])
&&
(
typeof
obj
[
key
]
!=
'number'
)
)
{
if
(
isEmpty
(
obj
[
key
])
&&
(
typeof
obj
[
key
]
!=
'number'
)
&&
(
typeof
obj
[
key
]
!=
'boolean'
)
)
{
delete
obj
[
key
]
}
if
(
moment
.
isMoment
(
obj
[
key
]))
{
...
...
src/pages/statistic/orderStatistics/proportionAnalysis/index.tsx
View file @
d6fd4184
...
...
@@ -52,7 +52,7 @@ const Index = () => {
const
handleSubmit
=
(
values
)
=>
{
const
obj
=
{
...
values
}
for
(
const
key
in
obj
)
{
if
(
isEmpty
(
obj
[
key
])
&&
(
typeof
obj
[
key
]
!=
'number'
)
)
{
if
(
isEmpty
(
obj
[
key
])
&&
(
typeof
obj
[
key
]
!=
'number'
)
&&
(
typeof
obj
[
key
]
!=
'boolean'
)
)
{
delete
obj
[
key
]
}
if
(
moment
.
isMoment
(
obj
[
key
]))
{
...
...
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