Commit 90e2d1e25fad40847cb4c83552bc9aba4a0b0499
1 parent
9b75a2c7
update收货单
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/src/views/system/receipt/ReceiveHeaderList.vue
... | ... | @@ -356,7 +356,7 @@ |
356 | 356 | } else { |
357 | 357 | var ids = ""; |
358 | 358 | ids = this.selectedRowKeys[0]; |
359 | - window.open(window._CONFIG['domianURL'] + "/jmreport/view/859292336991473664/?id=" + ids, "newWindow", "toolbar=no,scrollbars=no,menubar=no,screenX=100,screenY=100"); | |
359 | + window.open(window._CONFIG['domianURL'] + "/jmreport/view/859585928058212352/?id=" + ids, "newWindow", "toolbar=no,scrollbars=no,menubar=no,screenX=100,screenY=100"); | |
360 | 360 | } |
361 | 361 | }, |
362 | 362 | onClearSelected() { |
... | ... |