|
|
@ -712,11 +712,13 @@ export default {
|
|
|
|
this.determineData = row
|
|
|
|
this.determineData = row
|
|
|
|
this.determineVisible = true
|
|
|
|
this.determineVisible = true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
closeDetermineDialog() {
|
|
|
|
closeDetermineDialog(val) {
|
|
|
|
this.determineVisible = false
|
|
|
|
this.determineVisible = false
|
|
|
|
|
|
|
|
if(val!=false){
|
|
|
|
this.orderList = []
|
|
|
|
this.orderList = []
|
|
|
|
this.productDetailList = []
|
|
|
|
this.productDetailList = []
|
|
|
|
this.getInvoiceList()
|
|
|
|
this.getInvoiceList()
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
handleSelectionChange(val) {
|
|
|
|
this.currentRow.billNo = val.billNo
|
|
|
|
this.currentRow.billNo = val.billNo
|
|
|
|