Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-purchase
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
张冬
web-purchase
Commits
ac430d1f
Commit
ac430d1f
authored
Nov 26, 2020
by
zhangdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
最小投标数量
parent
9457fbd6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
message.vue
src/pages/purchaser/bid/releaseProject/message.vue
+3
-3
No files found.
src/pages/purchaser/bid/releaseProject/message.vue
View file @
ac430d1f
...
@@ -34,8 +34,8 @@
...
@@ -34,8 +34,8 @@
<el-form-item
label=
"项目归属地区:"
prop=
"region"
>
<el-form-item
label=
"项目归属地区:"
prop=
"region"
>
<citySelect
@
sendprovinceId=
"getprovinceId"
@
sendcityId=
"getcityId"
@
senddistrictId=
"getdistrictId"
></citySelect>
<citySelect
@
sendprovinceId=
"getprovinceId"
@
sendcityId=
"getcityId"
@
senddistrictId=
"getdistrictId"
></citySelect>
</el-form-item>
</el-form-item>
<el-form-item
label=
"最小投标单位数:"
prop=
"minTender"
>
<el-form-item
label=
"最小投标单位数:"
>
<el-input
v-model
.
trim=
"ruleForm.minTender"
placeholder=
"
请输入
"
onkeyup=
"value=value.replace(/[^\d]/g,'')"
maxlength=
"30"
:min=
"3"
:max=
"20"
></el-input>
<el-input
v-model
.
trim=
"ruleForm.minTender"
placeholder=
"
建议最小投标单位数不小于3
"
onkeyup=
"value=value.replace(/[^\d]/g,'')"
maxlength=
"30"
:min=
"3"
:max=
"20"
></el-input>
</el-form-item>
</el-form-item>
</div>
</div>
<div>
<div>
...
@@ -445,7 +445,7 @@ export default {
...
@@ -445,7 +445,7 @@ export default {
purchaseAgent
:
''
,
purchaseAgent
:
''
,
industry
:
2
,
industry
:
2
,
region
:
''
,
region
:
''
,
minTender
:
3
,
minTender
:
""
,
contacts
:
''
,
contacts
:
''
,
contactsWay
:
''
,
contactsWay
:
''
,
// 招标方式
// 招标方式
...
...
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