Merge branch 'master' of ssh://123.56.95.229:29418/高精

This commit is contained in:
liulujia
2020-04-26 15:06:01 +08:00
5 changed files with 25 additions and 20 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.采购合同) // 显示二维码
})
}
}