采购合同查询:二维码为合同流水号

This commit is contained in:
chenjianan
2018-11-28 15:13:55 +08:00
parent 6679616947
commit 72694d5749

View File

@@ -247,7 +247,8 @@ export default {
}
}
// const str = 'http://192.168.1.111:8022/searchContract.html?contractNum=' + contractNum
const str = 'http://192.168.1.111:8080/#/ContractInquiry/index?id=' + contractNum
// const str = 'http://192.168.1.111:8080/#/ContractInquiry/index?id=' + contractNum
const str = contractNum
QRCode.toDataURL(str, opts, function(err, url) {
if (err) throw err
const img = document.getElementById('img')