| | |
| | | prop="index" |
| | | align="center" |
| | | fixed |
| | | label="案例捐献者" |
| | | label="序号" |
| | | width="120" |
| | | > |
| | | </el-table-column> |
| | |
| | | > |
| | | <el-form-item label="捐献案例" prop="status"> |
| | | <el-select |
| | | v-model="patientqueryParams.donorno" |
| | | v-model="patientqueryParams.donorname" |
| | | filterable |
| | | placeholder="请选择" |
| | | > |
| | |
| | | v-for="item in donorchargeanlList" |
| | | :key="item.id" |
| | | :label="item.name" |
| | | :value="item.id" |
| | | :value="item.name" |
| | | > |
| | | </el-option> |
| | | </el-select> </el-form-item |
| | | ><el-form-item label="算税状态" prop="status"> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="申请人" prop="name"> |
| | | <el-input |
| | | v-model="patientqueryParams.pausername" |
| | | placeholder="请输入申请人姓名" |
| | | @keyup.enter.native="handleAddpatient" |
| | | /> |
| | | </el-form-item> |
| | | <!-- <el-form-item label="算税状态" prop="status"> |
| | | <el-select |
| | | v-model="patientqueryParams.istax" |
| | | filterable |
| | |
| | | > |
| | | </el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-form-item> --> |
| | | |
| | | <el-form-item> |
| | | <el-button |
| | |
| | | data() { |
| | | return { |
| | | swgatheringlist: [ |
| | | { label: "未算税", value: 0 }, |
| | | { label: "已算税", value: 1 } |
| | | { label: "已算税", value: 1 }, |
| | | { label: "未算税", value: 0 } |
| | | ], |
| | | gatheringlist: [ |
| | | { label: "未付款", value: "0" }, |
| | |
| | | overallCase: [], |
| | | patientqueryParams: { |
| | | paApplyType: 1, |
| | | pacheckno: "047", |
| | | checkstatus: 0, |
| | | istax: 0, |
| | | // pacheckno: "047", |
| | | // checkstatus: 0, |
| | | pfundtaxid: 0, |
| | | departid: 0, |
| | | pageNum: 1, |
| | | pageSize: 10 |
| | | }, |
| | |
| | | }, |
| | | handleQuery() {}, |
| | | resetQuery() { |
| | | this.patientqueryParams.donorno = null; |
| | | this.patientqueryParams.donorchargeid = null; |
| | | this.patientqueryParams.pausername = null; |
| | | this.patientqueryParams.donorname = null; |
| | | this.handleAddpatient(); |
| | | }, |
| | | handleUploadError() {}, |
| | |
| | | }); |
| | | }, |
| | | |
| | | /** 重置按钮操作 */ |
| | | resetQuery() { |
| | | this.resetForm("queryForm"); |
| | | this.handleQuery(); |
| | | }, |
| | | // /** 重置按钮操作 */ |
| | | // resetQuery() { |
| | | // this.resetForm("queryForm"); |
| | | // this.handleQuery(); |
| | | // }, |
| | | |
| | | // 取消按钮 |
| | | cancel() { |
| | |
| | | this.form = response.data; |
| | | if (this.form.serviceFunds[0]) { |
| | | this.donorchargeorgans = this.form.serviceFunds; |
| | | this.donorchargeorgans.forEach(item => { |
| | | this.donorchargeorgans.forEach((item, index) => { |
| | | item.taXmoney = item.pretaxcost - item.taxedcost; |
| | | item.taXmoney = item.taXmoney.toFixed(2); |
| | | item.index = index + 1; |
| | | this.accumulation(); |
| | | }); |
| | | } |
| | |
| | | this.form = response.data; |
| | | if (this.form.serviceFunds[0]) { |
| | | this.donorchargeorgans = this.form.serviceFunds; |
| | | this.donorchargeorgans.forEach(item => { |
| | | this.donorchargeorgans.forEach((item, index) => { |
| | | item.taXmoney = item.pretaxcost - item.taxedcost; |
| | | item.taXmoney = item.taXmoney.toFixed(2); |
| | | item.index = index + 1; |
| | | this.accumulation(); |
| | | }); |
| | | } |
| | |
| | | this.form = res.data; |
| | | if (this.form.serviceFunds[0]) { |
| | | this.donorchargeorgans = this.form.serviceFunds; |
| | | this.donorchargeorgans.forEach(item => { |
| | | this.donorchargeorgans.forEach((item, index) => { |
| | | item.taXmoney = item.pretaxcost - item.taxedcost; |
| | | item.taXmoney = item.taXmoney.toFixed(2); |
| | | item.index = index + 1; |
| | | |
| | | this.accumulation(); |
| | | }); |
| | | } |