代码更新

This commit is contained in:
2022-12-10 14:54:41 +08:00
parent 9f8fb05cd0
commit c17ac89550
9 changed files with 36 additions and 29 deletions

View File

@@ -177,6 +177,7 @@
<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 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" />