Commit 5f4b4e43 by wangweidong

证书编制修改

parent 3325fc94
......@@ -82,7 +82,7 @@ export default {
'&modelId=' +
modelId
const url =
'http://record.patzn.com:7000/print/v1/eln/template_' +
'http://record.patzn.com:7000/print/v1/eln/template_meter_' +
modelId +
'?client=' +
client +
......
......@@ -69,7 +69,7 @@ export default {
let url = ''
url =
name !== 'only'
? 'http://record.patzn.com:7000/print/v1/eln/form_' + formId
? 'http://record.patzn.com:7000/print/v1/eln/form_meter_' + formId
: 'http://record.patzn.com:7000/print/v1/form/' + formId
$('#iframeSampleLookThree').html(
'<iframe style="padding: 0px;width:100%;height:100%" frameborder="0" src=' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment