代码更新

This commit is contained in:
2022-11-16 19:42:32 +08:00
parent 65a85d9285
commit 0436456dd2
12 changed files with 184 additions and 18 deletions

View File

@@ -179,7 +179,7 @@ export default {
debugger
// 判断是否可以关闭编辑状态
if (row.edit === undefined) {
row.edit = false
this.$set(row, 'edit', false)
}
if (!row.edit) {
if (row.plan_qty > this.queryrow.unassign_qty) {