| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { getTjRefundList, getTjList, getTjRefund } from "@/api/hosp/customer"; |
| | | import { getTjRefundList, getTjList, getTjRefund,getTjRefundList2,getTjList2,getTjRefund2 } from "@/api/hosp/customer"; |
| | | |
| | | export default { |
| | | dicts: [ |
| | |
| | | /** 搜索操作 */ |
| | | handle() { |
| | | this.loading = true; |
| | | getTjRefundList(this.form).then((response) => { |
| | | getTjRefundList2(this.form).then((response) => { |
| | | if( response.data){ |
| | | this.customerList = response.data; |
| | | this.customerList.forEach((item1) => { |
| | |
| | | let data = { |
| | | orderId: this.tjOrderId, |
| | | }; |
| | | getTjList(data).then((res) => { |
| | | getTjList2(data).then((res) => { |
| | | this.numberList = res.data; |
| | | this.loading = false; |
| | | }); |
| | |
| | | }); |
| | | return; |
| | | } |
| | | getTjRefund(data).then((res) => { |
| | | getTjRefund2(data).then((res) => { |
| | | this.tjnumber = res.data.waterId; |
| | | this.mobanId = res.data.mobanId; |
| | | if (res.code === 200) { |