From d33a1299a9e5f23641ef2d549b7bab26c91819cb Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期二, 23 一月 2024 18:01:49 +0800
Subject: [PATCH] su

---
 src/views/reservation/reservations/index.vue |   10 +++++-----
 src/views/doctor/test/index.vue              |    3 ++-
 vue.config.js                                |    2 +-
 src/views/doctor/examination/index.vue       |   15 ++++++++-------
 src/views/doctor/imaging/index.vue           |    6 +++---
 src/api/doctor/check.js                      |    9 +++++++++
 src/components/public/index.vue              |    1 -
 src/views/system/charge/index.vue            |    2 +-
 src/views/reservation/resercopy/index.vue    |    1 +
 9 files changed, 30 insertions(+), 19 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 545dda4..1391be0 100644
--- a/src/api/doctor/check.js
+++ b/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({
diff --git a/src/components/public/index.vue b/src/components/public/index.vue
index 897be38..71c2e2c 100644
--- a/src/components/public/index.vue
+++ b/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()
             // }
diff --git a/src/views/doctor/examination/index.vue b/src/views/doctor/examination/index.vue
index c60cf48..56bccc8 100644
--- a/src/views/doctor/examination/index.vue
+++ b/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="鐘舵��"
diff --git a/src/views/doctor/imaging/index.vue b/src/views/doctor/imaging/index.vue
index b4af74a..a3ce4f6 100644
--- a/src/views/doctor/imaging/index.vue
+++ b/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) {
diff --git a/src/views/doctor/test/index.vue b/src/views/doctor/test/index.vue
index 0beb65e..df5c74e 100644
--- a/src/views/doctor/test/index.vue
+++ b/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,
diff --git a/src/views/reservation/resercopy/index.vue b/src/views/reservation/resercopy/index.vue
index b04a7f9..c33d7c6 100644
--- a/src/views/reservation/resercopy/index.vue
+++ b/src/views/reservation/resercopy/index.vue
@@ -784,6 +784,7 @@
     // 鍙栨秷鎸夐挳
     cancel() {
       this.open = false;
+      this.open1 = false;
       this.creaseopen = false;
       this.reset();
     },
diff --git a/src/views/reservation/reservations/index.vue b/src/views/reservation/reservations/index.vue
index 9a0020b..b1f0b7c 100644
--- a/src/views/reservation/reservations/index.vue
+++ b/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> -->
diff --git a/src/views/system/charge/index.vue b/src/views/system/charge/index.vue
index df6d82b..f2ac093 100644
--- a/src/views/system/charge/index.vue
+++ b/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>
 
diff --git a/vue.config.js b/vue.config.js
index e67bf1d..2c15e68 100644
--- a/vue.config.js
+++ b/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`,

--
Gitblit v1.8.0