|
|
@ -1776,6 +1776,11 @@ |
|
|
inData.ipqcHardTag = this.searchData.ipqcHardTag |
|
|
inData.ipqcHardTag = this.searchData.ipqcHardTag |
|
|
this.sendMailHandle(inData) |
|
|
this.sendMailHandle(inData) |
|
|
} |
|
|
} |
|
|
|
|
|
// 同步当前打样行并刷新打样文档(下达后后端已将试验申请单附件写入「试验申请单+三方签字」) |
|
|
|
|
|
if (row) { |
|
|
|
|
|
this.proofDocumenCurrentRow = JSON.parse(JSON.stringify(row)) |
|
|
|
|
|
} |
|
|
|
|
|
this.getProofDocument() |
|
|
//刷新表格 |
|
|
//刷新表格 |
|
|
this.getProofingInformation(inData.proofingId) |
|
|
this.getProofingInformation(inData.proofingId) |
|
|
}else if (data && data.code === 0) { |
|
|
}else if (data && data.code === 0) { |
|
|
|