领料单修改

This commit is contained in:
hongchao 2025-06-21 18:48:31 +08:00
parent 64a4fcb54b
commit 8f4978da01
1 changed files with 4 additions and 2 deletions

View File

@ -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 || []