二级和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'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<div>
|
||||
<pdo-summary :table-data="tableData" />
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- 统计汇总和图表区域 -->
|
||||
<div class="statistics-container">
|
||||
@@ -535,4 +535,4 @@ export default {
|
||||
height: 100%;
|
||||
padding-left: 15px;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user