Commit 054c12eb775b745ad11fabb34c3d445ba0dda335
1 parent
800602cc
修改物料打印模板
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/src/views/system/config/MaterialList.vue
... | ... | @@ -314,7 +314,7 @@ export default { |
314 | 314 | for (var a = 0; a < this.selectedRowKeys.length; a++) { |
315 | 315 | ids += this.selectedRowKeys[a] + ","; |
316 | 316 | } |
317 | - window.open(window._CONFIG['domianURL'] + "/jmreport/view/897277554973782016/?id=" + ids, "newWindow", "toolbar=no,scrollbars=no,menubar=no,screenX=100,screenY=100"); | |
317 | + window.open(window._CONFIG['domianURL'] + "/jmreport/view/897299074078208000/?id=" + ids, "newWindow", "toolbar=no,scrollbars=no,menubar=no,screenX=100,screenY=100"); | |
318 | 318 | } |
319 | 319 | }, |
320 | 320 | } |
... | ... |