|
@@ -44,6 +44,8 @@
|
|
|
<el-form-item label="标准检验项:">
|
|
|
<el-input size="mini" v-model="filter.uniqueName" placeholder="请输入" clearable></el-input>
|
|
|
</el-form-item>
|
|
|
+ </el-form>
|
|
|
+ <el-form :inline="true" class="demo-form-inline">
|
|
|
<el-form-item class="dododo">
|
|
|
<el-button size="mini" @click="filterDatas">检索</el-button>
|
|
|
<el-button size="mini" type="warning" @click="addRelation">添加关联</el-button>
|
|
@@ -528,7 +530,6 @@ export default {
|
|
|
// }
|
|
|
// });
|
|
|
this.importLisRecord(formData, header)
|
|
|
- this.getDataList();
|
|
|
//解决上传相同文件不触发change
|
|
|
let inp = document.getElementById('upFile');
|
|
|
inp.value = '';
|
|
@@ -696,7 +697,7 @@ export default {
|
|
|
}
|
|
|
.searchBar {
|
|
|
min-width: 980px;
|
|
|
- height: 60px;
|
|
|
+ height: 120px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -704,12 +705,13 @@ export default {
|
|
|
z-index: 9999;
|
|
|
padding: 40px 20px 0;
|
|
|
.searchContent {
|
|
|
- height: 40px;
|
|
|
+ height: 80px;
|
|
|
flex: 1;
|
|
|
background-color: #fff;
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- float: right;
|
|
|
+ .demo-form-inline{
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.contentsOther {
|