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
fb7e4aba
Commit
fb7e4aba
authored
Nov 30, 2020
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixbug
parent
414a679b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
12 deletions
+24
-12
index.tsx
...cation/exchangePrSubmit/components/ExchangeForm/index.tsx
+1
-1
index.tsx
...pplication/repairPrSubmit/components/RepairForm/index.tsx
+1
-1
index.less
...pages/member/memberLevel/components/DetailInfo/index.less
+1
-1
index.tsx
...editApplication/components/QuotaApplicationInfo/index.tsx
+10
-1
index.tsx
...tion/quotaMenage/detail/components/IntroduceRow/index.tsx
+1
-1
index.tsx
...ages/payandSettle/creditApplication/quotaMenage/index.tsx
+4
-1
index.tsx
...transaction/purchaserEvaluation/received/detail/index.tsx
+2
-2
index.tsx
...action/purchaserEvaluation/unevaluated/evaluate/index.tsx
+1
-1
index.tsx
.../transaction/supplierEvaluation/received/detail/index.tsx
+2
-2
index.tsx
...saction/supplierEvaluation/unevaluated/evaluate/index.tsx
+1
-1
No files found.
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/index.tsx
View file @
fb7e4aba
...
@@ -339,7 +339,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
...
@@ -339,7 +339,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
},
},
proofFileList
:
proofFileList
.
filter
(
item
=>
item
.
status
===
'done'
).
map
(
item
=>
({
proofFileList
:
proofFileList
.
filter
(
item
=>
item
.
status
===
'done'
).
map
(
item
=>
({
fileName
:
item
.
name
,
fileName
:
item
.
name
,
filePath
:
item
.
data
,
filePath
:
item
.
data
.
url
,
})),
})),
replaceGoodsList
:
replaceGoodsList
.
map
(({
replaceGoodsList
:
replaceGoodsList
.
map
(({
id
,
id
,
...
...
src/pages/afterService/repairApplication/repairPrSubmit/components/RepairForm/index.tsx
View file @
fb7e4aba
...
@@ -193,7 +193,7 @@ const RepairForm: React.FC<BillsFormProps> = ({
...
@@ -193,7 +193,7 @@ const RepairForm: React.FC<BillsFormProps> = ({
repairAddress
:
repairAddress
?
JSON
.
stringify
(
repairAddress
)
:
''
,
repairAddress
:
repairAddress
?
JSON
.
stringify
(
repairAddress
)
:
''
,
faultFileList
:
faultFileList
.
filter
(
item
=>
item
.
status
===
'done'
).
map
(
item
=>
({
faultFileList
:
faultFileList
.
filter
(
item
=>
item
.
status
===
'done'
).
map
(
item
=>
({
fileName
:
item
.
name
,
fileName
:
item
.
name
,
filePath
:
item
.
data
,
filePath
:
item
.
data
.
url
,
})),
})),
repairGoodsList
:
repairGoodsList
.
map
(({
repairGoodsList
:
repairGoodsList
.
map
(({
id
,
id
,
...
...
src/pages/member/memberLevel/components/DetailInfo/index.less
View file @
fb7e4aba
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
&-main {
&-main {
position: relative;
position: relative;
width:
1
28px;
width:
3
28px;
height: 38px;
height: 38px;
padding-bottom: 8px;
padding-bottom: 8px;
...
...
src/pages/payandSettle/creditApplication/components/QuotaApplicationInfo/index.tsx
View file @
fb7e4aba
...
@@ -80,7 +80,16 @@ const QuotaApplicationInfo: React.FC<QuotaApplicationInfo> = ({
...
@@ -80,7 +80,16 @@ const QuotaApplicationInfo: React.FC<QuotaApplicationInfo> = ({
applyQuota
:
+
applyQuota
,
applyQuota
:
+
applyQuota
,
billDay
:
+
billDay
,
billDay
:
+
billDay
,
repayPeriod
:
+
repayPeriod
,
repayPeriod
:
+
repayPeriod
,
fileList
:
fileList
.
filter
(
item
=>
item
.
status
===
'done'
),
fileList
:
fileList
.
filter
(
item
=>
item
.
status
===
'done'
)
.
map
(
item
=>
{
const
{
data
,
...
rest
}
=
item
;
return
{
data
:
data
.
url
,
...
rest
,
}
}),
...
rest
,
...
rest
,
});
});
setModalVisible
(
false
);
setModalVisible
(
false
);
...
...
src/pages/payandSettle/creditApplication/quotaMenage/detail/components/IntroduceRow/index.tsx
View file @
fb7e4aba
...
@@ -274,7 +274,7 @@ class IntroduceRow extends React.Component<IntroduceRowProps, IntroduceRowState>
...
@@ -274,7 +274,7 @@ class IntroduceRow extends React.Component<IntroduceRowProps, IntroduceRowState>
...
repaymentValues
,
...
repaymentValues
,
payProveList
:
payProveList
.
map
(
item
=>
({
payProveList
:
payProveList
.
map
(
item
=>
({
name
:
item
.
name
,
name
:
item
.
name
,
proveUrl
:
item
.
data
,
proveUrl
:
item
.
data
.
url
,
})),
})),
}).
then
(
res
=>
{
}).
then
(
res
=>
{
if
(
res
.
code
===
1000
)
{
if
(
res
.
code
===
1000
)
{
...
...
src/pages/payandSettle/creditApplication/quotaMenage/index.tsx
View file @
fb7e4aba
...
@@ -142,7 +142,10 @@ const QuotaMenage: React.FC = () => {
...
@@ -142,7 +142,10 @@ const QuotaMenage: React.FC = () => {
record
.
quota
===
0
&&
record
.
quota
===
0
&&
record
.
status
===
CREDIT_STATUS_NOT_APPLIED
record
.
status
===
CREDIT_STATUS_NOT_APPLIED
)
||
)
||
!!
record
.
isCanApply
(
!!
record
.
isCanApply
&&
record
.
status
===
CREDIT_STATUS_NORMAL
)
)
&&
(
)
&&
(
<
Button
<
Button
type=
"link"
type=
"link"
...
...
src/pages/transaction/purchaserEvaluation/received/detail/index.tsx
View file @
fb7e4aba
...
@@ -15,7 +15,7 @@ import { createFormActions, FormEffectHooks, FormPath } from '@formily/antd';
...
@@ -15,7 +15,7 @@ import { createFormActions, FormEffectHooks, FormPath } from '@formily/antd';
import
{
usePageStatus
,
PageStatus
}
from
'@/hooks/usePageStatus'
;
import
{
usePageStatus
,
PageStatus
}
from
'@/hooks/usePageStatus'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
GetOrderPurchaseOrderDetailsResponse
}
from
'@/services/OrderApi'
;
import
{
GetOrderPurchaseOrderDetailsResponse
}
from
'@/services/OrderApi'
;
import
{
normalizeFiledata
,
isJSONStr
}
from
'@/utils'
;
import
{
normalizeFiledata
,
FileData
,
isJSONStr
}
from
'@/utils'
;
import
AvatarWrap
from
'@/components/AvatarWrap'
;
import
AvatarWrap
from
'@/components/AvatarWrap'
;
import
NiceForm
from
'@/components/NiceForm'
;
import
NiceForm
from
'@/components/NiceForm'
;
import
{
normalizeUnevaluatedList
}
from
'../../utils'
;
import
{
normalizeUnevaluatedList
}
from
'../../utils'
;
...
@@ -35,7 +35,7 @@ interface Unevaluated {
...
@@ -35,7 +35,7 @@ interface Unevaluated {
};
};
star
:
number
;
star
:
number
;
comment
:
string
;
comment
:
string
;
picture
:
string
[];
picture
:
FileData
[];
smile
:
number
;
smile
:
number
;
};
};
...
...
src/pages/transaction/purchaserEvaluation/unevaluated/evaluate/index.tsx
View file @
fb7e4aba
...
@@ -103,7 +103,7 @@ const EvaluateOrder: React.FC = () => {
...
@@ -103,7 +103,7 @@ const EvaluateOrder: React.FC = () => {
dealCount
:
good
.
purchaseCount
,
dealCount
:
good
.
purchaseCount
,
price
:
good
.
price
,
price
:
good
.
price
,
totalPrice
:
orderInfo
.
sumPrice
,
totalPrice
:
orderInfo
.
sumPrice
,
pics
:
picture
.
map
(
item
=>
item
.
status
===
'done'
&&
item
.
data
).
filter
(
Boolean
),
pics
:
picture
.
map
(
item
=>
item
.
status
===
'done'
&&
item
.
data
.
url
).
filter
(
Boolean
),
};
};
});
});
...
...
src/pages/transaction/supplierEvaluation/received/detail/index.tsx
View file @
fb7e4aba
...
@@ -15,7 +15,7 @@ import { createFormActions, FormEffectHooks, FormPath } from '@formily/antd';
...
@@ -15,7 +15,7 @@ import { createFormActions, FormEffectHooks, FormPath } from '@formily/antd';
import
{
usePageStatus
,
PageStatus
}
from
'@/hooks/usePageStatus'
;
import
{
usePageStatus
,
PageStatus
}
from
'@/hooks/usePageStatus'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
GetOrderPurchaseOrderDetailsResponse
}
from
'@/services/OrderApi'
;
import
{
GetOrderPurchaseOrderDetailsResponse
}
from
'@/services/OrderApi'
;
import
{
normalizeFiledata
,
isJSONStr
}
from
'@/utils'
;
import
{
normalizeFiledata
,
FileData
,
isJSONStr
}
from
'@/utils'
;
import
AvatarWrap
from
'@/components/AvatarWrap'
;
import
AvatarWrap
from
'@/components/AvatarWrap'
;
import
NiceForm
from
'@/components/NiceForm'
;
import
NiceForm
from
'@/components/NiceForm'
;
import
{
normalizeUnevaluatedList
}
from
'../../utils'
;
import
{
normalizeUnevaluatedList
}
from
'../../utils'
;
...
@@ -35,7 +35,7 @@ interface Unevaluated {
...
@@ -35,7 +35,7 @@ interface Unevaluated {
};
};
star
:
number
;
star
:
number
;
comment
:
string
;
comment
:
string
;
picture
:
string
[];
picture
:
FileData
[];
smile
:
number
;
smile
:
number
;
};
};
...
...
src/pages/transaction/supplierEvaluation/unevaluated/evaluate/index.tsx
View file @
fb7e4aba
...
@@ -103,7 +103,7 @@ const EvaluateOrder: React.FC = () => {
...
@@ -103,7 +103,7 @@ const EvaluateOrder: React.FC = () => {
dealCount
:
good
.
purchaseCount
,
dealCount
:
good
.
purchaseCount
,
price
:
good
.
price
,
price
:
good
.
price
,
totalPrice
:
orderInfo
.
sumPrice
,
totalPrice
:
orderInfo
.
sumPrice
,
pics
:
picture
.
map
(
item
=>
item
.
status
===
'done'
&&
item
.
data
).
filter
(
Boolean
),
pics
:
picture
.
map
(
item
=>
item
.
status
===
'done'
&&
item
.
data
.
url
).
filter
(
Boolean
),
};
};
});
});
...
...
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