| | |
| | | <div style="background: #fff;"> |
| | | <!-- 顶部数据 --> |
| | | <div class="boxdiv"> |
| | | <div class="top-text">捐献者记录工作台</div> |
| | | <div class="top-text">捐献案例信息</div> |
| | | <el-form |
| | | ref="form" |
| | | :model="form" |
| | |
| | | <el-table-column |
| | | prop="beneficiaryname" |
| | | align="center" |
| | | label="姓名" |
| | | label="专家/单位" |
| | | width="120" |
| | | v-if="form.applytype == '1' || form.applytype == '2'" |
| | | > |
| | |
| | | <el-table-column |
| | | prop="unitno" |
| | | align="center" |
| | | label="单位名称" |
| | | label="专家所在单位" |
| | | width="250" |
| | | v-if="form.applytype != '4' && form.applytype != '3'" |
| | | > |
| | |
| | | <el-form-item :error="scope.row.error" label-width="0"> |
| | | <el-input |
| | | v-model.number="scope.row.idcardno" |
| | | @input="tableParValueChange(scope.row)" |
| | | @input="tableParValueChange1(scope.row)" |
| | | placeholder="身份证号" |
| | | /> |
| | | </el-form-item> |
| | |
| | | </el-col> |
| | | <el-col :span="24" v-if="experthear == 'unit'"> |
| | | <el-form-item |
| | | label="人员姓名" |
| | | label="专家/单位" |
| | | prop="beneficiaryname" |
| | | label-width="80px" |
| | | > |
| | |
| | | ] |
| | | }, |
| | | funddrules: { |
| | | expertidcardno: [{ validator: validatePass, trigger: "blur" }], |
| | | // expertidcardno: [{ validator: validatePass, trigger: "blur" }], |
| | | expertdepositbank: [ |
| | | { required: true, message: "请输入开户银行", trigger: "change" } |
| | | ], |
| | |
| | | ); |
| | | return; |
| | | } |
| | | |
| | | /* |
| | | if ( |
| | | tempDetail.idcardno == null && |
| | | this.businessType != "3" && |
| | |
| | | ); |
| | | return; |
| | | } |
| | | */ |
| | | |
| | | if (this.businessType == "1") { |
| | | if (tempDetail.servicesscope == null) { |
| | |
| | | <el-col :span="8"> |
| | | <div style="margin-bottom: 15px;"> |
| | | <el-button |
| | | icon="el-icon-remove-outline" |
| | | type="success" |
| | | plain |
| | | size="mini" |
| | | disabled="true" |
| | | @click="Totalcalculation(0)" |
| | | >个税前汇总</el-button |
| | | > |
| | | <el-button |
| | | type="primary" |
| | | plain |
| | | icon="el-icon-circle-check" |
| | | size="mini" |
| | | @click="Totalcalculation(1)" |
| | | >计税后合计</el-button |
| | | > |
| | | <el-button |
| | | icon="el-icon-remove-outline" |
| | | type="success" |
| | | plain |
| | | size="mini" |
| | | @click="Totalcalculation(0)" |
| | | >计税前合计</el-button |
| | | >个税后汇总</el-button |
| | | > |
| | | </div> |
| | | </el-col> |
| | |
| | | </el-table-column> |
| | | --> |
| | | <el-table-column type="selection" width="45"> </el-table-column> |
| | | <el-table-column |
| | | label="个税计算情况" |
| | | <!-- <el-table-column |
| | | label="个税计算" |
| | | align="center" |
| | | prop="recordstatus" |
| | | width="200" |
| | |
| | | <template slot-scope="scope"> |
| | | <dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" /> |
| | | </template> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | label="个税日期" |
| | | width="120" |
| | | align="center" |
| | | prop="fundtaxtime" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.fundtaxtime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="所属组别" |
| | | align="center" |
| | | prop="deptmentname" |
| | | width="200px" |
| | | /><el-table-column |
| | | label="经办人" |
| | | align="center" |
| | | prop="username" |
| | | width="150px" |
| | | /> |
| | | <el-table-column |
| | | label="申请日期" |
| | | width="120" |
| | |
| | | <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="经办人" |
| | | align="center" |
| | | prop="username" |
| | | width="150px" |
| | | /> |
| | | |
| | | <el-table-column |
| | | label="申请金额" |
| | | align="center" |
| | | prop="pretaxcost" |
| | | width="200px" |
| | | /> |
| | | <el-table-column |
| | | label="所属组别" |
| | | align="center" |
| | | prop="deptmentname" |
| | | width="200px" |
| | | /> |
| | | |
| | | <el-table-column |
| | | label="组长" |
| | | align="center" |
| | |
| | | }, |
| | | Totalcalculation(tot) { |
| | | console.log(tot); |
| | | if(this.overallids.length == 0) { |
| | | this.$message({ |
| | | type: "info", |
| | | message: "当前没有选择要汇总的专家费申请单,不能汇总!" |
| | | }); |
| | | return;} |
| | | |
| | | let bojite = { |
| | | fundids: this.overallids, |
| | | isTaxAfter: tot |