liyong
2026-04-16 6829c9b4d3f6cd0573d83523ac82d0a72e86a195
src/views/productionManagement/productionReporting/index.vue
@@ -269,8 +269,13 @@
    },
    {
      label: "审核人",
      prop: "auditUserName",
      prop: "sureAuditUserName",
      width: 120,
    },
    {
      label: "备注信息",
      prop: "auditOpinion",
      minWidth: 120,
    },
    {
      label: "创建时间",
@@ -543,7 +548,7 @@
      productAudit(auditData)
        .then(res => {
          if (res.code === 200) {
            if(auditResult === 1){
            if(form.value.auditResult == 1){
              proxy.$modal.msgSuccess("审核通过");
            }else{
              proxy.$modal.msgError("审核不通过");