| | |
| | | import { getwater } from "@/api/hosp/customer"; |
| | | import { getInfo } from "@/api/login"; |
| | | import ViewPdf from "@/components/ViewPdf"; |
| | | import { getDicts } from "@/api/system/dict/data"; |
| | | import { |
| | | shijianzhou, |
| | | getaddtTransition, |
| | |
| | | createTimeList: "", |
| | | packagedataList: [], |
| | | cusId: "", |
| | | payType: "0", |
| | | jsType: "0", |
| | | payType: "", |
| | | jsType: "", |
| | | packageList: [], |
| | | checkedkeys: [], |
| | | dialogVisible: false, |
| | |
| | | |
| | | // 补录项目 |
| | | handleProject(row) { |
| | | this.payType = "0"; |
| | | let dictType = "reservation_pay_type"; |
| | | getDicts(dictType).then((res) => { |
| | | if (res.code == 200) { |
| | | this.jsType = res.data[0].dictValue; |
| | | } |
| | | }) |
| | | let dictTypes = "dict_pay_type"; |
| | | getDicts(dictTypes).then((res) => { |
| | | if (res.code == 200) { |
| | | this.payType = res.data[0].dictValue; |
| | | } |
| | | }) |
| | | |
| | | this.loading = true; |
| | | this.DataList = []; |
| | | this.DataList3 = []; |
| | |
| | | this.orderId = row.orderId; |
| | | this.cusId = row.tjCusIdCard; |
| | | this.userId = row.userId; |
| | | console.log(row, 666); |
| | | |
| | | this.customer = { |
| | | cusIdcard: row.tjCusIdCard, |
| | | cusName: row.tjCustomerName, |
| | |
| | | }, |
| | | // 补录项目 |
| | | handleProject1() { |
| | | this.payType = "0"; |
| | | let dictType = "reservation_pay_type"; |
| | | getDicts(dictType).then((res) => { |
| | | if (res.code == 200) { |
| | | this.jsType = res.data[0].dictValue; |
| | | } |
| | | }) |
| | | let dictTypes = "dict_pay_type"; |
| | | getDicts(dictTypes).then((res) => { |
| | | if (res.code == 200) { |
| | | this.payType = res.data[0].dictValue; |
| | | } |
| | | }) |
| | | this.loading = true; |
| | | this.DataList = []; |
| | | this.DataList3 = []; |