|
@@ -133,7 +133,9 @@ export default {
|
|
|
orderId:this.list.toString()
|
|
orderId:this.list.toString()
|
|
|
}
|
|
}
|
|
|
post('invoice/invoicing',data).then(res => {
|
|
post('invoice/invoicing',data).then(res => {
|
|
|
- console.log(res,"aaaaaaa");
|
|
|
|
|
|
|
+ if(res.code === 0){
|
|
|
|
|
+ this.goto("/pagesB/invoice/Billingresult",{id : res.data});
|
|
|
|
|
+ }
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
//重置
|
|
//重置
|