Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
ybf
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
xulili
ybf
Commits
1ae9114c
Commit
1ae9114c
authored
Feb 06, 2020
by
Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Z: Hot: sotre: new's man.
parent
0f81ae81
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
198 additions
and
58 deletions
+198
-58
addStore.vue
ybf_admin/src/pages/in/contact/components/addStore.vue
+0
-24
index.vue
ybf_admin/src/pages/in/contact/index.vue
+1
-1
store.vue
ybf_admin/src/pages/in/contact/store.vue
+197
-33
No files found.
ybf_admin/src/pages/in/contact/components/addStore.vue
View file @
1ae9114c
...
...
@@ -220,30 +220,6 @@ export default {
.
catch
(
err
=>
{
});
// this.$refs[inDataName].validate(valid => {
// if (valid) {
// // this.addStoreDialog = false;
// let postData = {
// name: this.zdata.post.storeName,
// stallType: this.zdata.post.storeTypeId,
// principal: this.zdata.post.storeBossId,
// shopId: this.zdata.post.storeFromBarId,
// signNum: this.zdata.post.storeDoorCode,
// location: this.zdata.post.storeAddress
// };
// zlog("--->postData =", postData);
// // ApiStoreAddStore(postData)
// // .then(res => {})
// // .catch(err => {});
// } else {
// console.log("error submit!!");
// return false;
// }
// });
},
handleChange
()
{}
},
...
...
ybf_admin/src/pages/in/contact/index.vue
View file @
1ae9114c
...
...
@@ -18,7 +18,7 @@
</el-menu-item>
<el-menu-item
index=
"3"
@
click=
"handleMenuChange('3')"
>
<span
class=
"circle"
><d2-icon-svg
name=
"store"
/></span>
<span
slot=
"title"
>
门店
管理
</span>
<span
slot=
"title"
>
品牌
管理
</span>
</el-menu-item>
</el-menu>
<!--
</div>
-->
...
...
ybf_admin/src/pages/in/contact/store.vue
View file @
1ae9114c
This diff is collapsed.
Click to expand it.
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