张诺
8 天以前 ccd67e291e00a2ad9c29ad8df43de6fab5a4afed
src/views/productionManagement/productionReporting/index.vue
@@ -273,6 +273,11 @@
      width: 120,
    },
    {
      label: "备注信息",
      prop: "auditOpinion",
      minWidth: 120,
    },
    {
      label: "创建时间",
      prop: "createTime",
      width: 120,
@@ -543,7 +548,11 @@
      productAudit(auditData)
        .then(res => {
          if (res.code === 200) {
            proxy.$modal.msgSuccess(auditResult === 1 ? "审核通过" : "审核不通过");
            if(form.value.auditResult == 1){
              proxy.$modal.msgSuccess("审核通过");
            }else{
              proxy.$modal.msgError("审核不通过");
            }
            auditDialogVisible.value = false;
            getList();
          } else {