提交 3e30795f authored 作者: 翟畅's avatar 翟畅

zc订单修改备注

上级 726baa24
......@@ -272,6 +272,11 @@ export default {
setTimeout(() => {this.btnList = this.$store.state.btn.btnList}, 0);
},
methods: {
handleClose(){
this.noteForm.orderId='';
this.noteForm.note='';
this.showNoteDialog = false
},
handleBtn(btnName,id) {
let status = {
'orderDealLine': ()=>{ this.navigationFuc('orderDetails',{id:id}) },//跳转订单详情
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论