Quellcode durchsuchen

出库明细请核修改

lichao vor 3 Jahren
Ursprung
Commit
2547ccb03c
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      src/views/Warehousing/outStock/AddOrUpdate.vue

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

@@ -8640,6 +8640,9 @@ export default {
           deliveryDetails(this.form.fId).then(res => {
             if (res.code == 200) {
               this.msgSuccess('请核成功')
+              this.detailList.map(e => {
+                this.$set(e, 'fItemstatus', 4)
+              })
               this.$set(this.form, 'fItemstatus', 4)
             }
           })