gaoluyang
2025-03-15 21e7326b415597938fba463ebb8b3507b7fdbdfd
src/views/business/materialOrder/customsInspection.vue
@@ -757,6 +757,7 @@
        })
        // 报检流程
        selectStandardTreeListByPartNo({partNo:this.customsInspection.partNo}).then(res => {
          if (res.data !== null) {
          this.addObj.sample = res.data.label
          this.codeLevel = res.data.code
          this.$set(this.addObj, 'qtyArrived', this.customsInspection.qtyArrived)
@@ -776,9 +777,12 @@
          this.selectTree = str.join(' - ')
          this.addListInfo(this.codeLevel, res.data) // 原材料样品是固定的,就默认赋值一条数据,可拆分
          this.selectInsOrderTemplate() // 原材料模板列表查询
        }).catch(err => {
          } else {
          this.dialogVisible = true
          this.dialogMessage = err.message
            this.dialogMessage = res.message
          }
        }).catch(err => {
        })
      }
    },