This commit is contained in:
liushuai
2020-04-25 18:03:14 +08:00
parent 4b740b3823
commit fe9f3e4d89
2 changed files with 16 additions and 11 deletions

View File

@@ -562,7 +562,7 @@ export default {
this.returns = response.data[0].合同内容
}).then(() => {
$('#contractName').next('td').html(`<img id="img">`)
this.useqrcode(row.采购合同流水) // 显示二维码
this.useqrcode(row.采购合同) // 显示二维码
})
}
}