11
WXL
2023-09-14 a29e5813ccdb9cab3e65804d4c172e9f00535ada
11
已修改2个文件
23 ■■■■■ 文件已修改
src/views/project/fund/applyDetail/index.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/travelexpensedetail/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/applyDetail/index.vue
@@ -210,7 +210,7 @@
                >
                  <el-option
                    v-for="dict in rowfeeItemTypes"
                    :key="dict.index"
                    :key="dict.value"
                    :label="dict.label"
                    :value="dict.value"
                  ></el-option>
@@ -1251,7 +1251,7 @@
      </div>
      <span slot="footer" class="dialog-footer">
        <el-button @click="dialogVisible = false">取 消</el-button>
        <el-button @click="batchdialogVisible = false">取 消</el-button>
        <el-button type="primary" @click="BatchentryFn">确 定</el-button>
      </span>
    </el-dialog>
@@ -1964,6 +1964,7 @@
    },
    /** 提交按钮 */
    submitForm: debounce(function() {
      console.log("debounce");
      if (!this.randomnumber) {
        this.randomnumber = this.generateRandomString(9);
        this.form.randomnumber = this.randomnumber;
@@ -2292,6 +2293,7 @@
              expertNo: this.personlist[j].id,
              exportName: this.personlist[j].username
            });
            console.log(this.expertlist);
          }
        }
      });
@@ -2373,6 +2375,7 @@
            subjecttype: dataList[m].subjecttype,
            subjecttypename: dataList[m].subjecttypename
          });
          console.log("费用类型", this.rowfeeItemTypes);
        }
      });
    },
@@ -2381,6 +2384,7 @@
      let list = this.feeItemTypes.filter(r => r.itemType == row.applytype);
      row.itemlist = list[0].itemDetails;
      this.$set(this.rbDetails, rowindex, row);
      console.log(this.rbDetails);
      //this.loading = true;
      // getItemNames(row.applytype).then((res) => {
      //   this.loading = false;
@@ -2915,9 +2919,9 @@
          branchbankname: item.branchbankname,
          annexbankcard: null,
          annexregistform: null,
          applytype: 7,
          applytypename:'伦理审核专家费',
          itemid: 27,
          applytype: "7",
          applytypename: "伦理审核专家费",
          itemid: "27",
          itemname: "器官捐献伦理审核专家费",
          itemtype: null,
          amount: 200,
@@ -2935,7 +2939,7 @@
          updateTime: null,
          uploadflag: null,
          uploadtime: null,
          itemlist: [],
          itemlist: [{ id: "27", itemName: "器官捐献伦理审核专家费" }],
          servicesscope: null,
          rowfeeblocks: [],
          annexfiles: null
@@ -3036,6 +3040,9 @@
                    console.log(res);
                    this.$set(this.rbDetails, res.data);
                    for (let i = 0; i < this.rbDetails.length; i++) {
                      this.rbDetails[i].orderno = i + 1;
                    }
                    this.sumTotalFee();
                    // this.rbDetails = res.data
                  });
@@ -3425,7 +3432,6 @@
            let unitIndex = this.feeUnitList.findIndex(
              item => singleDetail.unitno == item.reportNo
            );
            if (unitIndex > -1) {
              singleDetail.unitname = this.feeUnitList[unitIndex].reportName;
              singleDetail.depositbank = this.feeUnitList[
@@ -3497,7 +3503,6 @@
    .top-text {
      text-align: center;
      font-size: 23px;
      font-weight: 600;
      margin: 20px 0;
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2428,6 +2428,8 @@
        destination: null
      };
      if (this.rbDetails.length) {
        console.log(this.rbDetails[rowIndex].persontype);
        console.log(this.rbDetails[rowIndex].personname);
        rowData.persontype = this.rbDetails[rowIndex].persontype;
        rowData.personname = this.rbDetails[rowIndex].personname;
      }