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
537c8511
Commit
537c8511
authored
Nov 03, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
2cc7bb3f
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
23 additions
and
25 deletions
+23
-25
examineDetail.vue
src/components/examineDetail.vue
+1
-1
detail.vue
src/pages/purchaser/bid/bidStage/bondList/detail.vue
+1
-3
changeNotice.vue
src/pages/purchaser/bid/bidStage/changeList/changeNotice.vue
+1
-1
propose.vue
src/pages/purchaser/bid/bidStage/clearManagement/propose.vue
+1
-1
failNotice.vue
src/pages/purchaser/bid/bidStage/failList/failNotice.vue
+1
-1
detail.vue
src/pages/purchaser/bid/bidStage/tenderFeelist/detail.vue
+1
-1
notice.vue
src/pages/purchaser/bid/bidSure/notice.vue
+1
-1
publicity.vue
src/pages/purchaser/bid/bidSure/publicity.vue
+1
-1
SeetenderAnnouncement.vue
src/pages/purchaser/bid/reviewed/SeetenderAnnouncement.vue
+1
-1
inquiryAnnouncement.vue
src/pages/purchaser/bid/reviewed/inquiryAnnouncement.vue
+1
-1
tenderAnnouncement.vue
src/pages/purchaser/bid/reviewed/tenderAnnouncement.vue
+1
-1
bidOpenhal.vue
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
+10
-8
bond.vue
src/pages/supply/bid/joinProject/bidStage/bond/bond.vue
+1
-1
tenderFee.vue
...s/supply/bid/joinProject/bidStage/tenderFee/tenderFee.vue
+1
-3
No files found.
src/components/examineDetail.vue
View file @
537c8511
...
...
@@ -25,7 +25,7 @@
<el-dialog
:visible
.
sync=
"dialogFormVisible"
title=
"审核拒绝"
width=
"30%"
>
<el-form
:model=
"form"
>
<el-form-item
:label-width=
"100"
label=
"拒绝原因"
>
<el-input
v-model=
"form.reason"
:rows=
"3"
type=
"textarea"
style=
"width:400px"
placeholder=
"请输入1-
20个字符"
maxlength=
"2
0"
></el-input>
<el-input
v-model=
"form.reason"
:rows=
"3"
type=
"textarea"
style=
"width:400px"
placeholder=
"请输入1-
100个字符"
maxlength=
"10
0"
></el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/pages/purchaser/bid/bidStage/bondList/detail.vue
View file @
537c8511
...
...
@@ -94,7 +94,7 @@
<el-dialog
title=
"审核拒绝"
:visible
.
sync=
"dialogFormVisible"
>
<el-form
:model=
"form"
:rules=
"rules"
ref=
"form"
>
<el-form-item
label=
"拒绝原因"
label-width=
"100"
prop=
"reason"
>
<el-input
v-model=
"form.reason"
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
></el-input>
<el-input
v-model=
"form.reason"
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
maxlength=
"100"
></el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -232,8 +232,6 @@ export default {
<
style
scoped
>
.message
{
}
.message
>
div
{
background
:
#fff
;
...
...
src/pages/purchaser/bid/bidStage/changeList/changeNotice.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
title
}}
</h3>
<h5>
{{
title
}}
</h5>
<div
class=
"abs"
>
<div
class=
"abs"
style=
"width:400px"
>
<div
v-if=
"state"
>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/bidStage/clearManagement/propose.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
type
==
1
?
"编辑"
:
"提出"
}}
澄清
</h3>
<h5>
{{
type
==
1
?
"编辑"
:
"提出"
}}
澄清
</h5>
<div
v-if=
"type==1"
class=
"abs"
>
<div
v-if=
"type==1"
class=
"abs"
style=
"width:400px"
>
<div>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/bidStage/failList/failNotice.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
title
}}
</h3>
<h5>
{{
title
}}
</h5>
<div
class=
"abs"
>
<div
class=
"abs"
style=
"width:400px"
>
<div
v-if=
"state"
>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/bidStage/tenderFeelist/detail.vue
View file @
537c8511
...
...
@@ -126,7 +126,7 @@
<el-dialog
title=
"审核拒绝"
:visible
.
sync=
"dialogFormVisible"
>
<el-form
:model=
"form"
:rules=
"rules"
ref=
"form"
>
<el-form-item
label=
"拒绝原因"
label-width=
"100"
prop=
"reason"
>
<el-input
v-model=
"form.reason"
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
></el-input>
<el-input
v-model=
"form.reason"
type=
"textarea"
:rows=
"2"
placeholder=
"请输入内容"
maxlength=
"100"
></el-input>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
src/pages/purchaser/bid/bidSure/notice.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
title
}}
中标公告
</h3>
<h5>
{{
title
}}
中标公告
</h5>
<div
v-if=
"type == 1"
class=
"abs"
>
<div
v-if=
"type == 1"
class=
"abs"
style=
"width:400px"
>
<div>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/bidSure/publicity.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
title
}}
中标候选人公示
</h3>
<h5>
{{
title
}}
中标候选人公示
</h5>
<div
v-if=
"type == 1"
class=
"abs"
>
<div
v-if=
"type == 1"
class=
"abs"
style=
"width:400px"
>
<div>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/reviewed/SeetenderAnnouncement.vue
View file @
537c8511
...
...
@@ -25,7 +25,7 @@ export default {
},
data
()
{
return
{
breads
:
[
'招标管理'
,
'
在线报名'
,
'招标公告
'
],
breads
:
[
'招标管理'
,
'
招标项目管理'
,
'工作台
'
],
auditStatus
:
''
};
},
...
...
src/pages/purchaser/bid/reviewed/inquiryAnnouncement.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
type
==
1
?
'编辑'
:
'发布'
}}
询价公告
</h3>
<h5>
{{
type
==
1
?
'编辑'
:
'发布'
}}
询价公告
</h5>
<div
v-if=
"type == 1"
class=
"abs"
>
<div
v-if=
"type == 1"
class=
"abs"
style=
"width:400px"
>
<div>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/purchaser/bid/reviewed/tenderAnnouncement.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
{{
type
==
1
?
'编辑'
:
'发布'
}}
招标公告
</h3>
<h5>
{{
type
==
1
?
'编辑'
:
'发布'
}}
招标公告
</h5>
<div
v-if=
"type == 1"
class=
"abs"
>
<div
v-if=
"type == 1"
class=
"abs"
style=
"width:400px"
>
<div>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/supply/bid/joinProject/bidOpen/bidOpenhal.vue
View file @
537c8511
...
...
@@ -24,17 +24,17 @@
<div
class=
"hal-item"
>
<div
class=
"flex"
>
<div
style=
"font-weight:bold"
>
签到
</div>
<div
style=
"color:
blue
;font-size:20px;margin-left:10px;margin-right:10px"
>
1
</div>
<div
style=
"color:
#FF5203
;font-size:20px;margin-left:10px;margin-right:10px"
>
1
</div>
<div
style=
"font-weight:bold"
>
人
</div>
</div>
<div
class=
"flex"
>
<div
style=
"font-weight:bold"
>
解密
</div>
<div
style=
"color:
blue
;font-size:20px;margin-left:10px;margin-right:10px"
>
1
</div>
<div
style=
"color:
#FF5203
;font-size:20px;margin-left:10px;margin-right:10px"
>
1
</div>
<div
style=
"font-weight:bold"
>
人
</div>
</div>
<div
class=
"flex"
>
<div
style=
"font-weight:bold"
>
签名
</div>
<div
style=
"color:
blue
;font-size:20px;margin-left:10px;margin-right:10px"
>
1
</div>
<div
style=
"color:
#FF5203
;font-size:20px;margin-left:10px;margin-right:10px"
>
1
</div>
<div
style=
"font-weight:bold"
>
人
</div>
</div>
<div
class=
"texta"
>
签到解密签名情况
</div>
...
...
@@ -53,7 +53,7 @@
<div
class=
"hal-right"
>
<!--
<el-button
@
click=
"dialogFormVisible = true"
style=
"margin-left: 10px"
>
开标规则说明
</el-button>
-->
<div
@
click=
"isdialogue"
style=
"margin-top:0px"
>
在线对话
<i
class=
"el-icon-chat-dot-round"
></i></div>
<div
icon
=
"el-icon-refresh"
@
click=
"refrsh"
>
刷新
</div>
<div
class
=
"el-icon-refresh"
@
click=
"refrsh"
>
刷新
</div>
<div
>
下发开标一览表
</div>
<div
@
click=
"openInfo"
:disabled=
"!issueTable"
>
查看开标一览表
</div>
<el-button
...
...
@@ -477,7 +477,7 @@ export default {
<
style
scoped
>
.content
{
background
:
whitesmoke
;
background
:
#F7F9FA
;
}
.abs
{
position
:
absolute
;
...
...
@@ -554,16 +554,18 @@ export default {
margin-top
:
20px
;
height
:
40px
;
text-align
:
center
;
border
:
2px
solid
blue
;
border
:
2px
solid
#FF5203
;
font-size
:
12px
;
color
:
#FF5203
;
line-height
:
40px
;
cursor
:
pointer
;
}
.hal-center
{
flex
:
1
;
height
:
500px
;
/* flex: 1; */
width
:
762px
;
height
:
459px
;
border
:
1px
solid
#000
;
margin
:
0
50px
;
box-sizing
:
border-box
;
...
...
src/pages/supply/bid/joinProject/bidStage/bond/bond.vue
View file @
537c8511
...
...
@@ -4,7 +4,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
保证金缴纳
</h3>
<h5>
{{
type
==
1
?
'编辑'
:
'提交'
}}
保证金缴纳信息
</h5>
<div
class=
"abs"
>
<div
class=
"abs"
style=
"width:400px"
>
<div
v-if=
"type == 1"
>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
src/pages/supply/bid/joinProject/bidStage/tenderFee/tenderFee.vue
View file @
537c8511
...
...
@@ -5,7 +5,7 @@
<dataBreadcrumb
:breads=
"breads"
></dataBreadcrumb>
<h3>
标书费缴纳
</h3>
<h5>
{{
type
==
1
?
'编辑'
:
'提交'
}}
购标信息、邮寄信息、发票信息、缴费信息
</h5>
<div
class=
"abs"
>
<div
class=
"abs"
style=
"width:400px"
>
<div
v-if=
"type == 1"
>
拒绝原因:
{{
ruleForm
.
reason
}}
</div>
</div>
</div>
...
...
@@ -323,8 +323,6 @@ export default {
<
style
scoped
>
.message
{
}
.message
>
div
{
background
:
#fff
;
...
...
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