| | |
| | | <el-input |
| | | size="small" |
| | | v-model="search.productName" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 14vw;margin-right: 5px;" |
| | | placeholder="请输入" |
| | | clearable |
| | | ></el-input> |
| | |
| | | v-model="search.formTime" |
| | | size="small" |
| | | placeholder="请输入" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 12vw" |
| | | clearable |
| | | value-format="yyyy-MM-dd" |
| | | ></el-date-picker> |
| | |
| | | v-model="search.processingStatus" |
| | | size="small" |
| | | placeholder="请选择" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 12vw" |
| | | > |
| | | <el-option label="已处理" :value="1"></el-option> |
| | | <el-option label="待处理" :value="0"></el-option> |
| | |
| | | <el-input |
| | | size="small" |
| | | v-model="search.supplier" |
| | | style="width: 224px;margin-right: 20px;" |
| | | style="width: 12vw" |
| | | placeholder="请输入" |
| | | ></el-input> |
| | | <el-button size="mini" @click="clean()"><span>重 置</span></el-button> |
| | |
| | | > |
| | | </el-table-column> |
| | | <el-table-column prop="code" label="材料编码"> </el-table-column> |
| | | <el-table-column prop="id" label="材料名称"> </el-table-column> |
| | | <el-table-column prop="name" label="材料名称"> </el-table-column> |
| | | <el-table-column prop="specifications" label="规格型号"> |
| | | </el-table-column> |
| | | <el-table-column prop="unit" label="单位"> </el-table-column> |
| | |
| | | > |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="deal_reasult" label="处理结果" width="100"> |
| | | <el-table-column prop="deal_reasult" label="评审结果" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span style="color:#E84738;" v-if="scope.row.deal_reasult == 0" |
| | | >不通过</span |
| | |
| | | .then(res => { |
| | | this.unqualifiedTable = []; |
| | | this.getDetailInfo(); |
| | | this.$parent.removeAllTab() |
| | | }); |
| | | } |
| | | } |