소스 검색

默认值

yusheng 1 년 전
부모
커밋
dc2493018e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/saleManage/quotation/components/addDialog.vue

+ 1 - 0
src/views/saleManage/quotation/components/addDialog.vue

@@ -621,6 +621,7 @@
           let userInfo = this.$store.getters.user.info;
           this.isUpdate = false;
           userInfo.id = userInfo.userId;
+          this.form.settlementMode='3'
           this.changePersonel(userInfo);
           if (this.enterprisePage.length > 0) {
             this.form.quoteName = this.enterprisePage[0].name;