gaoluyang
2025-02-19 8b1bb50c8a5b14329253e202f6d4606cfd76598a
src/views/business/materialOrder/customsInspection.vue
@@ -388,7 +388,7 @@
      width="32%">
      <span>{{ dialogMessage }}</span>
      <span slot="footer" class="dialog-footer">
        <el-button type="primary" @click="this.goBack()">确 定</el-button>
        <el-button type="primary" @click="goBack()">确 定</el-button>
      </span>
    </el-dialog>
    <el-dialog
@@ -765,12 +765,10 @@
            this.selectTree = str.join(' - ')
            this.addListInfo(this.codeLevel, res.data) // 原材料样品是固定的,就默认赋值一条数据,可拆分
            this.selectInsOrderTemplate() // 原材料模板列表查询
          } else {
            this.dialogVisible = true
            this.dialogMessage = res.message
          }
        }).catch(err => {
          console.log('err---', err)
          this.dialogVisible = true
          this.dialogMessage = err.message
        })
      }
    },