Browse Source

自动发料记录修改

dev_web_online
陈薪名 2 years ago
parent
commit
add619d7f6
  1. 8
      fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue

8
fe/PC/src/views/rawMaterialManage/automaticMaterialCall/automaticCallNote.vue

@ -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)
}) })

Loading…
Cancel
Save