浏览代码

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

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