yangfeng
2023-10-17 a63d71177a2899b01da37e5bfc2d498bec5f80be
src/views/other/payment/collectionPlan/AddCollectionPlan.vue
@@ -25,14 +25,14 @@
        </div>
        <div class="collection-view">
          <div class="label">金额</div>
          <div>{{ editConfig.infomation.amount }}</div>
          <div>{{ editConfig.infomation.amountTotal }}</div>
        </div>
        <div class="collection-view">
          <div class="label">未计划金额</div>
          <div>{{ editConfig.infomation.amount }}</div>
          <div>{{ editConfig.infomation.amountTotal }}</div>
        </div>
        <div class="collection-view">
          <div class="label">收款计划负责人</div>
          <div class="label"><span style="color: #f56c6c">*</span>收款计划负责人</div>
          <el-select
            v-model="editConfig.infomation.principalId"
            placeholder="请选择"
@@ -182,7 +182,6 @@
        mergeNumber: 7
      },
      tableData: [],
      productId: 1,
      addProductArr: [],
      memberOptions: [],
      allTerms: 3,
@@ -205,10 +204,14 @@
  methods: {
    // 设置初始值
    setData() {
      this.amount =
        typeof this.editCommonConfig.infomation.amountTotal == "string"
          ? parseInt(this.editCommonConfig.infomation.amountTotal)
          : this.editCommonConfig.infomation.amountTotal
      this.editConfig.infomation = {
        collectionType: this.collectionType,
        moneyType: "人民币",
        amount: this.amount.toFixed(2)
        amountTotal: this.editCommonConfig.infomation.amountTotal
      }
    },
    getCommonData() {
@@ -261,6 +264,7 @@
    },
    handleClose() {
      this.editConfig.visible = false
      this.$parent.getData()
    },
    setTableForm() {
      this.setTableInfomation(this.firstDate)
@@ -283,7 +287,7 @@
          amount: this.amount,
          amountReceivable: this.amount * 0.3,
          amountReceived: 0,
          amountTotal: 0,
          amountTotal: this.amount,
          collectionDate: this.setDate(date, 0),
          collectionType: this.editConfig.infomation.collectionType,
          fileId: 0,
@@ -301,7 +305,7 @@
          amount: this.amount,
          amountReceivable: this.amount * 0.5,
          amountReceived: 0,
          amountTotal: 0,
          amountTotal: this.amount,
          collectionDate: this.setDate(date, 1),
          collectionType: this.editConfig.infomation.collectionType,
          fileId: 0,
@@ -319,7 +323,7 @@
          amount: this.amount,
          amountReceivable: this.amount * 0.2,
          amountReceived: 0,
          amountTotal: 0,
          amountTotal: this.amount,
          collectionDate: this.setDate(date, 2),
          collectionType: this.editConfig.infomation.collectionType,
          fileId: 0,
@@ -346,7 +350,7 @@
            amount: this.amount,
            amountReceivable: this.amount,
            amountReceived: 0,
            amountTotal: 0,
            amountTotal: this.amount,
            collectionDate: this.setDate(this.firstDate, 0),
            collectionType: this.editConfig.infomation.collectionType,
            fileId: 0,
@@ -367,7 +371,7 @@
            amount: this.amount,
            amountReceivable: this.amount * 0.5,
            amountReceived: 0,
            amountTotal: 0,
            amountTotal: this.amount,
            collectionDate: this.setDate(this.firstDate, 0),
            collectionType: this.editConfig.infomation.collectionType,
            fileId: 0,
@@ -385,7 +389,7 @@
            amount: this.amount,
            amountReceivable: this.amount * 0.5,
            amountReceived: 0,
            amountTotal: 0,
            amountTotal: this.amount,
            collectionDate: this.setDate(this.firstDate, 1),
            collectionType: this.editConfig.infomation.collectionType,
            fileId: 0,