fix : srm 修改论文审批 反存 论文台账

This commit is contained in:
TianyangZhang 2025-11-26 09:35:46 +08:00
parent 00dd3473dc
commit 5eeb4fd498
2 changed files with 2 additions and 2 deletions

View File

@ -377,6 +377,7 @@ export default {
this.type = "edit";
this.editId = row.id;
this.limitedVisible = true;
console.log('row--',row);
this.addForm = Object.assign({}, row);
},
async filerecordDel(row) {

View File

@ -158,11 +158,10 @@ export default {
if(that.localForm.ticket_?.state_?.name == '总经理审批'){
const papertData = {
paper: that.localForm.id,
pa_type: that.localForm.pa_type,
pa_type: that.localForm.paper_type,
author: that.localForm.author,
organization: that.localForm.organization
};
console.log('7777777777',papertData)
that.$API.srm.paperrecord.create.req(papertData);
}
if(that.localForm?.id){