zuozhengqing
2023-12-22 3336d498af40d1053d9da10bd53b072bb3237031
src/views/other/payment/collectionPlan/AddCollectionPlan.vue
@@ -198,7 +198,7 @@
      amount: 130,
      sourceType: this.editCommonConfig.sourceType, // 源单类型 1销售明细2服务合同3销售发票
      sourceId: this.editCommonConfig.infomation.id,
      principalId: this.getCookie('username')||0,
      principalId: '',
      planAmount: 0, // 计划金额
      firstDate: this.getCurrentDate(1),
      collectionType: 1,
@@ -238,7 +238,7 @@
        collectionType: this.collectionType,
        moneyType: "人民币",
        amountTotal: this.editCommonConfig.infomation.amountTotal,
        principalId:this.getCookie('username')
        principalId:''
      }
    },
    getCommonData() {
@@ -337,7 +337,7 @@
          id: 0,
          moneyType: "人民币",
          percent: ratio,
          principalId: this.principalId,
          principalId: Number(this.principalId),
          remark: "",
          sourceId: this.sourceId,
          sourceType: this.sourceType,