su
su1124
2024-01-23 d33a1299a9e5f23641ef2d549b7bab26c91819cb
su
9个文件已修改
49 ■■■■■ 已修改文件
src/api/doctor/check.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/public/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/examination/index.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/imaging/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/test/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reservation/resercopy/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/reservation/reservations/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/charge/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/doctor/check.js
@@ -19,6 +19,15 @@
  })
}
// 体检科室列表显示接口
export function yingXiangGetProList(query) {
  return request({
    url: '/system/dept/yingXiangGetProList',
    method: 'get',
    params:query
  })
}
  // 点击详情 显示子项目详情 和父项目名
export function getSons(tjNumber) {
  return request({
src/components/public/index.vue
@@ -75,7 +75,6 @@
        'row'(val, newVla) {
            // console.log(val,newVla)
            this.fList = val
            console.log(this.fList);
            // if (this.fList) {
            //     this.getList()
            // }
src/views/doctor/examination/index.vue
@@ -13,7 +13,7 @@
          v-model="queryParams.tjNumber"
          placeholder="请输入体检号"
          clearable
          @keyup.enter.native="handleQuery" @blur="handleQuery"
          @keyup.enter.native="handleQuery"
          style="width: 170px"
        />
      </el-form-item>
@@ -65,7 +65,7 @@
    </el-radio-group>
    <div style="width: 100%; margin-left: 10px; display: flex">
      <div style="width: 40%; margin-right: 20px">
      <div style="width: 40.5%; margin-right: 20px">
        <el-table
          id="ta"
          v-loading="loading"
@@ -93,7 +93,7 @@
            label="性别"
            align="center"
            prop="cusSex"
            width="60px"
            width="50px"
          >
          <template slot-scope="scope">
            <span v-if="scope.row.cusSex == '0'">男</span>
@@ -111,20 +111,20 @@
            label="手机号"
            align="center"
            prop="cusPhone"
            width="120px"
            width="100px"
          />
          <el-table-column
            label="登记时间"
            align="center"
            prop="tjTime"
            width="180px"
            width="120px"
          />
          <el-table-column
            v-if="checkStatus == '1'"
            label="审核状态"
            align="center"
            prop="confirmStatus"
            width="110px"
            width="80px"
          >
            <template slot-scope="scope">
              <span
@@ -200,7 +200,8 @@
            label="项目"
            align="center"
            prop="proName"
            width="140"
            width="115"
            :show-overflow-tooltip="true"
          />
          <el-table-column
            label="状态"
src/views/doctor/imaging/index.vue
@@ -740,7 +740,7 @@
import Public from "@/components/public";
import { getInfo } from "@/api/login";
import {
  huaYangetProList,
  yingXiangGetProList,
  getPhotoList,
  getaddRemark,
  getParentList,
@@ -972,7 +972,7 @@
    getList() {
      this.loading = true;
      this.queryParams.type = this.tjStatus;
      huaYangetProList(this.queryParams).then((response) => {
      yingXiangGetProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false;
          if (response.data) {
@@ -993,7 +993,7 @@
    radioChange(val) {
      this.loading = true;
      this.queryParams.type = val;
      huaYangetProList(this.queryParams).then((response) => {
      yingXiangGetProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false;
          if (response.data) {
src/views/doctor/test/index.vue
@@ -6,7 +6,7 @@
          @keyup.enter.native="handleQuery"></el-input>
      </el-form-item>
      <el-form-item label="体检号" prop="tjNumber">
        <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 240px" placeholder="请输入体检号" @blur="submitForm" @keyup.enter.native="submitForm"></el-input>
        <el-input ref="inputName" v-model="queryParams.tjNumber" style="width: 240px" placeholder="请输入体检号"  @keyup.enter.native="submitForm"></el-input>
      </el-form-item>
      <el-form-item>
        <el-button size="mini" type="primary" @click="submitForm">搜索</el-button>
@@ -543,6 +543,7 @@
      queryParams: {
        page: 1,
        pageSize: 10,
        pageNum:1,
        tjNumber: "",
        type: "",
        name: null,
src/views/reservation/resercopy/index.vue
@@ -784,6 +784,7 @@
    // 取消按钮
    cancel() {
      this.open = false;
      this.open1 = false;
      this.creaseopen = false;
      this.reset();
    },
src/views/reservation/reservations/index.vue
@@ -277,7 +277,7 @@
                    <!-- <div class="tab1"> -->
                    <!-- <el-form :inline="true" class="tab1"> -->
                    <el-form-item label="应收金额">
                      <el-input placeholder="应收金额" :value="TotalPrice1 + '.00'" disabled style="width: 160px"></el-input>
                      <el-input placeholder="应收金额" :value="TotalPrice1 " disabled style="width: 160px"></el-input>
                    </el-form-item>
                    <el-form-item label="优惠折扣">
                      <!-- <el-input style="width: 100px" type="number" v-model="discount" :value="discount"></el-input> -->
@@ -285,7 +285,7 @@
                        :step="0.1" :max="10" :min="1" @change="numberChange" :disabled="isfalse"></el-input-number>
                    </el-form-item>
                    <el-form-item label="实收金额">
                      <el-input placeholder="实收金额" v-model="TotalPrice" style="width: 120px"></el-input>
                      <el-input placeholder="实收金额" v-model="TotalPrice" style="width: 120px" disabled></el-input>
                    </el-form-item>
                    <el-form-item>
@@ -316,9 +316,9 @@
                            item.parentName +
                            " (应收金额:" +
                            item.ordPrice +
                            ".00元 / 实收金额:" +
                            " / 实收金额:" +
                            item.nowPrice +
                            ".00元)"
                            "元)"
                          }}
                        </template>
                        <el-table :data="item.list" border style="width: 100%" height="270">
@@ -616,7 +616,7 @@
                    <!-- <div class="tab1"> -->
                    <!-- <el-form :inline="true" class="tab1"> -->
                    <el-form-item label="应收金额">
                      <el-input placeholder="应收金额" :value="TotalPrice1 + '.00'" disabled style="width: 160px"></el-input>
                      <el-input placeholder="应收金额" :value="TotalPrice1" disabled style="width: 160px"></el-input>
                    </el-form-item>
                    <el-form-item label="优惠折扣">
                      <!-- <el-input style="width: 100px" type="number" v-model="discount" :value="discount"></el-input> -->
src/views/system/charge/index.vue
@@ -10,7 +10,7 @@
          </el-col>
          <el-col :span="6">
            <el-form-item label="体检号" prop="tjNum" style="display: flex;">
              <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号"   @keyup.enter.native="submitFormchanck"  @blur="submitFormchanck" />
              <el-input ref="inputName" v-model="form.tjNum" placeholder="请输入体检号"   @keyup.enter.native="submitFormchanck"  />
            </el-form-item>
          </el-col>
vue.config.js
@@ -53,7 +53,7 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        //target: `https://ltpeis.xaltjdkj.cn:5501/prod-api/getInfo`,
        target: `http://192.168.0.101:5011`,
        target: `http://192.168.0.112:5011`,
        // // target: `http://192.168.0.99:8080/ltkj-admin`,
        // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`,
        // target: `http://10.168.0.9:5011`,