|
@@ -307,72 +307,6 @@
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <!-- <el-col :span="12">
|
|
|
|
|
- <el-tabs v-model="activeName" type="card" style="width: 100%;">
|
|
|
|
|
- <el-tab-pane label="标准液配置" name="first" style="width: 100%;">
|
|
|
|
|
- <div class="zy-title-div" style="width: 100%;">
|
|
|
|
|
- <div class="zy-title-name">
|
|
|
|
|
- <img style="width: 25px; height: 25px" src='../../../../assets/img/imgScreen/logo.png' />
|
|
|
|
|
- 标准液配置表
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="common-table-div" style="margin-bottom:0;margin-top:0">
|
|
|
|
|
- <el-table
|
|
|
|
|
- v-loading="dataLoading2"
|
|
|
|
|
- ref="dataTable2" border
|
|
|
|
|
- :height="height_bot"
|
|
|
|
|
- :data="table.list2"
|
|
|
|
|
- @row-click="click2"
|
|
|
|
|
- @selection-change="selectRow2"
|
|
|
|
|
- :icore-filter-flag="icoreFilterFlag"
|
|
|
|
|
- :header-cell-style="tableHeaderCellStyle">
|
|
|
|
|
- <el-table-column type="selection" width="50" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="80px" prop="stateFlag" label="状态" align="center">
|
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
|
- <span v-if="scope.row.stateFlag === '1'">
|
|
|
|
|
- 已提交
|
|
|
|
|
- </span>
|
|
|
|
|
- <span v-else-if="scope.row.stateFlag === '2'">
|
|
|
|
|
- 已审核
|
|
|
|
|
- </span>
|
|
|
|
|
- <span v-else>
|
|
|
|
|
- 待提交
|
|
|
|
|
- </span>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="150px" prop="anlyItemName" label="分析项目名称" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column
|
|
|
|
|
- sortable
|
|
|
|
|
- :show-overflow-tooltip="true"
|
|
|
|
|
- min-width="100px"
|
|
|
|
|
- prop="anlyValue"
|
|
|
|
|
- label="报出值"
|
|
|
|
|
- align="center"
|
|
|
|
|
- >
|
|
|
|
|
- <template slot-scope="{ row }">
|
|
|
|
|
- <el-input
|
|
|
|
|
- v-model="row.anlyValue"
|
|
|
|
|
- size="small"
|
|
|
|
|
- style="width: 100%"
|
|
|
|
|
- >
|
|
|
|
|
- </el-input>
|
|
|
|
|
- </template>
|
|
|
|
|
- </el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="110px" prop="formulaName" label="计算公式" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="90px" prop="dspOrder" label="显示序号" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="100px" prop="unitName" label="计量单位" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="100px" prop="stuffNo" label="物品编号" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="100px" prop="stuffName" label="物品名称" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="100px" prop="testItemName" label="测试任务" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="100px" prop="createMan" label="创建人" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="200px" prop="createTime" label="创建时间" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="100px" prop="updateMan" label="修改人" align="center"></el-table-column>
|
|
|
|
|
- <el-table-column sortable :show-overflow-tooltip="true" min-width="200px" prop="updateTime" label="修改时间" align="center"></el-table-column>
|
|
|
|
|
- </el-table>
|
|
|
|
|
- </div>
|
|
|
|
|
- </el-tab-pane>
|
|
|
|
|
- </el-tabs>
|
|
|
|
|
- </el-col> -->
|
|
|
|
|
<!-- 批量录入 -->
|
|
<!-- 批量录入 -->
|
|
|
<el-dialog
|
|
<el-dialog
|
|
|
class="testManagement-pllr"
|
|
class="testManagement-pllr"
|