|
|
@ -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) => { |
|
|
|