Explorar o código

1.改动出库新建修改中,撤销明细后,移除按钮可点击

nzf %!s(int64=3) %!d(string=hai) anos
pai
achega
784b98c202
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/views/Warehousing/outStock/AddOrUpdate.vue

+ 3 - 0
src/views/Warehousing/outStock/AddOrUpdate.vue

@@ -8674,6 +8674,9 @@ export default {
             if (data.code === 200) {
               this.browseStatus = false
               this.msgSuccess('撤销成功')
+              this.detailList.map(e => {
+                this.$set(e, 'fItemstatus', 2)
+              })
               this.$set(this.form, 'fItemstatus', 2)
             }
           })