فهرست منبع

出库明细请核修改

lichao 3 سال پیش
والد
کامیت
2547ccb03c
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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)
             }
           })