Browse Source

关联试验申请单

ecss-tx
han\hanst 6 months ago
parent
commit
01b043ffd3
  1. 5
      src/views/modules/eam/com_project_proof_record.vue

5
src/views/modules/eam/com_project_proof_record.vue

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

Loading…
Cancel
Save