gaoluyang
2025-03-21 f9d1ac78b245cb672342e96cf0e905b812352651
src/views/business/materialOrder/customsInspection.vue
@@ -652,11 +652,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) {
@@ -697,6 +695,8 @@
    },
    // 获取数据
    getInfo () {
      this.getUserNowList() // 获取当前用户信息
      this.selectStandardMethods() // 获取检验标准下拉框数据
      if (this.active == 2) {
        let orderId = ''
        if (!this.customsInspection.enterOrderId && this.customsInspection.quarterOrderId) {