user5 пре 2 година
родитељ
комит
4d3cc14a8d

+ 1 - 1
src/views/modules/cw/projectReportArchive/ProjectReportArchiveList.vue

@@ -126,13 +126,13 @@
               <span v-else>{{commonJS.isNotEmpty(scope.row.cwProjectRecordsDTO)?scope.row.cwProjectRecordsDTO.projectName:''}}</span>
             </template>
           </vxe-column>
+          <vxe-column min-width="220" align="center" title="报告文号" field="reportNo"></vxe-column>
           <vxe-column min-width="150" align="center" title="项目经理" field="cwProjectRecordsDTO.projectMasterName"></vxe-column>
           <vxe-column min-width="230" align="center" title="被审计单位" field="auditedUnitsName"></vxe-column>
           <vxe-column min-width="150" align="center" title="报告册数" field="reportNum"></vxe-column>
           <vxe-column min-width="150" align="center" title="底稿册数" field="papersNum"></vxe-column>
           <vxe-column min-width="150" align="center" title="档案年度" field="year"></vxe-column>
           <vxe-column min-width="230" align="center" title="案卷号" field="number"></vxe-column>
-          <vxe-column min-width="200" align="center" title="报告号" field="reportNo"></vxe-column>
           <vxe-column min-width="200" align="center" title="归档时间" field="auditDate"></vxe-column>
           <vxe-column min-width="150" align="center" title="创建人" field="createBy.name"></vxe-column>
           <vxe-column min-width="200" align="center" title="创建时间" field="createDate"></vxe-column>

+ 2 - 2
src/views/modules/cw/reimbursementApproval/info/InfoList.vue

@@ -121,9 +121,9 @@
           <vxe-column width="200" title="报告号" field="reportNumber"></vxe-column>
           <vxe-column width="100" title="经办人" field="userName"></vxe-column>
           <vxe-column width="100" title="报销人" field="name"></vxe-column>
-          <vxe-column width="200" title="报销部门" field="deptName"></vxe-column>
+          <vxe-column width="100" title="报销部门" field="deptName"></vxe-column>
           <vxe-column width="100" title="报销日期" field="reimDate"></vxe-column>
-          <vxe-column width="100" title="报销金额" field="number"></vxe-column>
+          <vxe-column width="150" title="报销金额(元)" field="number"></vxe-column>
           <vxe-column width="100" title="状态" field="type">
             <template slot-scope="scope">
               <el-button type="text" @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '-')" effect="dark" size="mini">{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>

+ 2 - 2
src/views/modules/reimbursement/info/InfoList.vue

@@ -121,9 +121,9 @@
           <vxe-column width="200" title="报告号" field="reportNumber"></vxe-column>
           <vxe-column width="100" title="经办人" field="userName"></vxe-column>
           <vxe-column width="100" title="报销人" field="name"></vxe-column>
-          <vxe-column width="200" title="报销部门" field="deptName"></vxe-column>
+          <vxe-column width="100" title="报销部门" field="deptName"></vxe-column>
           <vxe-column width="100" title="报销日期" field="reimDate"></vxe-column>
-          <vxe-column width="100" title="报销金额" field="number"></vxe-column>
+          <vxe-column width="150" title="报销金额(元)" field="number"></vxe-column>
           <vxe-column width="100" title="状态" field="type">
             <template slot-scope="scope">
               <el-button type="text" @click="detail(scope.row)" :type="$dictUtils.getDictLabel('status_info', scope.row.type, '-')" effect="dark" size="mini">{{$dictUtils.getDictLabel("status", scope.row.type, '未开始')}} </el-button>