fix:玻纤输出物料表单元格宽度调整

This commit is contained in:
shijing 2025-11-26 16:47:26 +08:00
parent 98886813e1
commit fe3b653890
1 changed files with 2 additions and 3 deletions

View File

@ -36,15 +36,14 @@
@selectAllChange="selectAllChange"
@add="rowAdd"
>
<el-table-column prop="mlogb__batch" label="物料批次" fixed min-width="80px">
<el-table-column prop="mlogb__batch" label="物料批次" fixed min-width="160px">
<template #default="scope">
<el-input v-if="scope.row.isEdit" v-model="scope.row.mlogb__batch" placeholder="物料编号"></el-input>
<span v-else>{{ scope.row.mlogb__batch }}</span>
</template>
</el-table-column>
<el-table-column prop="number" label="物料编号" fixed min-width="80px">
<el-table-column prop="number" label="物料编号" fixed min-width="160px">
<template #default="scope">
<!-- <el-input v-if="(route_code=='paiban'||route_code=='paiyicibang')&&scope.row.isEdit" v-model="scope.row.number" placeholder="物料编号"></el-input> -->
<el-input v-if="scope.row.isEdit" v-model="scope.row.number" placeholder="物料编号"></el-input>
<span v-else>{{ scope.row.number }}</span>
<span v-if="scope.row.wpr_number_out!==null&&scope.row.wpr_number_out!==undefined">{{ scope.row.wpr_number_out }}</span>