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
6576460f
Commit
6576460f
authored
Jun 01, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 招标采购类型修改
parent
b634b7fe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
index.ts
src/constants/index.ts
+2
-2
index.ts
src/pages/procurement/callForBids/addNewBid/schema/index.ts
+1
-1
index.tsx
...ds/readySubmitReport/components/remarkBidReport/index.tsx
+5
-0
No files found.
src/constants/index.ts
View file @
6576460f
...
...
@@ -1913,8 +1913,8 @@ export const PAY_CHANNEL = {
/** 采购类型 */
export
const
PURCHASE_TYPE
=
{
1
:
'
单次采购
'
,
2
:
'
协议采购
'
,
1
:
'
有固定采购金额
'
,
2
:
'
无固定采购金额
'
,
}
/** 招标方式 */
...
...
src/pages/procurement/callForBids/addNewBid/schema/index.ts
View file @
6576460f
...
...
@@ -78,7 +78,7 @@ const basicInfo: ISchema = {
type
:
'string'
,
required
:
true
,
enum
:
Object
.
values
(
PURCHASE_TYPE
).
map
((
item
,
index
)
=>
({
label
:
item
,
value
:
++
index
})),
title
:
'{{help("采购类型", "
单次采购:招标内容为单次采购内容,只允许下单采购一次;协议采购:招标内容为在协议期内可多次下单
采购")}}'
,
title
:
'{{help("采购类型", "
有固定采购金额:采购金额固定,合同期内不可超过采购金额,无固定采购金额:采购金额不固定,可在合同期内按需
采购")}}'
,
"x-component-props"
:
{
placeholder
:
"请选择采购类型"
,
}
...
...
src/pages/procurement/callForBids/readySubmitReport/components/remarkBidReport/index.tsx
View file @
6576460f
...
...
@@ -16,6 +16,7 @@ import { ExpertRectractStatus } from '@/constants';
import
cx
from
'classnames'
import
{
EditableCell
,
EditableRow
}
from
'../remarkTableCell'
;
import
{
groupBy
}
from
'@/pages/procurement/constants'
;
import
{
getAuth
}
from
'@/utils/auth'
;
/**
* 评标报告
...
...
@@ -29,6 +30,7 @@ export interface RemarkBidReportProps {
}
const
RemarkBidReport
:
React
.
FC
<
RemarkBidReportProps
>
=
({
cardTitle
})
=>
{
const
{
token
}
=
getAuth
()
||
{}
const
{
data
,
submitData
,
submitCtl
}
=
useContext
(
ReportDetailContext
)
const
currentRef
=
useRef
<
any
>
({})
const
[
transferRadio
,
setTransferRadio
]
=
useState
<
number
>
(
0
)
...
...
@@ -207,6 +209,9 @@ const RemarkBidReport: React.FC<RemarkBidReportProps> = ({cardTitle}) => {
fileType
:
1
,
prefix
:
''
,
},
headers
:
{
token
},
onChange
(
info
)
{
if
(
info
.
file
.
status
!==
'uploading'
)
{
...
...
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