@ -712,11 +712,13 @@ export default {
this.determineData = row
this.determineVisible = true
},
closeDetermineDialog() {
closeDetermineDialog(val) {
this.determineVisible = false
this.orderList = []
this.productDetailList = []
this.getInvoiceList()
if(val!=false){
}
handleSelectionChange(val) {
this.currentRow.billNo = val.billNo
@ -593,6 +593,10 @@ export default {
getOrderDetail() {
this.codeQuery.page = 1
this.getCodeDetailLists()
this.codeDetailList=[]
this.currentRow={
billNo: ''
//this.getResultDetailList();
@ -6,7 +6,7 @@
<el-row type="flex" justify="end" >
<el-button-group style="display: flex;margin-bottom: 15px; margin-right: 50px;margin-top: 10px">
<el-button type="primary" @click.native="determineBtn()" :loading="loading">确认</el-button>
<el-button type="primary" @click.native="closeDialog()" :loading="loading">取消</el-button>
<el-button type="primary" @click.native="closeDialog(false)" :loading="loading">取消</el-button>
</el-button-group>
</el-row>