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
b68b73c5
Commit
b68b73c5
authored
Nov 04, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.takedata.cc/zhangdong/web-purchase
parents
64923c48
25148d87
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
inquiryAnnouncement.vue
src/pages/purchaser/bid/reviewed/inquiryAnnouncement.vue
+1
-0
tenderAnnouncement.vue
src/pages/purchaser/bid/reviewed/tenderAnnouncement.vue
+4
-5
seeInvitation.vue
src/pages/supply/bid/joinProject/seeInvitation.vue
+0
-0
workbench.vue
src/pages/supply/bid/joinProject/workbench.vue
+1
-1
No files found.
src/pages/purchaser/bid/reviewed/inquiryAnnouncement.vue
View file @
b68b73c5
...
@@ -393,6 +393,7 @@ export default {
...
@@ -393,6 +393,7 @@ export default {
item
.
name
=
item
.
fileName
;
item
.
name
=
item
.
fileName
;
item
.
url
=
item
.
accessoryUrl
;
item
.
url
=
item
.
accessoryUrl
;
}
}
data
.
accessoryPOList
=
data
.
accessoryVOList
this
.
ruleForm
=
data
;
this
.
ruleForm
=
data
;
let
userInfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'userInfo'
));
let
userInfo
=
JSON
.
parse
(
localStorage
.
getItem
(
'userInfo'
));
this
.
ruleForm
.
purchaseAgent
=
userInfo
.
companyName
;
this
.
ruleForm
.
purchaseAgent
=
userInfo
.
companyName
;
...
...
src/pages/purchaser/bid/reviewed/tenderAnnouncement.vue
View file @
b68b73c5
...
@@ -62,12 +62,13 @@ export default {
...
@@ -62,12 +62,13 @@ export default {
}
}
};
};
return
{
return
{
accessoryPOList
:
[],
editorOption
:
{},
editorOption
:
{},
breads
:
[
'招标管理'
,
'招标项目管理'
,
'工作台'
],
breads
:
[
'招标管理'
,
'招标项目管理'
,
'工作台'
],
ruleForm
:
{
ruleForm
:
{
title
:
''
,
title
:
''
,
content
:
''
content
:
''
,
accessoryPOList
:
[],
},
},
rules
:
{
rules
:
{
title
:
[
title
:
[
...
@@ -110,7 +111,7 @@ export default {
...
@@ -110,7 +111,7 @@ export default {
for
(
let
item
of
val
)
{
for
(
let
item
of
val
)
{
item
.
accessoryUrl
=
item
.
fileUrl
;
item
.
accessoryUrl
=
item
.
fileUrl
;
}
}
this
.
accessoryPOList
=
val
;
this
.
ruleForm
.
accessoryPOList
=
val
;
},
},
// 获取详情
// 获取详情
async
getbiddingProjectId
()
{
async
getbiddingProjectId
()
{
...
@@ -129,7 +130,6 @@ export default {
...
@@ -129,7 +130,6 @@ export default {
async
submit
()
{
async
submit
()
{
let
ruleForm
=
this
.
ruleForm
;
let
ruleForm
=
this
.
ruleForm
;
ruleForm
.
projectId
=
localStorage
.
getItem
(
'projectId'
);
ruleForm
.
projectId
=
localStorage
.
getItem
(
'projectId'
);
ruleForm
.
accessoryPOList
=
this
.
accessoryPOList
;
try
{
try
{
const
valid
=
await
this
.
$refs
[
'ruleForm'
].
validate
();
const
valid
=
await
this
.
$refs
[
'ruleForm'
].
validate
();
if
(
valid
)
{
if
(
valid
)
{
...
@@ -154,7 +154,6 @@ export default {
...
@@ -154,7 +154,6 @@ export default {
async
submit1
()
{
async
submit1
()
{
let
ruleForm
=
this
.
ruleForm
;
let
ruleForm
=
this
.
ruleForm
;
ruleForm
.
projectId
=
localStorage
.
getItem
(
'projectId'
);
ruleForm
.
projectId
=
localStorage
.
getItem
(
'projectId'
);
ruleForm
.
accessoryPOList
=
this
.
accessoryPOList
;
try
{
try
{
const
valid
=
await
this
.
$refs
[
'ruleForm'
].
validate
();
const
valid
=
await
this
.
$refs
[
'ruleForm'
].
validate
();
if
(
valid
)
{
if
(
valid
)
{
...
...
src/pages/supply/bid/joinProject/seeInvitation.vue
View file @
b68b73c5
This diff is collapsed.
Click to expand it.
src/pages/supply/bid/joinProject/workbench.vue
View file @
b68b73c5
...
@@ -78,7 +78,7 @@ export default {
...
@@ -78,7 +78,7 @@ export default {
{
{
id
:
54
,
id
:
54
,
label
:
'查看招标公告'
,
label
:
'查看招标公告'
,
url
:
'/supply/bid/signupOnline/seeAnnouncement
'
,
url
:
'/supply/bid/joinProject/seeInvitation
'
,
bright
:
false
bright
:
false
},
},
{
{
...
...
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