فهرست منبع

fix(contractBook): 将transactionMode默认值改为defaultTransactionMode

liujt 2 ماه پیش
والد
کامیت
05d222d35e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/contractManage/contractBook/components/addDialog.vue

+ 1 - 1
src/views/contractManage/contractBook/components/addDialog.vue

@@ -1397,7 +1397,7 @@
           businessDeptName: this.form.type == 2 ? this.companyInfo.name : '',
           businessUserId: this.form.type == 2 ? this.$store.state.user.info?.id : '',
           businessUserName: this.form.type == 2 ? this.$store.state.user.info?.name : '',
-          transactionMode: 1,
+          transactionMode: this.defaultTransactionMode,
           settlementDate: [],
           issueNumber: 1,
           deliveryMode: 1,