소스 검색

【修改】重置不扣押金状态

howie 2 년 전
부모
커밋
ca8226a784
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/supply/engin/components/home_form.vue

+ 3 - 0
src/views/supply/engin/components/home_form.vue

@@ -1501,6 +1501,9 @@ export default {
             refOtherAnnexIdea: this.mainForm.refOtherAnnexIdea,
             items: goodsList
           }
+          if (this.mainForm.examineStatus === 'WAIT') {
+            params.takeDeposit = false
+          }
 
           this.formLoading = true
           if (type === 1) {