Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuhongyun
2017-06-08 11:17:29 +0800
Commit
227e78148a849748c88c8f4904046867c52e4ac9
2 parents
f0ae37c6
18c1394c
Merge branch 'dev-xuhongyun' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
code/apps/report/client/ImportExportStock/app.vue
code/apps/report/client/Stock/app.vue
code/apps/report/client/ImportExportStock/app.vue
View file @
227e781
<template>
<com-pageheader :title="'报表管理'" :sub-title="'出入库管理'"></com-pageheader>
<com-tab :rows="tab.rows" :active.sync="tab.active"></com-tab>
<div v-show="tab.active==0">
<uc-import></uc-import>
...
...
code/apps/report/client/Stock/app.vue
View file @
227e781
<template>
<com-pageheader :title="'报表管理'" :sub-title="'库存管理'"></com-pageheader>
<div class="contentpanel shopsReport">
<div class="panel">
<div class="panel-heading">
...
...
Please
register
or
login
to post a comment