@ -1717,13 +1717,15 @@ export default {
})
},
delOrder() {
let tQuery = Object.assign(
JSON.parse(JSON.stringify(this.orderFormData))
)
tQuery.billNo = this.orderFormData.billNo
tQuery.orderType = 2
if (this.orderFormData.billNo == null) {
this.$message.error('请先录入单据信息!')
this.redMesg = true
this.curQueueName = ""
return
}
this.saveLoading = true