lkk
2024-12-05 81f0a7c8b364fe7b8d566b27bfc9c8ef11d2be7f
src/views/hosp/order/index.vue
@@ -1619,7 +1619,6 @@
  methods: {
    onPayTypeChange() {
      if (this.payType === "6" && this.form.tjType !== 3) {
        this.cannotSelectPayType = true;
        this.$message.warning("该付款类型在此体检类型下不允许选择!");
        this.payType = this.dict.type.dict_pay_type[0]?.value || null;
@@ -1958,7 +1957,7 @@
        this.cusSex = item.tjCustomerSex;
        this.form.tjType = parseInt(item.tjType);
      });
      this.ids = selection.map((item) => item.orderId);
      // this.tjNumbers = selection.map((item) => item.tjNumber);
      this.single = selection.length !== 1;