|
@ -136,8 +136,14 @@ export default { |
|
|
let data = initPrintAllData(_propsData,'xbcll.rdlx',false,_option); |
|
|
let data = initPrintAllData(_propsData,'xbcll.rdlx',false,_option); |
|
|
this.Print(data) |
|
|
this.Print(data) |
|
|
} else if(val == 'confirm') { |
|
|
} else if(val == 'confirm') { |
|
|
|
|
|
this.Loading.appMainLoading = true |
|
|
confirm(this.propsData.id, this.URL).then(res => { |
|
|
confirm(this.propsData.id, this.URL).then(res => { |
|
|
console.log(res) |
|
|
this.$successMsg('已确认') |
|
|
|
|
|
getDetailed(this.propsData.id, this.URL).then(res => { |
|
|
|
|
|
this.propsData = res |
|
|
|
|
|
}) |
|
|
|
|
|
this.paging() |
|
|
|
|
|
this.Loading.appMainLoading = false |
|
|
}).catch(err => { |
|
|
}).catch(err => { |
|
|
console.log(err) |
|
|
console.log(err) |
|
|
}) |
|
|
}) |
|
|