Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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-admin
Commits
7c8070e4
Commit
7c8070e4
authored
Jun 24, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-srm' of
http://10.0.0.22:3000/lingxi/lingxi-business-system
into dev-srm
parents
f62b85a7
9ad123ab
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
50 additions
and
47 deletions
+50
-47
index.tsx
src/pages/member/memberPr1/index.tsx
+3
-3
index.tsx
src/pages/member/memberPr2/index.tsx
+3
-3
index.tsx
src/pages/member/memberPrConfirm/index.tsx
+3
-3
index.ts
src/pages/member/memberPrConfirm/schema/index.ts
+1
-4
index.tsx
src/pages/member/memberPrSubmit/index.tsx
+3
-3
auditSchema.ts
src/pages/member/schema/auditSchema.ts
+1
-4
index.tsx
...derSystem/orderDetail/components/orderMergeInfo/index.tsx
+23
-18
purchaseBid.ts
src/pages/purchaseAbility/schema/purchaseBid.ts
+13
-9
No files found.
src/pages/member/memberPr1/index.tsx
View file @
7c8070e4
...
@@ -204,7 +204,7 @@ const MemberPr1: React.FC<{}> = props => {
...
@@ -204,7 +204,7 @@ const MemberPr1: React.FC<{}> = props => {
return
{};
return
{};
};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
<
Button
onClick=
{
handleBatch
}
>
批量审核通过
批量审核通过
...
@@ -226,8 +226,8 @@ const MemberPr1: React.FC<{}> = props => {
...
@@ -226,8 +226,8 @@ const MemberPr1: React.FC<{}> = props => {
<
NiceForm
<
NiceForm
actions=
{
formActions
}
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
components
=
{
{
c
ontrollerBtns
,
C
ontrollerBtns
,
}
}
}
}
effects=
{
(
$
,
actions
)
=>
{
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/memberPr2/index.tsx
View file @
7c8070e4
...
@@ -204,7 +204,7 @@ const MemberPr2: React.FC<{}> = props => {
...
@@ -204,7 +204,7 @@ const MemberPr2: React.FC<{}> = props => {
return
{};
return
{};
};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
<
Button
onClick=
{
handleBatch
}
>
批量审核通过
批量审核通过
...
@@ -226,8 +226,8 @@ const MemberPr2: React.FC<{}> = props => {
...
@@ -226,8 +226,8 @@ const MemberPr2: React.FC<{}> = props => {
<
NiceForm
<
NiceForm
actions=
{
formActions
}
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
components
=
{
{
c
ontrollerBtns
,
C
ontrollerBtns
,
}
}
}
}
effects=
{
(
$
,
actions
)
=>
{
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/memberPrConfirm/index.tsx
View file @
7c8070e4
...
@@ -221,7 +221,7 @@ const MemberPrConfirm: React.FC<{}> = props => {
...
@@ -221,7 +221,7 @@ const MemberPrConfirm: React.FC<{}> = props => {
return
{};
return
{};
};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
<
Button
onClick=
{
handleBatch
}
>
批量确认审核通过
批量确认审核通过
...
@@ -243,8 +243,8 @@ const MemberPrConfirm: React.FC<{}> = props => {
...
@@ -243,8 +243,8 @@ const MemberPrConfirm: React.FC<{}> = props => {
<
NiceForm
<
NiceForm
actions=
{
formActions
}
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
components
=
{
{
c
ontrollerBtns
,
C
ontrollerBtns
,
}
}
}
}
effects=
{
(
$
,
actions
)
=>
{
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/memberPrConfirm/schema/index.ts
View file @
7c8070e4
...
@@ -24,10 +24,7 @@ export const auditSchema: ISchema = {
...
@@ -24,10 +24,7 @@ export const auditSchema: ISchema = {
properties
:
{
properties
:
{
ctl
:
{
ctl
:
{
type
:
'object'
,
type
:
'object'
,
'x-component'
:
'Children'
,
'x-component'
:
'ControllerBtns'
,
'x-component-props'
:
{
children
:
'{{controllerBtns}}'
,
},
},
},
name
:
{
name
:
{
type
:
'string'
,
type
:
'string'
,
...
...
src/pages/member/memberPrSubmit/index.tsx
View file @
7c8070e4
...
@@ -214,7 +214,7 @@ const MemberPrSubmit: React.FC<{}> = props => {
...
@@ -214,7 +214,7 @@ const MemberPrSubmit: React.FC<{}> = props => {
return
{};
return
{};
};
};
const
controllerBtns
=
(
const
ControllerBtns
=
()
=>
(
<
Space
>
<
Space
>
<
Button
onClick=
{
handleBatch
}
>
<
Button
onClick=
{
handleBatch
}
>
批量审核通过
批量审核通过
...
@@ -236,8 +236,8 @@ const MemberPrSubmit: React.FC<{}> = props => {
...
@@ -236,8 +236,8 @@ const MemberPrSubmit: React.FC<{}> = props => {
<
NiceForm
<
NiceForm
actions=
{
formActions
}
actions=
{
formActions
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
onSubmit=
{
values
=>
ref
.
current
.
reload
(
values
)
}
expressionScope
=
{
{
components
=
{
{
c
ontrollerBtns
,
C
ontrollerBtns
,
}
}
}
}
effects=
{
(
$
,
actions
)
=>
{
effects=
{
(
$
,
actions
)
=>
{
useStateFilterSearchLinkageEffect
(
useStateFilterSearchLinkageEffect
(
...
...
src/pages/member/schema/auditSchema.ts
View file @
7c8070e4
...
@@ -17,10 +17,7 @@ export const auditSchema: ISchema = {
...
@@ -17,10 +17,7 @@ export const auditSchema: ISchema = {
properties
:
{
properties
:
{
ctl
:
{
ctl
:
{
type
:
'object'
,
type
:
'object'
,
'x-component'
:
'Children'
,
'x-component'
:
'ControllerBtns'
,
'x-component-props'
:
{
children
:
'{{controllerBtns}}'
,
},
},
},
name
:
{
name
:
{
type
:
'string'
,
type
:
'string'
,
...
...
src/pages/orderSystem/orderDetail/components/orderMergeInfo/index.tsx
View file @
7c8070e4
...
@@ -87,32 +87,37 @@ const OrderMergeInfo: React.FC<OrderMergeInfoProps> = (props) => {
...
@@ -87,32 +87,37 @@ const OrderMergeInfo: React.FC<OrderMergeInfoProps> = (props) => {
return
(
return
(
<>
<>
<
Row
style=
{
{
marginTop
:
24
}
}
gutter=
{
24
}
>
<
Row
style=
{
{
marginTop
:
24
}
}
gutter=
{
24
}
>
<
Col
span=
{
12
}
>
<
Col
span=
{
data
.
orderModel
>
30
?
15
:
12
}
>
<
MellowCard
title=
'交易信息'
fullHeight
>
<
MellowCard
title=
'交易信息'
fullHeight
>
<
RenderCard
infoList=
{
payInfo
}
dataSource=
{
data
}
/>
<
RenderCard
infoList=
{
payInfo
}
dataSource=
{
data
}
/>
</
MellowCard
>
</
MellowCard
>
</
Col
>
</
Col
>
<
Col
span=
{
6
}
>
<
Col
span=
{
data
.
orderModel
>
30
?
9
:
6
}
>
<
MellowCard
title=
'其他信息'
fullHeight
>
<
MellowCard
title=
'其他信息'
fullHeight
>
<
RenderCard
infoList=
{
otherInfo
}
dataSource=
{
data
}
/>
<
RenderCard
infoList=
{
otherInfo
}
dataSource=
{
data
}
/>
</
MellowCard
>
</
MellowCard
>
</
Col
>
</
Col
>
<
Col
span=
{
6
}
>
{
<
MellowCard
title=
'电子合同'
fullHeight
>
(
data
.
orderModel
>
30
)
?
<
ContractList
null
dataSource=
{
:
data
.
electronicContractUrl
?
<
Col
span=
{
6
}
>
[
<
MellowCard
title=
'电子合同'
fullHeight
>
{
<
ContractList
electronicContractUrl
:
data
.
electronicContractUrl
,
dataSource=
{
electronicContractName
:
data
.
electronicContractName
,
data
.
electronicContractUrl
?
},
[
]
:
{
null
electronicContractUrl
:
data
.
electronicContractUrl
,
}
electronicContractName
:
data
.
electronicContractName
,
/>
},
</
MellowCard
>
]
:
</
Col
>
null
}
/>
</
MellowCard
>
</
Col
>
}
</
Row
>
</
Row
>
<
Modal
title=
"发票信息"
visible=
{
isModalVisible
}
onOk=
{
()
=>
setIsModalVisible
(
false
)
}
onCancel=
{
()
=>
setIsModalVisible
(
false
)
}
>
<
Modal
title=
"发票信息"
visible=
{
isModalVisible
}
onOk=
{
()
=>
setIsModalVisible
(
false
)
}
onCancel=
{
()
=>
setIsModalVisible
(
false
)
}
>
<
Row
gutter=
{
[
0
,
10
]
}
style=
{
{
fontSize
:
14
}
}
>
<
Row
gutter=
{
[
0
,
10
]
}
style=
{
{
fontSize
:
14
}
}
>
...
...
src/pages/purchaseAbility/schema/purchaseBid.ts
View file @
7c8070e4
...
@@ -12,12 +12,10 @@ export const PurchaseBidSearchSchema: ISchema = {
...
@@ -12,12 +12,10 @@ export const PurchaseBidSearchSchema: ISchema = {
biddingNo
:
{
biddingNo
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"Search"
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
placeholder
:
'竞价单号'
,
align
:
'flex-left'
,
align
:
'flex-left'
,
allowClear
:
true
}
}
}
}
}
}
...
@@ -50,18 +48,24 @@ export const PurchaseBidSearchSchema: ISchema = {
...
@@ -50,18 +48,24 @@ export const PurchaseBidSearchSchema: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
'单据时间(全部)'
,
allowClear
:
true
}
}
},
},
memberName
:
{
memberName
:
{
type
:
'string'
,
type
:
'string'
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'采购会员'
placeholder
:
'采购会员'
,
allowClear
:
true
}
}
},
},
externalState
:
{
externalState
:
{
type
:
'string'
,
type
:
'string'
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'外部状态'
placeholder
:
'外部状态'
,
allowClear
:
true
,
style
:
{
width
:
160
}
},
},
enum
:
[]
enum
:
[]
},
},
...
@@ -102,11 +106,9 @@ export const PurchaseBidExamineSearchSchema: ISchema = {
...
@@ -102,11 +106,9 @@ export const PurchaseBidExamineSearchSchema: ISchema = {
biddingNo
:
{
biddingNo
:
{
type
:
'string'
,
type
:
'string'
,
"x-component"
:
"Search"
,
"x-component"
:
"Search"
,
"x-mega-props"
:
{
},
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'竞价单号'
,
placeholder
:
'竞价单号'
,
allowClear
:
true
}
}
}
}
}
}
...
@@ -138,12 +140,14 @@ export const PurchaseBidExamineSearchSchema: ISchema = {
...
@@ -138,12 +140,14 @@ export const PurchaseBidExamineSearchSchema: ISchema = {
"x-component"
:
"dateSelect"
,
"x-component"
:
"dateSelect"
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'单据时间(全部)'
,
placeholder
:
'单据时间(全部)'
,
allowClear
:
true
}
}
},
},
memberName
:
{
memberName
:
{
type
:
'string'
,
type
:
'string'
,
"x-component-props"
:
{
"x-component-props"
:
{
placeholder
:
'采购会员'
placeholder
:
'采购会员'
,
allowClear
:
true
}
}
},
},
}
}
...
...
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