modified: src/page/wel.vue
modified: src/views/quality/rawMaterial/rawMaterial-form.vue
| | |
| | | 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> |
| | |
| | | :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" |
| | | > |
| | |
| | | } |
| | | }, |
| | | selectBlur(e){ |
| | | console.log(e); |
| | | console.log(e,"-----"); |
| | | console.log(e.target.value); |
| | | }, |
| | | changeState(row, index) { |
| | | console.log(row.testValueList); |