|  |  |  | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> --> | 
|---|
|  |  |  | <el-table-column label="报销单号" align="center" prop="bh" width="150px" /> | 
|---|
|  |  |  | <el-table-column label="申请日期" width="120" align="center" prop="createTime"> | 
|---|
|  |  |  | <el-table-column label="申请日期" width="120" align="center" prop="applyTime"> | 
|---|
|  |  |  | <template slot-scope="scope"> | 
|---|
|  |  |  | <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span> | 
|---|
|  |  |  | <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span> | 
|---|
|  |  |  | </template> | 
|---|
|  |  |  | </el-table-column> | 
|---|
|  |  |  | <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | import Li_area_select from "@/components/Address"; | 
|---|
|  |  |  | import OrgSelecter from "@/views/project/components/orgselect"; | 
|---|
|  |  |  | import { setItem, grtItem, removeItem } from "@/utils/storage.js"; | 
|---|
|  |  |  | import { getToken } from "@/utils/auth"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | components: { | 
|---|
|  |  |  | 
|---|
|  |  |  | approveLevel: 5, | 
|---|
|  |  |  | show: 0, | 
|---|
|  |  |  | fundtypeArrAll: [], | 
|---|
|  |  |  | dialogType: "show" | 
|---|
|  |  |  | dialogType: "show", | 
|---|
|  |  |  | headers: { | 
|---|
|  |  |  | Authorization: "Bearer " + getToken() | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }; | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | watch: {}, | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | totaldayin(e) { | 
|---|
|  |  |  | // const id =this.row.id | 
|---|
|  |  |  | getdownloadBX(e).then(res => { | 
|---|
|  |  |  | getdownloadLW(e).then(res => { | 
|---|
|  |  |  | var fileUrl = res; | 
|---|
|  |  |  | //获取当前网址 | 
|---|
|  |  |  | var urlBase = process.env.VUE_APP_BASE_API; | 
|---|