gaoluyang
17 小时以前 300833fb40ffd6c16d3099901c0f2212505c3fe4
实验室赋默认值
已修改2个文件
25 ■■■■■ 文件已修改
src/views/business/productOrder/index.vue 23 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/business/productOrder/index.vue
@@ -1213,15 +1213,22 @@
      upPlanUser2({
        orderId: row.id,
      }).then(res => {
        if (res.code === 200 && res.data.length > 0) {
          this.sonLaboratoryList = [];
          res.data.forEach(m => {
            this.sonLaboratoryList.push({
              value: m,
              label: m
            })
          })
        this.sonLaboratoryList = [
          {
            value: '新聚',
            label: '新聚'
        }
        ]
        this.distributeData.sonLaboratory = '新聚'
        // if (res.code === 200 && res.data.length > 0) {
        //   this.sonLaboratoryList = [];
        //   res.data.forEach(m => {
        //     this.sonLaboratoryList.push({
        //       value: m,
        //       label: m
        //     })
        //   })
        // }
      })
    },
    submitForm2() {
src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
@@ -307,7 +307,7 @@
            sample: [], // 检验对象
            price: '', // 单价
            laboratory: '', // 场所
            sonLaboratory: '', // 试验室
            sonLaboratory: '新聚', // 试验室
            askTell: '', // 要求描述
            ask: '', // 要求值
            unit: '', // 计量单位