md
This commit is contained in:
parent
0a68428d57
commit
67dc3f208a
@ -1201,12 +1201,18 @@ methods: {
|
||||
},
|
||||
|
||||
handleTestPrintPreview(){
|
||||
|
||||
|
||||
|
||||
this.printerStatus=1;
|
||||
this.handlePrintPreview();
|
||||
},
|
||||
async handlePrintPreview(){
|
||||
|
||||
if(this.printerStatus == 1){
|
||||
|
||||
|
||||
|
||||
if(this.form.billCode){
|
||||
|
||||
let printDataList=[]
|
||||
@ -1295,11 +1301,16 @@ methods: {
|
||||
// showCancelButton: false,
|
||||
// showClose: false
|
||||
// }).then(() => {
|
||||
|
||||
// });
|
||||
this.billCode=null;
|
||||
this.form.billCode=null;
|
||||
this.initData();
|
||||
|
||||
if(this.action=='got'){
|
||||
this.jumpToOrderList();
|
||||
}
|
||||
else{
|
||||
this.billCode=null;
|
||||
this.form.billCode=null;
|
||||
this.initData();
|
||||
}
|
||||
},
|
||||
onDestCountryChange(item){
|
||||
if(item){
|
||||
@ -1564,7 +1575,7 @@ methods: {
|
||||
},
|
||||
jumpToOrderList(){
|
||||
this.$store.dispatch("tagsView/delView", this.$route);
|
||||
this.$router.replace({ path: '/d24/orderManagement/UserOrderList'});
|
||||
this.$router.replace({ path: '/d24/waybillManagement/WaybillRecord',query:{action:'add'}});
|
||||
},
|
||||
// 取消按钮
|
||||
cancel() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user