fix: 1453 退料审核时被驳回,驳回后修改数据再次提交,审核时查看的数据依然是驳回前的数据
This commit is contained in:
parent
3e75f58a59
commit
8a67438b15
|
|
@ -341,11 +341,11 @@
|
||||||
align="center"
|
align="center"
|
||||||
class-name="small-padding fixed-width"
|
class-name="small-padding fixed-width"
|
||||||
width="200"
|
width="200"
|
||||||
prop="num"
|
prop="preNum"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
v-model.number="scope.row.num"
|
v-model.number="scope.row.preNum"
|
||||||
placeholder="请输入退料数量"
|
placeholder="请输入退料数量"
|
||||||
type="number"
|
type="number"
|
||||||
min="1"
|
min="1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue