Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
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
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2017-06-20 10:55:28 +0800
Commit
00378be73b1ba703f0321c248ba85c9a36466995
1 parent
c5d93cf8
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
app/pages/repository/invoice/components/send-modal.vue
app/pages/repository/invoice/deliver.vue
app/pages/repository/invoice/components/send-modal.vue
View file @
00378be
...
...
@@ -99,6 +99,7 @@
this.showLoading = true;
this.invoiceService.sendOrder(params).then((result) => {
if (result.code === 200) {
this.$emit('on-success');
this.$Message.info('发货成功');
} else {
this.$Message.error('发货失败');
...
...
app/pages/repository/invoice/deliver.vue
View file @
00378be
...
...
@@ -17,7 +17,7 @@
</Table>
</layout-list>
<send-modal :context="self" ref="sendModal"></send-modal>
<send-modal :context="self" ref="sendModal"
@on-success="getGoods"
></send-modal>
</layout-body>
</template>
...
...
Please
register
or
login
to post a comment