王震
2024-01-18 9a0e4f1641f41a3dc1df4453ad416fb1522bd2ea
	modified:   src/page/wel.vue
modified: src/views/quality/rawMaterial/rawMaterial-form.vue
已修改2个文件
9 ■■■■■ 文件已修改
src/page/wel.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/quality/rawMaterial/rawMaterial-form.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/page/wel.vue
@@ -8,14 +8,14 @@
      id="myiframe"
      >你的浏览器不支持该iframe标签</iframe
    > -->
    <!-- <iframe
    <iframe
      src="http://124.221.177.11/#/home"
      width="100%"
      height="100%"
      style="border: none;"
      id="myiframe"
      >你的浏览器不支持该iframe标签</iframe
    > -->
    >
    <!-- <el-image :src="url" style="width:100%;height:100%;"></el-image> -->
    <!-- <el-row style="width: 100%; height: 100%;background-color: white;">
      <span>暂未开发。。。。。。</span>
src/views/quality/rawMaterial/rawMaterial-form.vue
@@ -189,6 +189,8 @@
                              :disabled="scope.row.deviceId == null ||  (dataForm.id!=null&&resultVal!=null)"
                              v-model="scope.row.testValueList[index]"
                              placeholder="请输入或选择检测值"
                              allow-create
                              default-first-option
                              @change="changeState(scope.row,scope.$index)"
                              @blur="selectBlur"
                              >
@@ -881,7 +883,8 @@
        }
      },
      selectBlur(e){
        console.log(e);
        console.log(e,"-----");
        console.log(e.target.value);
      },
      changeState(row, index) {
          console.log(row.testValueList);