qinxianzhangyao
2023-11-15 1c2ff3d97d19398a00340e72b4642de16f98458a
qxtj
4个文件已修改
27 ■■■■■ 已修改文件
src/views/hosp/about/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/refund/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijianall/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/about/index.vue
@@ -237,6 +237,7 @@
      };
      getcolllist(data).then((res) => {
        this.tableData = res.data.list;
        this.allList = []
        if (this.tableData.length != 0) {
          this.$nextTick(() => {
            this.$refs.multipleTable.toggleRowSelection(
@@ -298,6 +299,7 @@
          type: "success",
        });
        this.getList();
        this.handleQuery()
      });
    },
  },
src/views/system/refund/index.vue
@@ -185,9 +185,9 @@
      numberList: [],
      // 表单参数
      form: {
        tjNum: "",
        tjName: "",
        tjPhone: "",
        tjNum: null,
        tjName: null,
        tjPhone: null,
      },
    };
  },
@@ -205,7 +205,8 @@
    handle() {
      this.loading = true;
      getTjRefundList(this.form).then((response) => {
        this.customerList = response.data;
        if( response.data){
          this.customerList = response.data;
        this.customerList.forEach((item1) => {
          this.tjnumber = item1.tjNumber;
        });
@@ -233,6 +234,8 @@
        });
        this.total = response.total;
        this.loading = false;
        }
      });
    },
@@ -268,7 +271,7 @@
      this.multipleSelection = val;
      this.refundPros = [];
      this.refundPros = this.multipleSelection;
      this.formInline.price = "";
      this.formInline.price = 0;
      this.multipleSelection.forEach((item) => {
        this.tollCollectorName = item.tollCollector;
        if (this.formInline.price) {
@@ -281,6 +284,7 @@
    // 退费
    handleRefund() {
      console.log(this.form)
      this.customerList.forEach((item) => {
        (this.orderIds = item.tjFlowingWater.orderId),
          (this.copewith = item.totalAmount);
@@ -322,7 +326,8 @@
        this.mobanId = res.data.mobanId;
        if (res.code === 200) {
          this.$modal.msgSuccess("退费成功");
          // this.handle();
          this.form.tjNum = res.data.waterId
          this.handle();
          // this.$forceUpdate();
          this.idList = res.data;
          const tjnumber = this.tjnumber;
src/views/system/tijian/index.vue
@@ -198,7 +198,7 @@
    </div>
    <el-dialog title="选择套餐" :visible.sync="taocan" width="42%" height="700px">
    <el-dialog title="选择套餐" :visible.sync="taocan" width="50%" height="700px">
      <el-tabs type="border-card" style="height: 560px; margin:0 10px; width: 100%">
        <el-tab-pane label="套餐">
          <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="auto">
@@ -800,13 +800,13 @@
        //   { required: true, message: "现居住地址不能为空", trigger: "blur" },
        // ],
        cusPhone: [
          { required: true, message: "联系电话不能为空", trigger: "blur" },
          { required: true, message: "联系电话不能为空", trigger: "change" },
        ],
        // cusNational: [
        //   { required: true, message: "民族不能为空", trigger: "change" },
        // ],
        cusIdcard: [
          { required: true, message: "身份证号不能为空", trigger: "blur" },
          { required: true, message: "身份证号不能为空", trigger: "change" },
        ],
      },
    };
src/views/system/tijianall/index.vue
@@ -251,7 +251,7 @@
            </el-form>
          </template>
          <div style="text-align: center; margin-bottom: 10px; margin-right: 900px">
          <div style="text-align: center; margin-bottom: 10px;">
            已选项目列表
          </div>
          <div style="