diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue index 2475f2f88..bdbb2b4e7 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRecordMain/index.vue @@ -275,7 +275,7 @@ const handleDocumentPrint = async (id) => { //(生准订单)模板 M型物料 window.open(documentSrc.value + '&id=' + id+ '&type=' + 'M') //(补给品订单)模板 - window.open(documentSrc.value + '&id=' + id) + window.open(documentSrc.value + '&id=' + id+ '&type=' + 'noM') } if (res.isM == false) { await SupplierdeliverRecordMainApi.getItemStatus(id).then(async (res) => {