|
|
|
@ -76,12 +76,14 @@ |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'采购类型'"> |
|
|
|
<el-select v-model="searchData.orderType" clearable style="width: 90px"> |
|
|
|
<el-option |
|
|
|
v-for = "i in orderTypeList" |
|
|
|
:key = "i.orderType" |
|
|
|
:label = "i.orderType" |
|
|
|
:value = "i.orderType"> |
|
|
|
</el-option> |
|
|
|
<el-option label="采购订单" value="采购订单"></el-option> |
|
|
|
<el-option label="委外订单" value="委外订单"></el-option> |
|
|
|
<!-- <el-option--> |
|
|
|
<!-- v-for = "i in orderTypeList"--> |
|
|
|
<!-- :key = "i.orderType"--> |
|
|
|
<!-- :label = "i.orderType"--> |
|
|
|
<!-- :value = "i.orderType">--> |
|
|
|
<!-- </el-option>--> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="'送检类型'"> |
|
|
|
@ -1793,7 +1795,7 @@ |
|
|
|
this.getSiteAndBuByUserName2() |
|
|
|
this.favoriteIsOk() |
|
|
|
this.disposalMeasuresSearch() |
|
|
|
this.orderTypeSearch() |
|
|
|
//this.orderTypeSearch() |
|
|
|
// 动态列 |
|
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table1',1) |
|
|
|
this.getTableUserColumn(this.$route.meta.menuId+'table2',2) |
|
|
|
|