Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
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
bp
op-web-service
Commits
89c2f4a1
Commit
89c2f4a1
authored
Jul 29, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:跳转发布拼单
parent
cec05c44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
5 deletions
+37
-5
index.vue
src/pages/Activity/Manage/index.vue
+5
-1
spellOrderSet.vue
...pages/Activity/releaseProduc/components/spellOrderSet.vue
+32
-4
No files found.
src/pages/Activity/Manage/index.vue
View file @
89c2f4a1
...
...
@@ -18,7 +18,7 @@
<el-form-item
style=
"margin-left: 50px"
>
<el-button
type=
"primary"
>
搜索
</el-button>
</el-form-item>
<el-button
type=
"primary"
>
发布拼单
</el-button>
<el-button
type=
"primary"
@
click=
"goReleaseProduc"
>
发布拼单
</el-button>
<!-- 列表 -->
<el-table
:data=
"manageList"
border
style=
"width: 100%"
>
<el-table-column
...
...
@@ -165,6 +165,10 @@ export default {
methods
:
{
// 点击活动标题
handleHeadline
()
{},
// 发布拼单
goReleaseProduc
()
{
this
.
$router
.
push
(
'/op/activity/releaseProduc'
)
},
// 修改
handleModify
()
{},
// 结束
...
...
src/pages/Activity/releaseProduc/components/spellOrderSet.vue
View file @
89c2f4a1
<
template
>
<div
class=
"spellOrderSet"
>
拼单设置
<span
class=
"demonstration"
>
拼单起止时间:
</span>
<el-date-picker
v-model=
"value1"
type=
"datetimerange"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
:default-time=
"defaultTime"
>
</el-date-picker>
</div>
<div>
<el-card>
<span>
自提点设置
</span>
<el-form
ref=
"form"
:model=
"form"
label-width=
"80px"
>
<el-form-item
label=
"label"
>
<el-input
v-model=
"model"
></el-input>
</el-form-item>
</el-form>
</el-card>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
value1
:
''
,
defaultTime
:
[
new
Date
(
2000
,
1
,
1
,
12
,
0
,
0
),
new
Date
(
2000
,
2
,
1
,
8
,
0
,
0
)
]
}
}
}
</
script
>
<
style
>
<
style
lang=
"less"
scope
>
.spellOrderSet {
text-align: center;
margin: 50px 0;
}
</
style
>
\ No newline at end of file
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