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
黄庭坚
jinfa-platform
Commits
10dd53f1
Commit
10dd53f1
authored
Jun 02, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改 授信常量 引入路径
parent
f4c77716
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
18 additions
and
14 deletions
+18
-14
index.tsx
src/pages/afterService/components/GoodsDrawer/index.tsx
+4
-2
index.tsx
src/pages/afterService/components/ReturnDetailInfo/index.tsx
+3
-1
constant.ts
src/pages/payandSettle/constant.ts
+1
-1
index.tsx
...dSettle/creditApplication/components/DetailInfo/index.tsx
+1
-1
index.tsx
...lication/quotaMenage/detail/components/BillInfo/index.tsx
+1
-1
index.tsx
...tion/quotaMenage/detail/components/IntroduceRow/index.tsx
+1
-1
index.tsx
...ages/payandSettle/creditApplication/quotaMenage/index.tsx
+1
-1
index.tsx
...es/payandSettle/creditApplication/quotaPrSubmit/index.tsx
+1
-1
index.tsx
...payandSettle/creditManage/components/DetailInfo/index.tsx
+1
-1
index.tsx
...ayandSettle/creditManage/components/FlowRecords/index.tsx
+1
-1
index.tsx
...itManage/quotaMenage/detail/components/BillInfo/index.tsx
+1
-1
index.tsx
src/pages/payandSettle/creditManage/quotaMenage/index.tsx
+1
-1
verify.tsx
...pages/payandSettle/creditManage/quotaPrConfirm/verify.tsx
+1
-1
No files found.
src/pages/afterService/components/GoodsDrawer/index.tsx
View file @
10dd53f1
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-04 15:09:09
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
5-17 16:20:49
* @LastEditTime: 2021-0
6-02 16:00:51
* @Description: 维修商品抽屉组件
*/
import
React
from
'react'
;
...
...
@@ -15,8 +15,10 @@ import { FORM_FILTER_PATH } from '@/formSchema/const';
import
{
PAYWAY
,
PAY_CHANNEL
,
}
from
'@/constants/payment'
;
import
{
PayOutWorkState
,
}
from
'@/constants'
;
}
from
'@/constants
/order
'
;
import
{
ORDER_TYPE_INQUIRY_CONTRACT
,
ORDER_TYPE_BIDDING_CONTRACT
,
...
...
src/pages/afterService/components/ReturnDetailInfo/index.tsx
View file @
10dd53f1
...
...
@@ -19,10 +19,12 @@ import {
PAY_CHANNEL_BALANCE
,
PAY_CHANNEL_CREDIT
,
PAY_CHANNEL_COD
,
}
from
'@/constants/payment'
;
import
{
RETURN_OUTER_STATUS_TO_BE_REFUNDED
,
RETURN_OUTER_STATUS_UNCONFIRMED_REFUNDED
,
RETURN_OUTER_STATUS_NOT_RECEIVED
,
}
from
'@/constants'
;
}
from
'@/constants
/afterService
'
;
import
Stamp
from
'../Stamp'
;
import
CheckVoucherModal
from
'../CheckVoucherModal'
;
import
RefundModal
from
'../RefundModal'
;
...
...
src/pages/payandSettle/constant.ts
View file @
10dd53f1
...
...
@@ -32,7 +32,7 @@ import {
CREDIT_INNER_STATUS_UNCOMMITTED_PURCHASER
,
CREDIT_INNER_STATUS_COMMITTED_PURCHASER
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
// 授信状态 Badge map
...
...
src/pages/payandSettle/creditApplication/components/DetailInfo/index.tsx
View file @
10dd53f1
...
...
@@ -14,7 +14,7 @@ import { history } from 'umi';
import
lodash
from
'lodash'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
GetPayCreditApplyGetApplyDetailResponse
}
from
'@/services/PayApi'
;
import
{
CREDIT_INNER_STATUS
,
CREDIT_OUTER_STATUS
,
CREDIT_STATUS
}
from
'@/constants'
;
import
{
CREDIT_INNER_STATUS
,
CREDIT_OUTER_STATUS
,
CREDIT_STATUS
}
from
'@/constants
/payment
'
;
import
{
normalizeFiledata
,
FileData
}
from
'@/utils'
;
import
AvatarWrap
from
'@/components/AvatarWrap'
;
import
StatusTag
from
'@/components/StatusTag'
;
...
...
src/pages/payandSettle/creditApplication/quotaMenage/detail/components/BillInfo/index.tsx
View file @
10dd53f1
...
...
@@ -7,7 +7,7 @@ import {
Empty
,
}
from
'antd'
;
import
{
GetPayCreditApplyPageCreditOverdueResponseDetail
}
from
'@/services/PayApi'
;
import
{
BILL_TRADE_OPERATION
}
from
'@/constants'
;
import
{
BILL_TRADE_OPERATION
}
from
'@/constants
/payment
'
;
import
{
normalizeFiledata
,
FileData
}
from
'@/utils'
;
import
MellowCard
from
'@/components/MellowCard'
;
import
StatusTag
from
'@/components/StatusTag'
;
...
...
src/pages/payandSettle/creditApplication/quotaMenage/detail/components/IntroduceRow/index.tsx
View file @
10dd53f1
...
...
@@ -18,7 +18,7 @@ import { PublicApi } from '@/services/api';
import
{
PAY_CHANNEL_WECHAT
,
PAY_CHANNEL_BALANCE
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
MellowCard
from
'@/components/MellowCard'
;
import
{
Pie
}
from
'@/components/Charts'
;
import
StatusTag
from
'@/components/StatusTag'
;
...
...
src/pages/payandSettle/creditApplication/quotaMenage/index.tsx
View file @
10dd53f1
...
...
@@ -18,7 +18,7 @@ import {
CREDIT_STATUS_FROZEN
,
CREDIT_STATUS
,
CREDIT_REPAYMENT_STATUS_OVERDUE
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
{
CREDIT_REPAYMENT_STATUS_TAG_MAP
,
CREDIT_STATUS_BADGE_MAP
,
...
...
src/pages/payandSettle/creditApplication/quotaPrSubmit/index.tsx
View file @
10dd53f1
...
...
@@ -26,7 +26,7 @@ import { listSearchSchema } from './schema';
import
{
CREDIT_INNER_STATUS_UNCOMMITTED
,
CREDIT_OUTER_STATUS_FAILED
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
{
CREDIT_OUTER_STATUS_TAG_MAP
,
CREDIT_INNER_STATUS_BADGE_MAP_PURCHASER
,
...
...
src/pages/payandSettle/creditManage/components/DetailInfo/index.tsx
View file @
10dd53f1
...
...
@@ -13,7 +13,7 @@ import {
CREDIT_INNER_STATUS
,
CREDIT_OUTER_STATUS
,
CREDIT_STATUS
,
CREDIT_INNER_STATUS_UNCOMMITTED
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
{
normalizeFiledata
,
FileData
,
findLastIndexFlowState
,
normalizeFlowData
}
from
'@/utils'
;
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
;
import
AvatarWrap
from
'@/components/AvatarWrap'
;
...
...
src/pages/payandSettle/creditManage/components/FlowRecords/index.tsx
View file @
10dd53f1
...
...
@@ -10,7 +10,7 @@ import StatusTag from '@/components/StatusTag';
import
{
CREDIT_INNER_STATUS
,
CREDIT_OUTER_STATUS
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
{
CREDIT_INNER_STATUS_BADGE_MAP
,
CREDIT_OUTER_STATUS_TAG_MAP
,
...
...
src/pages/payandSettle/creditManage/quotaMenage/detail/components/BillInfo/index.tsx
View file @
10dd53f1
...
...
@@ -7,7 +7,7 @@ import {
Empty
,
}
from
'antd'
;
import
{
GetPayCreditApplyPageCreditOverdueResponseDetail
}
from
'@/services/PayApi'
;
import
{
BILL_TRADE_OPERATION
}
from
'@/constants'
;
import
{
BILL_TRADE_OPERATION
}
from
'@/constants
/payment
'
;
import
{
normalizeFiledata
,
FileData
}
from
'@/utils'
;
import
MellowCard
from
'@/components/MellowCard'
;
import
StatusTag
from
'@/components/StatusTag'
;
...
...
src/pages/payandSettle/creditManage/quotaMenage/index.tsx
View file @
10dd53f1
...
...
@@ -29,7 +29,7 @@ import {
CREDIT_STATUS_FROZEN
,
CREDIT_STATUS
,
CREDIT_REPAYMENT_STATUS_OVERDUE
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
{
CREDIT_REPAYMENT_STATUS_TAG_MAP
,
CREDIT_STATUS_BADGE_MAP
,
...
...
src/pages/payandSettle/creditManage/quotaPrConfirm/verify.tsx
View file @
10dd53f1
...
...
@@ -11,7 +11,7 @@ import {
CREDIT_INNER_STATUS_FAILED_1
,
CREDIT_INNER_STATUS_FAILED_2
,
CREDIT_INNER_STATUS_FAILED_3
,
}
from
'@/constants'
;
}
from
'@/constants
/payment
'
;
import
DetailInfo
from
'../components/DetailInfo'
;
import
VerifyModal
from
'../components/VerifyModal'
;
...
...
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