Commit 5f4b4e43 by wangweidong

证书编制修改

parent 3325fc94
...@@ -82,7 +82,7 @@ export default { ...@@ -82,7 +82,7 @@ export default {
'&modelId=' + '&modelId=' +
modelId modelId
const url = const url =
'http://record.patzn.com:7000/print/v1/eln/template_' + 'http://record.patzn.com:7000/print/v1/eln/template_meter_' +
modelId + modelId +
'?client=' + '?client=' +
client + client +
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
let url = '' let url = ''
url = url =
name !== 'only' 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 : 'http://record.patzn.com:7000/print/v1/form/' + formId
$('#iframeSampleLookThree').html( $('#iframeSampleLookThree').html(
'<iframe style="padding: 0px;width:100%;height:100%" frameborder="0" src=' + '<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