董国庆
2025-07-01 86b480185353d6dd47c7f14de2bb09356b4354a1
删除无用打印提示
33个文件已修改
166 ■■■■ 已修改文件
laboratory/src/components/DynamicComponent/addTableData.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/components/SignatureCanvas.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/pilotAndProduction/components/approval/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/pilotAndProduction/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/productApproval/add.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/productApproval/components/approval/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/productApproval/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/projectTesting/add.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/projectTesting/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/rawMaterials/components/approval/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/chemistQa/rawMaterials/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/SampleDeliveryRecord/deliveryRecord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/confirmation-sheet/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/dispatching/addDispatch.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/dispatching/editDispatch.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/dispatching/list.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/inspectionReport/detail.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/inspectionReport/list.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/originalRecordTest/detail.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/sampleManage/addSample.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/schemeManagement/list.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/suspendExperiment/list.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/dataManagement/testResultReport/list.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/deliveryAssessment/experimenterJobEvaluation/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/deliveryAssessment/processEngineerEvaluate/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/deliveryAssessment/technicianJobEvaluation/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/views/system/operation-log/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
laboratory/src/components/DynamicComponent/addTableData.vue
@@ -275,11 +275,11 @@
              label: user.nickName || user.userName,
            }));
          } else {
            this.$message.error("获取用户列表失败");
            // this.$message.error("获取用户列表失败");
          }
        })
        .catch((err) => {
          console.error("获取用户列表失败", err);
          // console.error("获取用户列表失败", err);
        });
    },
    checkEditPermission(header) {
laboratory/src/components/SignatureCanvas.vue
@@ -217,7 +217,7 @@
          })
        },
        onError: (err) => {
          this.$message && this.$message.error ? this.$message.error('上传签名失败') : alert('上传签名失败');
          // this.$message && this.$message.error ? this.$message.error('上传签名失败') : alert('上传签名失败');
        }
      });
    }
laboratory/src/views/chemistQa/pilotAndProduction/components/approval/index.vue
@@ -255,8 +255,8 @@
                    this.$message.error(res.message || '获取详情失败');
                }
            }).catch(err => {
                console.error('获取详情失败:', err);
                this.$message.error('获取详情失败');
                // console.error('获取详情失败:', err);
                // this.$message.error('获取详情失败');
            });
        },
        handleClose() {
@@ -283,8 +283,8 @@
                    this.$message.error(res.message || "审批失败");
                }
            }).catch(err => {
                console.error("审批失败:", err);
                this.$message.error("审批失败");
                // console.error("审批失败:", err);
                // this.$message.error("审批失败");
            });
        },
        handleReject() {
laboratory/src/views/chemistQa/pilotAndProduction/index.vue
@@ -180,8 +180,8 @@
                    this.$message.error(res.msg || '删除失败');
                }
            }).catch(err => {
                console.error('删除失败:', err);
                this.$message.error('删除失败');
                // console.error('删除失败:', err);
                // this.$message.error('删除失败');
            });
        },
        handleApprove(row) {
@@ -214,11 +214,11 @@
                    this.tableData = res.data.records || [];
                    this.total = res.data.total || 0;
                } else {
                    this.$message.error(res.msg || '获取数据失败');
                    // this.$message.error(res.msg || '获取数据失败');
                }
            }).catch(err => {
                console.error('获取数据失败:', err);
                this.$message.error('获取数据失败');
                // console.error('获取数据失败:', err);
                // this.$message.error('获取数据失败');
            });
        },
        handleTypeChange(type) {
laboratory/src/views/chemistQa/productApproval/add.vue
@@ -318,8 +318,8 @@
          }
        },
        onError: (err) => {
          this.$message.error("文件上传失败");
          onError(err);
          // this.$message.error("文件上传失败");
          // onError(err);
        },
      });
    },
laboratory/src/views/chemistQa/productApproval/components/approval/index.vue
@@ -252,8 +252,8 @@
                    this.$message.error(res.message || '获取详情失败');
                }
            }).catch(err => {
                console.error('获取详情失败:', err);
                this.$message.error('获取详情失败');
                // console.error('获取详情失败:', err);
                // this.$message.error('获取详情失败');
            });
        },
        handleClose() {
laboratory/src/views/chemistQa/productApproval/index.vue
@@ -180,8 +180,8 @@
                    this.$message.error(res.msg || '删除失败');
                }
            }).catch(err => {
                console.error('删除失败:', err);
                this.$message.error('删除失败');
                // console.error('删除失败:', err);
                // this.$message.error('删除失败');
            });
        },
        handleApprove(row) {
@@ -214,11 +214,11 @@
                    this.tableData = res.data.records || [];
                    this.total = res.data.total || 0;
                } else {
                    this.$message.error(res.msg || '获取数据失败');
                    // this.$message.error(res.msg || '获取数据失败');
                }
            }).catch(err => {
                console.error('获取数据失败:', err);
                this.$message.error('获取数据失败');
                // console.error('获取数据失败:', err);
                // this.$message.error('获取数据失败');
            });
        },
        handleTypeChange(type) {
laboratory/src/views/chemistQa/projectTesting/add.vue
@@ -197,8 +197,8 @@
                    this.$message.error(res.msg || '获取详情失败')
                }
            }).catch(err => {
                console.error('获取详情失败:', err)
                this.$message.error('获取详情失败')
                // console.error('获取详情失败:', err)
                // this.$message.error('获取详情失败')
            })
        },
        getProjectData(data) {
laboratory/src/views/chemistQa/projectTesting/addDetectionReport.vue
@@ -187,7 +187,7 @@
                        this.form.qaReportFiles = []
                    }
                } else {
                    this.$message.error(res.message || '获取详情失败')
                    // this.$message.error(res.message || '获取详情失败')
                }
            })
        },
laboratory/src/views/chemistQa/projectTesting/components/approval/index.vue
@@ -285,7 +285,7 @@
                    this.$emit("close");
                }
            }).catch(err => {
                this.$message.error(err.message || '审核失败');
                // this.$message.error(err.message || '审核失败');
            });
        },
        handleReject() {
laboratory/src/views/chemistQa/projectTesting/components/itemApproval.vue
@@ -164,11 +164,11 @@
                        this.reportTableData = res.qaTestItemReportList.filter(item=> item.status!='-1')
                    }
                } else {
                    this.$message.error(res.msg || '获取详情失败')
                    // this.$message.error(res.msg || '获取详情失败')
                }
            }).catch(err => {
                console.error('获取详情失败:', err)
                this.$message.error('获取详情失败')
                // console.error('获取详情失败:', err)
                // this.$message.error('获取详情失败')
            })
        },
        handleClose() {
laboratory/src/views/chemistQa/projectTesting/index.vue
@@ -537,9 +537,9 @@
                await this.getList();
            } catch (error) {
                // 如果是校验失败,error会是false,此时不做任何处理,因为el-form会展示错误信息
                if (error !== false) {
                    this.$message.error('查询失败,请重试');
                }
                // if (error !== false) {
                //     this.$message.error('查询失败,请重试');
                // }
            } finally {
                this.loading = false;
            }
laboratory/src/views/chemistQa/rawMaterials/components/approval/index.vue
@@ -322,8 +322,8 @@
          }
        })
        .catch((err) => {
          console.error("获取详情失败:", err);
          this.$message.error("获取详情失败");
          // console.error("获取详情失败:", err);
          // this.$message.error("获取详情失败");
        });
    },
    handleClose() {
laboratory/src/views/chemistQa/rawMaterials/index.vue
@@ -180,8 +180,8 @@
                    this.$message.error(res.msg || '删除失败');
                }
            }).catch(err => {
                console.error('删除失败:', err);
                this.$message.error('删除失败');
                // console.error('删除失败:', err);
                // this.$message.error('删除失败');
            });
        },
        handleApprove(row) {
@@ -214,11 +214,11 @@
                    this.tableData = res.data.records || [];
                    this.total = res.data.total || 0;
                } else {
                    this.$message.error(res.msg || '获取数据失败');
                    // this.$message.error(res.msg || '获取数据失败');
                }
            }).catch(err => {
                console.error('获取数据失败:', err);
                this.$message.error('获取数据失败');
                // console.error('获取数据失败:', err);
                // this.$message.error('获取数据失败');
            });
        },
        handleTypeChange(type) {
laboratory/src/views/dataManagement/SampleDeliveryRecord/deliveryRecord.vue
@@ -193,8 +193,8 @@
          }
        }
      } catch (error) {
        console.error('获取详情失败:', error);
        this.$message.error('获取详情失败,请重试');
        // console.error('获取详情失败:', error);
        // this.$message.error('获取详情失败,请重试');
      }
    },
    getStatusType(status) {
laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue
@@ -333,8 +333,8 @@
          }
        })
        .catch((err) => {
          console.error("获取详情失败:", err);
          this.$message.error("获取详情失败");
          // console.error("获取详情失败:", err);
          // this.$message.error("获取详情失败");
        });
    },
    handleClose() {
laboratory/src/views/dataManagement/confirmation-sheet/components/add.vue
@@ -477,7 +477,7 @@
        }
      } catch (error) {
        this.$message.error('获取详情失败:' + (error.message || '未知错误'))
        // this.$message.error('获取详情失败:' + (error.message || '未知错误'))
      }
    },
@@ -506,7 +506,7 @@
        this.$message.success('更新成功')
        this.$router.push('/dataManagement/confirmation-sheet')
      } catch (error) {
        this.$message.error('更新失败:' + (error.message || '未知错误'))
        // this.$message.error('更新失败:' + (error.message || '未知错误'))
      }
    },
  },
laboratory/src/views/dataManagement/confirmation-sheet/components/review-dialog.vue
@@ -191,8 +191,8 @@
          this.$message.error(res.msg || '获取详情失败');
        }
      } catch (error) {
        console.error('获取详情失败:', error);
        this.$message.error('获取详情失败');
        // console.error('获取详情失败:', error);
        // this.$message.error('获取详情失败');
      } finally {
        this.loading = false;
      }
@@ -245,7 +245,7 @@
          this.$message.error(res.msg || '签字失败');
        }
      }).catch(() => {
        this.$message.error('签字失败');
        // this.$message.error('签字失败');
      });
    },
  },
laboratory/src/views/dataManagement/confirmation-sheet/index.vue
@@ -174,8 +174,8 @@
                    this.total = res.data.total || 0;
                }
            } catch (error) {
                console.error('获取列表数据失败:', error);
                this.$message.error('获取列表数据失败');
                // console.error('获取列表数据失败:', error);
                // this.$message.error('获取列表数据失败');
            }
        },
        handleDateChange(val) {
@@ -299,8 +299,8 @@
                this.showRevoke = false;
                this.getTableData();
            } catch (error) {
                console.error('撤销失败:', error);
                this.$message.error("撤销失败");
                // console.error('撤销失败:', error);
                // this.$message.error("撤销失败");
            }
        }
    },
laboratory/src/views/dataManagement/dispatching/addDispatch.vue
@@ -799,8 +799,8 @@
            });
          }
        } catch (error) {
          console.error("获取方案列表失败:", error);
          this.$message.error("获取方案列表失败");
          // console.error("获取方案列表失败:", error);
          // this.$message.error("获取方案列表失败");
        } finally {
          this.projectLoading = false;
        }
@@ -930,8 +930,8 @@
          });
        }
      } catch (error) {
        console.error("获取方案列表失败:", error);
        this.$message.error("获取方案列表失败");
        // console.error("获取方案列表失败:", error);
        // this.$message.error("获取方案列表失败");
      } finally {
        this.projectLoading = false;
      }
laboratory/src/views/dataManagement/dispatching/editDispatch.vue
@@ -461,8 +461,8 @@
          }
        })
        .catch((err) => {
          console.error("获取详情失败:", err);
          this.$message.error("获取详情失败");
          // console.error("获取详情失败:", err);
          // this.$message.error("获取详情失败");
        });
    },
    memberList(type) {
@@ -502,7 +502,7 @@
          this.$message.error(res.msg || '签字失败');
        }
      }).catch(() => {
        this.$message.error('签字失败');
        // this.$message.error('签字失败');
      });
    },
    openSignature() {
laboratory/src/views/dataManagement/dispatching/list.vue
@@ -320,7 +320,7 @@
        this.changeStatus = false;
        this.getTableData();
      }).catch(error => {
        this.$message.error("删除失败");
        // this.$message.error("删除失败");
      });
    },
    handleUpdateData() {
laboratory/src/views/dataManagement/inspectionReport/detail.vue
@@ -451,8 +451,8 @@
          }
        }
      } catch (error) {
        console.error("获取详情失败:", error);
        this.$message.error("获取详情失败,请重试");
        // console.error("获取详情失败:", error);
        // this.$message.error("获取详情失败,请重试");
      }
    },
laboratory/src/views/dataManagement/inspectionReport/list.vue
@@ -238,7 +238,7 @@
            this.$message.error(res.msg || '提交失败');
          }
        }).catch(() => {
          this.$message.error('提交失败');
          // this.$message.error('提交失败');
        });
      } else if (this.currentOperationType == 'delete') {
        deleteById({
@@ -248,7 +248,7 @@
          this.changeStatus = false;
          this.getTableData();
        }).catch(error => {
          this.$message.error("删除失败");
          // this.$message.error("删除失败");
        });
      }
    },
@@ -294,7 +294,7 @@
          this.$message.error(res.msg || '获取列表失败');
        }
      }).catch(() => {
        this.$message.error('获取列表失败');
        // this.$message.error('获取列表失败');
      });
    }
  }
laboratory/src/views/dataManagement/originalRecordTest/detail.vue
@@ -462,8 +462,8 @@
          this.$message.error(res.msg || '提交失败');
        }
      } catch (error) {
        console.error('提交失败:', error);
        this.$message.error('提交失败');
        // console.error('提交失败:', error);
        // this.$message.error('提交失败');
      }
    },
laboratory/src/views/dataManagement/sampleManage/addSample.vue
@@ -382,8 +382,8 @@
          }
        }
      } catch (error) {
        console.error('获取详情失败:', error);
        this.$message.error('获取详情失败,请重试');
        // console.error('获取详情失败:', error);
        // this.$message.error('获取详情失败,请重试');
      }
    },
    handleAddTime(processTime) {
laboratory/src/views/dataManagement/schemeManagement/list.vue
@@ -234,8 +234,8 @@
        this.tableData = data.records || [];
        this.total = data.total || 0;
      } catch (error) {
        console.error('获取列表数据失败:', error);
        this.$message.error('获取列表数据失败');
        // console.error('获取列表数据失败:', error);
        // this.$message.error('获取列表数据失败');
      }
    },
    handleAddPlan() {
laboratory/src/views/dataManagement/suspendExperiment/list.vue
@@ -202,8 +202,8 @@
        this.tableData = data.records || [];
        this.total = data.total || 0;
      } catch (error) {
        console.error('获取列表数据失败:', error);
        this.$message.error('获取列表数据失败');
        // console.error('获取列表数据失败:', error);
        // this.$message.error('获取列表数据失败');
      }
    },
    handleApprove(row) {
laboratory/src/views/dataManagement/testResultReport/list.vue
@@ -269,10 +269,10 @@
          this.tableData = res.data.records || [];
          this.total = res.data.total || 0;
        } else {
          this.$message.error(res.msg || '获取数据失败');
          // this.$message.error(res.msg || '获取数据失败');
        }
      }).catch(err => {
        this.$message.error('获取数据失败');
        // this.$message.error('获取数据失败');
      });
    },
    handleDateChange(val) {
laboratory/src/views/deliveryAssessment/experimenterJobEvaluation/index.vue
@@ -183,11 +183,11 @@
              this.tableData = res.data.records || [];
              this.total = res.data.total || 0;
            } else {
              this.$message.error(res.msg || "获取数据失败");
              // this.$message.error(res.msg || "获取数据失败");
            }
          })
          .catch(() => {
            this.$message.error("获取数据失败");
            // this.$message.error("获取数据失败");
          });
      },
      handleDateChange(val) {
laboratory/src/views/deliveryAssessment/processEngineerEvaluate/index.vue
@@ -132,10 +132,10 @@
          this.tableData = res.data.records || [];
          this.total = res.data.total || 0;
        } else {
          this.$message.error(res.msg || '获取数据失败');
          // this.$message.error(res.msg || '获取数据失败');
        }
      }).catch(() => {
        this.$message.error('获取数据失败');
        // this.$message.error('获取数据失败');
      });
    },
    handleDetail(row) {
laboratory/src/views/deliveryAssessment/technicianJobEvaluation/index.vue
@@ -182,11 +182,11 @@
            this.tableData = res.data.records || [];
            this.total = res.data.total || 0;
          } else {
            this.$message.error(res.msg || "获取数据失败");
            // this.$message.error(res.msg || "获取数据失败");
          }
        })
        .catch(() => {
          this.$message.error("获取数据失败");
          // this.$message.error("获取数据失败");
        });
    },
    handleDateChange(val) {
laboratory/src/views/system/operation-log/index.vue
@@ -47,12 +47,12 @@
            this.list = res.records
            this.total = res.total
          } else {
            this.$message.error('获取数据失败')
            // this.$message.error('获取数据失败')
          }
        })
      } catch (error) {
        console.error('获取操作日志列表失败:', error)
        this.$message.error('获取操作日志列表失败')
        // console.error('获取操作日志列表失败:', error)
        // this.$message.error('获取操作日志列表失败')
      } finally {
        this.listLoading = false
      }