11
WXL
2023-10-18 53ec93887912ec83577e56cbd8c0f8cef2986431
11
已修改2个文件
10 ■■■■■ 文件已修改
src/views/project/fund/applyDetail/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/travelexpenseapply/travelexpensedetail/index.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/applyDetail/index.vue
@@ -2094,7 +2094,12 @@
              );
              return;
            }
            if (tempDetail.idcardno == null) {
            if (
              tempDetail.idcardno == null &&
              this.businessType != "3" &&
              this.businessType != "4"
            ) {
              console.log(1122);
              this.$modal.msgWarning(
                "服务项目表中,第" +
                  (k + 1).toString() +
src/views/project/travelexpenseapply/travelexpensedetail/index.vue
@@ -2239,11 +2239,9 @@
      this.operationType = "detail";
      this.title = "报销申请详情";
      this.jurisdiction = true;
      this.reset();
      this.open = true;
      const id = ids || this.ids;
      getReimbursement(id).then(response => {
        this.form = response.data;
        //票据
@@ -2257,7 +2255,6 @@
              .split(",")
              .map(item => ({ url: item, name: item }))
          : [];
        //审核状态
        this.form.recordstatus = response.data.recordstatus + "";
        let ids = response.data.id;