spring
2025-04-08 d1faa4f23135dabad9e2948842ba415eddfcc08b
src/views/business/materialOrder/customsInspection.vue
@@ -170,7 +170,7 @@
            <el-form-item label="附件查看:" style="margin-bottom: 6px;margin-top: 6px">
              <el-button type="text" @click="handleFileDialog">
                <i class="el-icon-document"></i>
                附件查看
                车间附件查看
              </el-button>
              <el-dialog :visible.sync="fileDialogVisible" title="附件查看" width="80%">
                <fileList :currentNo="addObj.workShopId" v-if="fileDialogVisible" />
@@ -757,6 +757,8 @@
            this.$set(this.addObj, 'partDetail', this.customsInspection.partDesc)
            this.$set(this.addObj, 'workShopName', res.data.workShopName)
            this.$set(this.addObj, 'workShopId', res.data.workShopId)
            this.$set(this.addObj, 'inspectionType', this.customsInspection.inspectionType)
            console.log(111111, this.addObj)
            if (this.orderType == 1) {
              this.$set(this.addObj, 'orderType', 'Quarterly inspection')
            }
@@ -1470,7 +1472,6 @@
      this.sample.insulating = null
      this.sample.sheath = null
      this.sample.quantity = 1
      console.log(2222, codeLevel, data)
      if (codeLevel === '[5]') {
        this.sample.model = this.addObj.sample
      } else if (codeLevel === '[4]') {