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
6d4887e5
Commit
6d4887e5
authored
Jul 30, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:添加自提点
parent
74cfef99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
spellOrderSet.vue
...pages/Activity/releaseProduc/components/spellOrderSet.vue
+18
-1
No files found.
src/pages/Activity/releaseProduc/components/spellOrderSet.vue
View file @
6d4887e5
...
...
@@ -21,7 +21,7 @@
placeholder=
"自提点名称/自提点联系人"
suffix-icon=
"el-icon-search"
></el-input>
<el-button
type=
"primary"
>
添加自提点
</el-button>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = true"
>
添加自提点
</el-button>
</el-form-item>
<span
class=
"checked"
>
已选
</span>
<el-table
...
...
@@ -86,6 +86,23 @@
</el-table-column>
</el-table>
</el-form>
<!-- 添加自提点 -->
<el-dialog
title=
"添加自提点"
v-model=
"dialogFormVisible"
>
<el-form
:model=
"form"
>
<el-form-item
label=
"自提点名称"
:label-width=
"formLabelWidth"
>
<el-input
v-model=
"form.name"
autocomplete=
"off"
></el-input>
</el-form-item>
<el-form-item
label=
"位置"
:label-width=
"formLabelWidth"
>
<el-input
v-model=
"form.name"
placeholder=
""
></el-input>
</el-form-item>
</el-form>
<
template
#
footer
>
<span
class=
"dialog-footer"
>
<el-button
@
click=
"dialogFormVisible = false"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"dialogFormVisible = false"
>
确 定
</el-button>
</span>
</
template
>
</el-dialog>
</el-card>
</div>
</template>
...
...
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