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
c9366c71
Commit
c9366c71
authored
Nov 02, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6ff1fcf2
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
40 additions
and
21 deletions
+40
-21
organizationDetail.vue
src/components/detail/organizationDetail.vue
+3
-3
winBook.vue
src/components/detail/winBook.vue
+3
-1
contract.vue
src/pages/purchaser/bid/bidSure/contract.vue
+13
-7
message.vue
src/pages/purchaser/bid/editProject/message.vue
+1
-0
informationSee.vue
src/pages/purchaser/organization/informationSee.vue
+1
-1
bidresultAdvice.vue
src/pages/supply/bid/joinProject/bidSure/bidresultAdvice.vue
+16
-6
projectList.vue
src/pages/supply/bid/joinProject/projectList.vue
+1
-1
upload.vue
src/pages/supply/buyOut/upload.vue
+1
-1
informationSee.vue
src/pages/supply/organization/informationSee.vue
+1
-1
No files found.
src/components/detail/organizationDetail.vue
View file @
c9366c71
...
...
@@ -17,7 +17,7 @@
</li>
<li>
<div>
行政区域
</div>
<div>
{{
detail
.
location
}}
</div>
<div>
{{
detail
.
area
}}
</div>
</li>
<li>
<div>
单位性质
</div>
...
...
@@ -25,7 +25,7 @@
</li>
<li>
<div>
单位所在地
</div>
<div>
{{
detail
.
contactAddress
}}
</div>
<div>
{{
detail
.
location
}}
</div>
</li>
<li>
...
...
@@ -46,7 +46,7 @@
</li>
<li>
<div>
电子邮箱
</div>
<div>
{{
detail
.
email
}}
</div>
<div>
{{
detail
.
contacts
.
email
}}
</div>
</li>
</ul>
<div
class=
"detail-item"
>
...
...
src/components/detail/winBook.vue
View file @
c9366c71
...
...
@@ -8,7 +8,7 @@
<div>
项目名称:
{{
projectName
}}
</div>
</div>
<div>
<div>
日期:
{{
d
etail
.
winDate
}}
</div>
<div>
日期:
{{
d
ate
}}
</div>
<div>
中标金额:
{{
detail
.
money
}}
元
</div>
</div>
<div>
...
...
@@ -67,6 +67,8 @@ export default {
const
{
data
,
code
}
=
await
winBookdetail
(
projectId
);
if
(
code
==
200
)
{
this
.
detail
=
data
;
this
.
date
=
data
.
winDate
.
substring
(
0
,
10
)
}
}
},
...
...
src/pages/purchaser/bid/bidSure/contract.vue
View file @
c9366c71
...
...
@@ -14,7 +14,7 @@
<el-input
v-model
.
trim=
"ruleForm.contractName"
placeholder=
"请输入"
maxlength=
"30"
></el-input>
</el-form-item>
<el-form-item
label=
"合同类型:"
prop=
"contractType"
>
<el-radio
v-model=
"ruleForm.contractType"
label=
"1"
>
項
目合同
</el-radio>
<el-radio
v-model=
"ruleForm.contractType"
label=
"1"
>
项
目合同
</el-radio>
<el-radio
v-model=
"ruleForm.contractType"
label=
"2"
>
应收账款合同
</el-radio>
</el-form-item>
</div>
...
...
@@ -54,17 +54,17 @@
</el-form-item>
</div>
<el-form-item
label=
"合同文件:"
prop=
"file"
>
<singleUpload
:limit=
"1"
accept=
".pdf"
tip=
"支持扩展名:.rar .zip .doc .docx .pdf .jpg..."
@
input=
"getfil
e"
></singleUpload>
<singleUpload
:limit=
"1"
:max=
"100"
accept=
".pdf"
tip=
"支持上传一个pdf格式文件,大小不超过100M"
@
input=
"getfile"
:fileList=
"ruleForm.contractFileNam
e"
></singleUpload>
</el-form-item>
<el-form-item
label=
"其他附件:"
>
<singleUpload
:limit=
"3"
:max=
"
3"
tip=
"支持扩展名:.rar .zip .doc .docx .pdf .jpg..."
@
input=
"getfile1
"
></singleUpload>
<singleUpload
:limit=
"3"
:max=
"
100"
tip=
"支持上传三份附件,大小不超过100M"
@
input=
"getfile1"
:fileList=
"ruleForm.fileList
"
></singleUpload>
</el-form-item>
<el-form-item
label=
"合同范围:"
prop=
"remark"
>
<el-input
v-model
.
trim=
"ruleForm.remark"
placeholder=
"请输入"
type=
"textarea"
:rows=
"2"
maxlength=
"300"
></el-input>
</el-form-item>
</el-form>
<div
class=
"button flex-center"
>
<el-button>
返回
</el-button>
<el-button
@
click=
"out"
>
返回
</el-button>
<el-button
type=
"primary"
@
click=
"submitData"
>
保存
</el-button>
</div>
</div>
...
...
@@ -105,7 +105,9 @@
validityTime
:
""
,
deadline
:
""
,
FilePO
:
[],
remark
:
""
remark
:
""
,
fileList
:[],
contractFileName
:
''
},
rules
:
{
validityTime
:
[{
...
...
@@ -127,14 +129,18 @@
}
},
methods
:
{
/* 返回 */
out
(){
this
.
$router
.
go
(
-
1
)
},
examine
()
{
this
.
$router
.
push
(
'/admin/bid/bidingDetail'
)
},
getfile
(
val
)
{
console
.
log
(
val
)
this
.
ruleForm
.
contractFileName
=
val
},
getfile1
(
val
)
{
console
.
log
(
val
)
this
.
ruleForm
.
fileList
=
val
},
// 提交表单
async
submitData
()
{
...
...
src/pages/purchaser/bid/editProject/message.vue
View file @
c9366c71
...
...
@@ -508,6 +508,7 @@ export default {
},
computed
:
{},
created
()
{
this
.
$refs
.
ruleForm
.
resetFields
()
// 默认操作
this
.
userList
();
this
.
industryList
();
...
...
src/pages/purchaser/organization/informationSee.vue
View file @
c9366c71
...
...
@@ -22,7 +22,7 @@ export default {
},
data
()
{
return
{
breads
:
[
'
查看基本信息'
,
'企业资质文件
'
]
breads
:
[
'
组织管理'
,
'单位信息
'
]
};
},
methods
:
{
...
...
src/pages/supply/bid/joinProject/bidSure/bidresultAdvice.vue
View file @
c9366c71
...
...
@@ -10,12 +10,18 @@
</div>
<div
v-if=
"state"
class=
"flex-between"
>
<div>
日期:
{{
createTime
}}
</div>
<div>
招标结果通知书编号:
11111
</div>
<div>
招标结果通知书编号:
{{
resultId
}}
</div>
</div>
<div
v-if=
"state"
>
<div
class=
"flex"
>
<div
style=
"margin-right: 20px;"
>
附件:中标通知书.pdf
</div>
<el-button
size=
"mini"
>
下载
</el-button>
<div
class=
"flex"
>
<div
style=
"margin-right: 20px;"
>
附件:
</div>
<ul>
<li
v-for=
"(item, i) in detail"
:key=
"i"
>
<a
href=
"item.resultBookUrl"
>
{{
item
.
resultBookName
}}
</a>
</li>
</ul>
<!--
<div
style=
"margin-right: 20px;"
>
附件:中标通知书.pdf
</div>
<el-button
size=
"mini"
>
下载
</el-button>
-->
</div>
</div>
<div
v-else
class=
"detail1"
>
...
...
@@ -45,7 +51,9 @@ export default {
projectCode
:
""
,
projectName
:
""
,
detail
:
""
,
state
:
true
state
:
true
,
createTime
:
''
,
resultId
:
''
}
},
methods
:
{
...
...
@@ -62,7 +70,9 @@ export default {
}
=
await
bidResultBook
(
message
)
if
(
code
==
200
){
this
.
detail
=
data
this
.
detail
=
data
this
.
createTime
=
data
.
createTime
.
substring
(
0
,
10
)
this
.
resultId
=
data
.
resultId
}
else
{
this
.
state
=
false
}
...
...
src/pages/supply/bid/joinProject/projectList.vue
View file @
c9366c71
...
...
@@ -19,7 +19,7 @@
<div>
{{
totalMarks
(
scope
.
row
.
status
)
}}
</div>
</
template
>
</el-table-column>
<el-table-column
slot=
"operate"
label=
"操作"
fixed=
"right"
width=
"200"
>
<el-table-column
slot=
"operate"
label=
"操作"
fixed=
"right"
width=
"200"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.type == 1"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handlesee(scope.row)"
>
查看投标邀请书
</el-button>
...
...
src/pages/supply/buyOut/upload.vue
View file @
c9366c71
...
...
@@ -9,7 +9,7 @@
<div
class=
"flex"
>
<div>
上传图片:
</div>
<!--
<singleUpload
:limit=
"1"
:max=
"10"
tips=
"最多上传一份,大小不超过10M."
@
input=
"getfile"
></singleUpload>
-->
<Upload
:limit=
"
1
"
:max=
"10"
:fileList=
"fileList"
tip=
"支持上传6张图片,单张图片大小不超过10M。"
@
input=
"getfile"
></Upload>
<Upload
:limit=
"
6
"
:max=
"10"
:fileList=
"fileList"
tip=
"支持上传6张图片,单张图片大小不超过10M。"
@
input=
"getfile"
></Upload>
</div>
<div
class=
"backButton"
>
<el-button
@
click=
"back"
>
返回
</el-button>
...
...
src/pages/supply/organization/informationSee.vue
View file @
c9366c71
...
...
@@ -22,7 +22,7 @@ export default {
},
data
()
{
return
{
breads
:
[
'
查看基本信息'
,
'企业资质文件
'
]
breads
:
[
'
组织管理'
,
'单位信息
'
]
};
},
methods
:
{
...
...
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