spring
2025-03-21 7ec7fea9b03f6fb66b25769e3ec578528ccf2365
src/views/business/materialOrder/customsInspection.vue
@@ -609,11 +609,9 @@
    this.customsInspection = this.$route.query.customsInspection
    this.getInfo();
  },
  getInfo() {
    this.getUserNowList() // 获取当前用户信息
    this.selectStandardMethods() // 获取检验标准下拉框数据
    this.getInfo() // 获取数据
  },
  // getInfo() {
  //   this.getInfo() // 获取数据
  // },
  methods: {
    save1() {
      if (this.bsm1DiaList.length > 0) {
@@ -654,6 +652,8 @@
    },
    // 获取数据
    getInfo() {
      this.getUserNowList() // 获取当前用户信息
      this.selectStandardMethods() // 获取检验标准下拉框数据
      if (this.active == 2) {
        let orderId = ''
        if (!this.customsInspection.enterOrderId && this.customsInspection.quarterOrderId) {