qx
qx
2025-02-27 007f2d1683d45fd9c8a6e7ecf133d95f093617d8
qx
1个文件已修改
34 ■■■■ 已修改文件
src/views/hosp/order/index.vue 34 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/order/index.vue
@@ -1556,6 +1556,7 @@
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,
@@ -1617,8 +1618,8 @@
      createTimeList: "",
      packagedataList: [],
      cusId: "",
      payType: "0",
      jsType: "0",
      payType: "",
      jsType: "",
      packageList: [],
      checkedkeys: [],
      dialogVisible: false,
@@ -2568,7 +2569,19 @@
    // 补录项目
    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 = [];
@@ -2577,8 +2590,6 @@
      this.orderId = row.orderId;
      this.cusId = row.tjCusIdCard;
      this.userId = row.userId;
      console.log(row, 666);
      this.customer = {
        cusIdcard: row.tjCusIdCard,
        cusName: row.tjCustomerName,
@@ -2640,7 +2651,18 @@
    },
    // 补录项目
    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 = [];