领料单修改
This commit is contained in:
parent
64a4fcb54b
commit
8f4978da01
|
|
@ -924,8 +924,10 @@ export default {
|
||||||
async handleLld(row) {
|
async handleLld(row) {
|
||||||
this.title = '领料单'
|
this.title = '领料单'
|
||||||
this.open = true
|
this.open = true
|
||||||
var ids = row.id
|
// var ids = row.id
|
||||||
const res = await getApplyInfo(ids)
|
const { id, publishTask } = row
|
||||||
|
this.publishTask = publishTask
|
||||||
|
const res = await getApplyInfo(id, { keyWord: this.queryOutView.keyWord, publishTask })
|
||||||
this.leaseApplyDetails = res.data.leaseApplyDetailsList
|
this.leaseApplyDetails = res.data.leaseApplyDetailsList
|
||||||
this.leaseApplyData = res.data.leaseApplyInfo
|
this.leaseApplyData = res.data.leaseApplyInfo
|
||||||
this.kgSignList = res.data.kgSignList || []
|
this.kgSignList = res.data.kgSignList || []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue