소스 검색

出库明细请核修改

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