spring
2025-04-08 d1faa4f23135dabad9e2948842ba415eddfcc08b
修改检验对象
已修改2个文件
6 ■■■■■ 文件已修改
src/views/business/materialOrder/customsInspection.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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]') {
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
@@ -399,6 +399,7 @@
        val.children.forEach(a => {
          a.label = a.name
          a.value = a.id
          a.labelName = a.name
          this.cascaderFieldData(a)
        })
      }