代码更新

This commit is contained in:
2022-12-17 15:34:48 +08:00
parent dad20a4a99
commit feeddcb824
4 changed files with 17 additions and 19 deletions

View File

@@ -170,14 +170,14 @@
</template>
</el-table-column>
<el-table-column prop="material_name" label="物料名称" align="center" min-width="150px" show-overflow-tooltip />
<el-table-column prop="box_no" label="箱号" align="center" min-width="150px" show-overflow-tooltip />
<el-table-column show-overflow-tooltip prop="pcsn" label="子卷号" align="center">
<el-table-column prop="box_no" label="箱号" align="center" min-width="250px" show-overflow-tooltip />
<el-table-column show-overflow-tooltip prop="pcsn" label="子卷号" width="150px" align="center">
<template scope="scope">
<el-input v-show="!scope.row.edit" v-model="scope.row.pcsn" size="mini" />
<span v-show="scope.row.edit">{{ scope.row.pcsn }}</span>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip prop="sap_pcsn" label="sap批次号" align="center" />
<el-table-column show-overflow-tooltip prop="sap_pcsn" label="sap批次号" width="140px" align="center" />
<el-table-column prop="plan_qty" label="出库重量" width="150" align="center">
<template scope="scope">
<el-input-number v-show="!scope.row.edit" v-model="scope.row.plan_qty" :precision="3" :controls="false" :min="1" style="width: 120px" />