Compare commits

..

No commits in common. "30059973de02dce5b9b6716a141395bb88e81ff9" and "5e77c90e04a754845f6caaabee5c20079885baa8" have entirely different histories.

1 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@
<el-aside>
<el-container>
<el-header style="height: 40px;">
<!-- <el-select
v-model="query.material_start__type"
placeholder="请选择"
style="width: 90px;"
>
<el-option label="原料" :value="30"></el-option>
<el-option label="半成品" :value="20"></el-option>
<el-option label="成品" :value="10"></el-option>
</el-select> -->
<el-input
v-model="query.batch"
placeholder="请输入批次号"
@ -25,6 +34,7 @@
:paginationLayout="'total, sizes, jumper'"
>
<el-table-column prop="batch" label="批次号"></el-table-column>
<!-- <el-table-column prop="version" label="版本" width="60"></el-table-column> -->
</scTable>
</el-main>
</el-container>
@ -127,7 +137,6 @@
<el-table-column type="expand">
<template #default="props">
<div style="padding-left: 50px">
<p v-if="props.row.new_batch!==null" style="color: #5f9ea0;font-size: 16px;margin-bottom: 5px;">新批次号{{ props.row.new_batch }}</p>
<template v-for="item in props.row.handoverb" :key="item.id">
<el-descriptions :column="3">
<el-descriptions-item label="批次">