fix: 1453 退料审核时被驳回,驳回后修改数据再次提交,审核时查看的数据依然是驳回前的数据

This commit is contained in:
binbin_pan 2024-06-06 16:24:38 +08:00
parent d5eec60eff
commit f69ccc2b63
2 changed files with 6 additions and 4 deletions

View File

@ -504,11 +504,12 @@
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-if="loadingType != 'see'"
v-model.number="scope.row.preNum"
placeholder="请输入退料数量" placeholder="请输入退料数量"
type="number" type="number"
min="1" min="1"
@ -516,6 +517,7 @@
@input="checkNum(scope.row)" @input="checkNum(scope.row)"
style="width: 100%" style="width: 100%"
/> />
<span v-else>{{ scope.row.preNum }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

View File

@ -45,8 +45,8 @@ module.exports = {
// target: `http://10.40.92.52:28080`, //超 // target: `http://10.40.92.52:28080`, //超
// target: `http://10.40.92.81:8080`, //韩/ // target: `http://10.40.92.81:8080`, //韩/
// target: `http://10.40.92.74:8080`,//旭/ // target: `http://10.40.92.74:8080`,//旭/
// target: `http://10.40.92.140:28080`, //帅 target: `http://10.40.92.148:28080`, //帅
target: `http://10.40.92.253:28080`, //福 // target: `http://10.40.92.253:28080`, //福
//******** 注意事项 ********* */ //******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target; //1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;