张诺
4 天以前 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,7 @@
      productAudit(auditData)
        .then(res => {
          if (res.code === 200) {
            if(auditResult === 1){
            if(form.value.auditResult == 1){
              proxy.$modal.msgSuccess("审核通过");
            }else{
              proxy.$modal.msgError("审核不通过");