| | |
| | | this.detailInfoDialogShow = false; |
| | | }, |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | if (row.recordstatus == -1 && row.backflowlevel > 0) { |
| | | if (row.recordstatus == -1 && row.backflowlevel >= 0) { |
| | | return "error-row"; |
| | | } |
| | | return ""; |
| | |
| | | } |
| | | }, |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | if (row.recordstatus == -1 && row.backflowlevel > 0) { |
| | | if (row.recordstatus == -1 && row.backflowlevel >= 0) { |
| | | return "error-row"; |
| | | } |
| | | return ""; |
| | |
| | | } |
| | | }, |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | if (row.recordstatus == -1 && row.backflowlevel > 0) { |
| | | if (row.recordstatus == -1 && row.backflowlevel >= 0) { |
| | | return "error-row"; |
| | | } |
| | | return ""; |
| | |
| | | }, |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | //此判断为最后三行 |
| | | if (row.recordstatus == -1 && row.backflowlevel > 0) { |
| | | if (row.recordstatus == -1 && row.backflowlevel >= 0) { |
| | | return "error-row"; |
| | | } |
| | | } |
| | |
| | | <el-date-picker |
| | | format="yyyy-MM-dd" |
| | | value-format="yyyy-MM-dd" |
| | | v-model="value1" |
| | | v-model="queryParams.value1" |
| | | type="daterange" |
| | | @blur="onpick" |
| | | range-separator="至" |
| | | start-placeholder="报销申请开始日期" |
| | | end-placeholder="报销申请结束日期" |
| | |
| | | //this.totaldayin(id); |
| | | }, |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | if (row.recordstatus == -1 && row.backflowlevel > 0) { |
| | | if (row.recordstatus == -1 && row.backflowlevel >= 0) { |
| | | return "error-row"; |
| | | } |
| | | return ""; |
| | |
| | | //明显提示审批退回记录 |
| | | rowClassName({ row, column, rowIndex, columnIndex }) { |
| | | //此判断为最后三行 |
| | | if (row.recordstatus == -1 && row.backflowlevel > 0) { |
| | | console.log("上色"); |
| | | if (row.recordstatus == -1 && row.backflowlevel >= 0) { |
| | | return "error-row"; |
| | | } |
| | | return ""; |
| | |
| | | |
| | | getReimbursement(id).then(response => { |
| | | this.form = response.data; |
| | | console.log(this.form.checkstatus, "checkstatus"); |
| | | this.form.checkstatus = this.form.checkstatus.toString(); |
| | | |
| | | //票据 |
| | | this.fileListto = this.form.annexfiles |