This commit is contained in:
bb_pan 2025-08-28 17:21:15 +08:00
parent b5a4871258
commit 3fe2c446a3
2 changed files with 1 additions and 2 deletions

View File

@ -137,7 +137,6 @@
size="mini"
type="warning"
@click="handlePrint(scope.row)"
v-if="scope.row.taskStatus == 4"
>
出库检验单
</el-button>

View File

@ -350,7 +350,7 @@ export default {
this.leaseApplyData.createTime = row.createTime
this.leaseApplyData.code = row.code
this.leaseSignInfo = res.data.leaseSignInfo || {}
this.kgSignList = res.data.kgSignList || []
this.kgSignList = res.data.kgSignInfo || []
this.approveSignList = res.data.approveSignInfo || []
} catch (error) {
console.log('🚀 ~ handleLld ~ error:', error)