Browse Source

2024-08-02

采集优化3
java8
fengyuan_yang 1 year ago
parent
commit
fcafee9892
  1. 16
      src/views/modules/qc/IQCResultEntry.vue

16
src/views/modules/qc/IQCResultEntry.vue

@ -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)

Loading…
Cancel
Save