瀏覽代碼

出库明细请核修改

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)
             }
           })