Commit 7293d774 authored by youjie's avatar youjie

no message

parent 3f67e9ea
......@@ -780,6 +780,23 @@ export default {
this.Success("保存成功!");
this.isShowDIv = false;
this.resetForm("addMsg");
this.addMsg = {
ID: 0,
CouponsId: 0,
TicketID: 0,
Supplier: null,
Inventory: 0,
B2BPrice: 0.0,
B2CPrice: 0.0,
SalesPrice: 0.0,
Remark: "",
CostPrice: 0.0,
StartDate: "",
EndDate: "",
CurrencyId: 0,
CurrentRate: 0.0,
MailingMoney: null,//邮寄费
},
this.goUrl('ticketManagement',this.CouponsId);
} else {
this.Error(res.data.message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment