Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
Overview
Overview
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
pseer
gxpt_web
Commits
9de1ff6a
Commit
9de1ff6a
authored
Jun 13, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加金额券
parent
f9db5bd3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
220 additions
and
0 deletions
+220
-0
durationIndex.vue
src/views/system/coupon/durationIndex.vue
+214
-0
index.vue
src/views/system/store/index.vue
+5
-0
selectOpenShopUuid.vue
src/views/system/store/selectOpenShopUuid.vue
+1
-0
No files found.
src/views/system/coupon/durationIndex.vue
View file @
9de1ff6a
This diff is collapsed.
Click to expand it.
src/views/system/store/index.vue
View file @
9de1ff6a
...
...
@@ -92,6 +92,7 @@
<el-table
v-loading=
"loading"
:data=
"storeList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"门店名称"
align=
"center"
prop=
"name"
width=
"100px"
/>
<el-table-column
align=
"center"
label=
"城市名称"
prop=
"cityName"
width=
"100px"
/>
<el-table-column
label=
"门店类型"
align=
"center"
prop=
"storeType"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_type"
:value=
"scope.row.storeType"
/>
...
...
@@ -187,6 +188,9 @@
<el-form-item
label=
"门店名称"
prop=
"name"
>
<el-input
v-model=
"form.name"
placeholder=
"请输入门店名称"
/>
</el-form-item>
<el-form-item
label=
"所在城市"
prop=
"cityName"
>
<el-input
v-model=
"form.cityName"
placeholder=
"请输入所在城市"
/>
</el-form-item>
</el-col>
</el-row>
<el-row>
...
...
@@ -629,6 +633,7 @@ export default {
this
.
form
.
openShopUuid
=
openShopUuid
;
this
.
form
.
address
=
cityname
+
shopaddress
;
this
.
form
.
name
=
branchname
;
this
.
form
.
cityName
=
cityname
;
this
.
onSearchMapAddress
();
},
selectPoiId
(
tiktokPoiId
)
{
...
...
src/views/system/store/selectOpenShopUuid.vue
View file @
9de1ff6a
...
...
@@ -8,6 +8,7 @@
<el-table-column
label=
"店铺名称"
align=
"center"
prop=
"shopname"
width=
"120px"
/>
<el-table-column
label=
"分店名称"
align=
"center"
prop=
"branchname"
width=
"120px"
/>
<el-table-column
label=
"店铺地址"
align=
"center"
prop=
"shopaddress"
/>
<el-table-column
align=
"center"
label=
"城市名称"
prop=
"cityname"
/>
</el-table>
</el-row>
...
...
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