保存加项PDF与导检单签名判断
This commit is contained in:
@@ -367,10 +367,11 @@ export const ExamAddonPanel = ({ client }: ExamAddonPanelProps) => {
|
||||
});
|
||||
|
||||
if (res.Status === 200 && res.Data?.pdf_url) {
|
||||
// 保存加项PDF信息到localStorage
|
||||
// 保存加项PDF信息到localStorage(未签名状态)
|
||||
setAddItemBillPdf(examId, {
|
||||
pdf_name: res.Data.pdf_name || '加项单',
|
||||
pdf_url: res.Data.pdf_url,
|
||||
is_signed: false,
|
||||
});
|
||||
return true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user