| | |
| | | </el-col> --> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="5"> |
| | | <el-form-item label="捐献者" prop="donorname" style="float: left"> |
| | | <el-input |
| | | v-model="queryParams.donorname" |
| | | placeholder="请输入申请人捐献者" |
| | | clearable |
| | | size="small" |
| | | @keyup.enter.native="flowconclusion" |
| | | /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <div style="margin-bottom: 15px;"> |
| | | <el-button |
| | |
| | | type="text" |
| | | icon="el-icon-download" |
| | | @click="totaldayin(scope.row.id)" |
| | | v-hasPermi="['project:donateconsolationfund:download']" |
| | | >下载</el-button |
| | | > |
| | | <!-- v-hasPermi="['project:donateconsolationfund:download']" --> |
| | | |
| | | <!-- 新增审核页面 --> |
| | | <!-- <el-button |
| | |
| | | mounted() { |
| | | if (grtItem("officeExpenseCheck")) { |
| | | this.queryParams = grtItem("officeExpenseCheck"); |
| | | this.queryParams.APPLICATIONBEGTIME = ''; |
| | | this.queryParams.APPLICATIONENDTIME =''; |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | |
| | | path: "/finance/applyDetail/", |
| | | query: { |
| | | id: row.id, |
| | | businessType: "2", |
| | | businessType: "4", |
| | | beforehandType:'1', |
| | | operationType: "check", |
| | | } |