|
@@ -12,12 +12,12 @@
|
|
|
|
|
|
<div class="filter-container">
|
|
|
<span>
|
|
|
- <span>{{$t("prepare.searchForm.productName")}}:</span>
|
|
|
+ <span>{{$t("runCenter.searchForm.bomName")}}:</span>
|
|
|
<el-input v-model="queryParams.model.name" :placeholder='$t("common.pleaseEnter")' style="width: 150px;" size="medium"/>
|
|
|
</span>
|
|
|
<span style="margin-left: 15px;">
|
|
|
- <span>{{$t("prepare.searchForm.model")}}:</span>
|
|
|
- <el-input v-model="queryParams.model.model" :placeholder='$t("common.pleaseEnter")' style="width: 150px;" size="medium"/>
|
|
|
+ <span>{{$t("runCenter.searchForm.bomAlias")}}:</span>
|
|
|
+ <el-input v-model="queryParams.model.bomAlias" :placeholder='$t("common.pleaseEnter")' style="width: 150px;" size="medium"/>
|
|
|
</span>
|
|
|
<!--<span style="margin-left: 15px;">
|
|
|
<span>{{$t("prepare.searchForm.auditStatus")}}:</span>
|
|
@@ -101,6 +101,13 @@
|
|
|
:label="$t("runCenter.table.orderSldPro.partsAlias")"
|
|
|
align="center"
|
|
|
width="150px"
|
|
|
+ />
|
|
|
+ <!-- 材料牌号 -->
|
|
|
+ <el-table-column
|
|
|
+ prop="materialBrandName"
|
|
|
+ :label="$t("runCenter.table.orderSldPro.materialBrandName")"
|
|
|
+ align="center"
|
|
|
+ width="150px"
|
|
|
/>
|
|
|
<!--<el-table-column v-for="item in tableData.titleList" :key="item.id" :prop="item.field" :label='item.text' :show-overflow-tooltip="true" width="180px"></el-table-column>-->
|
|
|
</el-table>
|
|
@@ -359,7 +366,7 @@ export default {
|
|
|
this.queryParams.current = params.current ? params.current : this.queryParams.current
|
|
|
this.queryParams.size = params.size ? params.size : this.queryParams.size
|
|
|
// 必须传的参数
|
|
|
- this.queryParams.audit_status = '2'
|
|
|
+ this.queryParams.auditStatus = '2'
|
|
|
// 测试数据,真实数据,请使用page
|
|
|
bomMgrApi.page(this.queryParams).then(response => {
|
|
|
const res = response.data
|