| | |
| | | :show-overflow-tooltip="true"></el-table-column> |
| | | <el-table-column label="单位名称" align="center" prop="tjComp"></el-table-column> |
| | | <el-table-column label="体检类型" align="center" prop="tjType" width="80px"></el-table-column> |
| | | <el-table-column label="订单流水号" align="center" prop="tjFlowingWater.waterId" width="180px" /> |
| | | <el-table-column label="订单流水号" align="center" prop="tjFlowingWater.waterId" width="230px" /> |
| | | <el-table-column label="收费员" align="center" prop="tjFlowingWater.updateBy" width="100px" /> |
| | | </el-table> |
| | | |
| | |
| | | <el-button type="primary" size="mini" :disabled="disabled == 1 ? true : false" |
| | | @click="SubmitEvent">收费</el-button> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" size="mini" :disabled="disabled == 0 ? true : false" |
| | | @click="tuifei">退费</el-button> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getByTjNum, getfindTj, getwater, getpay } from "@/api/hosp/customer"; |
| | | import { getByTjNum, getfindTj, getwaterSupper, getpay } from "@/api/hosp/customer"; |
| | | import { getInfo } from "@/api/login"; |
| | | export default { |
| | | dicts: ["dict_pay_type"], |
| | |
| | | if (selection.length > 1) { |
| | | let del_row = selection.shift(); |
| | | this.$refs.multipleTable.toggleRowSelection(del_row, false); |
| | | |
| | | } |
| | | let data = { |
| | | type: this.tjStatus, |
| | | OrderId: this.OrderId, |
| | | tjSerialNumber: this.tjSerialNumber |
| | | }; |
| | | getByTjNum(data).then((response) => { |
| | | if (response.data) { |
| | |
| | | let data = { |
| | | type: this.tjStatus, |
| | | OrderId: this.OrderId, |
| | | tjSerialNumber: this.tjSerialNumber |
| | | }; |
| | | getByTjNum(data).then((response) => { |
| | | if (response.data) { |
| | |
| | | refundPros: this.refundPros, |
| | | orderId: this.OrderId, |
| | | }; |
| | | getwater(data).then((res) => { |
| | | getwaterSupper(data).then((res) => { |
| | | if (res.msg != "该订单已付款 无须再付") { |
| | | this.$modal.msgSuccess("操作成功"); |
| | | this.disabled = 1 |
| | |
| | | }); |
| | | } |
| | | }, |
| | | // 退费 |
| | | tuifei() { |
| | | |
| | | }, |
| | | }, |
| | | }; |
| | | </script> |