Browse Source

调试

master_hella_20240701
zhaoyiran 4 months ago
parent
commit
f2fa1275d9
  1. 2
      src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue

2
src/views/wms/purchasereceiptManage/putaway/putawayJobMain/index.vue

@ -277,7 +277,7 @@ const buttonTableClick = async (val, row) => {
} }
const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL const BASE_URL = import.meta.env.VITE_JMREPORT_BASE_URL
const src = ref(BASE_URL + '/jmreport/view/954234424010665984?token=' + getAccessToken()) const src = ref(BASE_URL + '/jmreport/view/954878108028801024?token=' + getAccessToken())
const handleDocumentPrint = async (row) => { const handleDocumentPrint = async (row) => {
window.open(src.value+'&id='+row.masterId) window.open(src.value+'&id='+row.masterId)
} }

Loading…
Cancel
Save