|
|
|
@ -1372,6 +1372,19 @@ |
|
|
|
<!-- 查询区域 --> |
|
|
|
<div class="search-section"> |
|
|
|
<el-form :inline="true" size="small"> |
|
|
|
<el-form-item :label="$t('qc.method.colBu')"> |
|
|
|
<el-select v-model="qcSpecSearchData.buNo" :placeholder="$t('qc.common.selectPlaceholder')" clearable |
|
|
|
style="width: 120px"> |
|
|
|
<el-option v-for="i in buList" :key="i.site + '_' + i.buNo" :label="i.sitename + ' ' + i.buDesc" |
|
|
|
:value="i.buNo"> |
|
|
|
<span style="float: left;width: 100px">{{ i.sitename }}</span> |
|
|
|
<span |
|
|
|
style="float: right; color: #8492a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-size: 11px;width: 60px"> |
|
|
|
{{ i.buDesc }} |
|
|
|
</span> |
|
|
|
</el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="$t('qc.table.inspectionType')"> |
|
|
|
<el-select v-model="qcSpecSearchData.inspectionTypeNo" :placeholder="$t('qc.common.selectPlaceholder')" |
|
|
|
style="width: 120px"> |
|
|
|
@ -1405,6 +1418,8 @@ |
|
|
|
@selection-change="qcSpecSelectionItem1" highlight-current-row class="operation-table" |
|
|
|
:header-cell-style="{background: '#f5f7fa', color: '#606266', fontWeight: '500'}"> |
|
|
|
<el-table-column type="selection" header-align="center" align="center" width="45"></el-table-column> |
|
|
|
<el-table-column prop="buDesc" header-align="center" align="left" min-width="80" |
|
|
|
:label="$t('qc.method.colBu')" show-overflow-tooltip></el-table-column> |
|
|
|
<el-table-column prop="inspectionTypeName" header-align="center" align="left" min-width="60" |
|
|
|
:label="$t('qc.table.inspectionType')"></el-table-column> |
|
|
|
<el-table-column prop="itemNo" header-align="center" align="left" min-width="100" |
|
|
|
@ -1449,6 +1464,8 @@ |
|
|
|
@selection-change="qcSpecSelectionItem2" highlight-current-row class="operation-table" |
|
|
|
:header-cell-style="{background: '#f5f7fa', color: '#606266', fontWeight: '500'}"> |
|
|
|
<el-table-column type="selection" header-align="center" align="center" width="45"></el-table-column> |
|
|
|
<el-table-column prop="buDesc" header-align="center" align="left" min-width="80" |
|
|
|
:label="$t('qc.method.colBu')" show-overflow-tooltip></el-table-column> |
|
|
|
<el-table-column prop="inspectionTypeName" header-align="center" align="left" min-width="80" |
|
|
|
:label="$t('qc.table.inspectionType')"></el-table-column> |
|
|
|
<el-table-column prop="itemNo" header-align="center" align="left" min-width="100" |
|
|
|
|