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
ca7e3c97
Commit
ca7e3c97
authored
Oct 10, 2020
by
张冬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
888ba114
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
notice.vue
src/pages/purchaser/bid/bidSure/notice.vue
+7
-2
publicity.vue
src/pages/purchaser/bid/bidSure/publicity.vue
+4
-1
releaseProject.vue
src/pages/purchaser/bid/releaseProject/releaseProject.vue
+1
-1
No files found.
src/pages/purchaser/bid/bidSure/notice.vue
View file @
ca7e3c97
...
...
@@ -45,7 +45,7 @@
</el-form>
</div>
<div
class=
"bottomButton flex-center"
>
<el-button>
返回
</el-button>
<el-button
@
click=
"back"
>
返回
</el-button>
<el-button
type=
"primary"
@
click=
"submitData"
>
提交审批
</el-button>
</div>
</div>
...
...
@@ -128,6 +128,9 @@
}
},
methods
:
{
back
(){
this
.
$router
.
go
(
-
1
)
},
getfile
(
val
)
{
this
.
ruleForm
.
accessoryPOList
=
val
},
...
...
@@ -160,7 +163,7 @@
code
,
msg
}
=
await
createwin
(
ruleForm
)
if
(
code
==
=
200
)
{
if
(
code
==
200
)
{
this
.
$message
({
message
:
msg
,
type
:
'success'
,
...
...
@@ -169,6 +172,8 @@
setTimeout
(()
=>
{
this
.
$router
.
go
(
-
1
)
},
1500
)
}
else
{
this
.
$message
.
error
(
msg
)
}
}
}
catch
(
e
)
{
...
...
src/pages/purchaser/bid/bidSure/publicity.vue
View file @
ca7e3c97
...
...
@@ -36,7 +36,7 @@
</el-form>
</div>
<div
class=
"bottomButton flex-center"
>
<el-button>
返回
</el-button>
<el-button
@
click=
"back"
>
返回
</el-button>
<el-button
type=
"primary"
@
click=
"submitData"
>
提交审批
</el-button>
</div>
</div>
...
...
@@ -94,6 +94,9 @@
}
},
methods
:
{
back
()
{
this
.
$router
.
go
(
-
1
)
},
getfile
(
val
)
{
this
.
file
=
val
},
...
...
src/pages/purchaser/bid/releaseProject/releaseProject.vue
View file @
ca7e3c97
...
...
@@ -56,7 +56,7 @@ export default {
},
data
()
{
return
{
activeIdx
:
1
,
activeIdx
:
0
,
allForm
:
{}
}
},
...
...
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