导入提示
parent
a345586b25
commit
dca8ee512f
|
@ -525,6 +525,8 @@ export default {
|
|||
if (res.success) {
|
||||
this.stepList.map((item) => {
|
||||
item.checked = false;
|
||||
this.$Message.success("导入成功")
|
||||
this.importModal = false
|
||||
});
|
||||
|
||||
this.stepList[2].checked = true;
|
||||
|
|
|
@ -805,7 +805,6 @@ export default {
|
|||
Toprints(){
|
||||
if(this.form.logisticsId != null && this.form.logisticsId != ''){
|
||||
this.orderDeliverModal = false;
|
||||
this.modalPrint = true;
|
||||
}
|
||||
},
|
||||
//订单发货提交
|
||||
|
|
Loading…
Reference in New Issue