qinxianzhangyao
2023-12-20 30565c28ef92fbafc0247424d1d741e5d4df8c00
qxtj
4个文件已修改
47 ■■■■ 已修改文件
src/views/hosp/order/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/project/index.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/order/index.vue
@@ -198,7 +198,7 @@
    </el-dialog>
    <!-- 添加补录项目 -->
    <el-dialog :title="title" :visible.sync="Projectopen" width="980px" style="height: 860px" append-to-body>
    <el-dialog :title="title" :visible.sync="Projectopen" width="1200px" style="height: 860px" append-to-body>
      <el-row type="flex" class="row-bg" justify="space-around">
        <el-col :span="6">
          <div style="text-align: center; margin-bottom: 10px;margin-top:10px">项目列表</div>
src/views/hosp/project/index.vue
@@ -471,7 +471,9 @@
        id: null,
      },
      // 表单参数
      form: {},
      form: {
       needReport :"Y"
      },
      // 表单校验
      rules: {
        createTime: [
@@ -568,7 +570,7 @@
    /** 新增按钮操作 */
    handleAdd(row) {
      this.reset();
      // this.reset();
      this.loading = true;
      ProjectTree().then((response) => {
        if (response.code == 200) {
@@ -591,7 +593,7 @@
      this.form.deptId = this.queryParams.deptId;
      this.form.proCheckMethod = "N";
      this.form.needReport ="Y"
      if ((this.key = "Y")) {
        gettreeList().then((response) => {
          this.deptOptionstree = response.data;
src/views/index.vue
@@ -72,7 +72,15 @@
  created() {
    this.getList();
  },
  watch: {
        $route(to, from) {
            window.location.reload(); //监测到路由发生跳转时刷新一次页面
            // this.$router.go(0);
        },
    },
  methods: {
@@ -358,6 +366,7 @@
.data-view {
  margin: 0 15px;
  height: 323px !important
}
#main {
src/views/system/tijian/index.vue
@@ -50,8 +50,7 @@
              </el-form-item>
            </el-col>
            <el-col :span="7">
              <el-form-item label="性别" prop="cusSex"
              :rules="[
              <el-form-item label="性别" prop="cusSex" :rules="[
                {
                  required: true, validator: (rule, value, callback) => {
                    if (!form.cusSex && showHidden.has_sex === 'Y') {
@@ -72,8 +71,7 @@
            </el-col>
            <el-col :span="9">
              <el-form-item label="证件号" prop="cusIdcard"
                :rules="[
              <el-form-item label="证件号" prop="cusIdcard" :rules="[
                {
                  required: true, validator: (rule, value, callback) => {
                    if (!form.cusIdcard && showHidden.has_idcard === 'Y') {
@@ -85,8 +83,7 @@
                    }
                  }, trigger: 'blur'
                }]"
                style="display: flex">
                }]" style="display: flex">
                <span slot="label" style="display:inline-block;border-bottom: 2px solid blue;" @click="handleQuery">
                  证件号
                </span>
@@ -1619,9 +1616,12 @@
      // this.tableData.forEach((item) => {
      //   this.fData = item.tjProjectList;
      // });
      console.log(this.treedataList)
      console.log(selection)
      if (selection[0]) {
        this.DataList = [];
        // this.data = JSON.parse(JSON.stringify(this.dXData));
        if (selection[0].tjProjectList) {
        selection[0].tjProjectList.forEach((selectionitem) => {
          this.treedataList.forEach((item) => {
            if (selectionitem.proName == item.proName) {
@@ -1646,6 +1646,7 @@
            }
          });
        });
        }
      } else {
        this.treedataList = JSON.parse(JSON.stringify(this.dXData));
        return;
@@ -1659,7 +1660,10 @@
      //全部套餐
      deptTreeSelect(cusSex).then((response) => {
        this.newpacName = response.rows;
        console.log(this.newpacName)
        console.log(this.tableData1)
        try {
          if (this.tableData1.length >= 1) {
          this.newpacName.forEach((item3) => {
            this.tableData1.forEach((item4) => {
              item4.list.forEach((item6) => {
@@ -1672,6 +1676,8 @@
              });
            });
          });
          }
        } catch (error) { }
        this.loading = false;
      });
@@ -1869,6 +1875,16 @@
        getfindTj(data).then((response) => {
          if (response.data) {
            this.feeitems = response.data;
            if (this.feeitems.length != 0) {
              this.$nextTick(() => {
                this.$refs.multipleTable.toggleRowSelection(
                  this.feeitems[0],
                  true
                );
              });
            } else {
              this.$refs.multipleTable.clearSelection();
            }
            this.loading = false;
          } else {
            this.feeitems = [];