二级和app修改
This commit is contained in:
@@ -68,4 +68,17 @@ export function deletePdo(excoilid, planId) {
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* PDO - 下载质保单(单卷)
|
||||
* @param {string} excoilid 成品卷号
|
||||
* @returns {Promise<Blob>}
|
||||
*/
|
||||
export function downloadWarranty(excoilid) {
|
||||
return l2Request({
|
||||
method: 'get',
|
||||
url: `/api/pdo/warranty/download/${excoilid}`,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user