From 3b7c66dac49938ef05bfdc3e7baba8232d956112 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 05 十二月 2023 13:45:01 +0800
Subject: [PATCH] 提交信息

---
 src/views/followvisit/outpatient/index.vue        |   37 +-----
 src/views/patient/physical/index.vue              |   32 +-----
 src/views/patient/propaganda/index.vue            |   21 +--
 vue.config.js                                     |    2 
 src/views/followvisit/record/detailpage/index.vue |   67 ++++++++++++-
 src/views/patient/patient/index.vue               |    4 
 src/views/patient/questionnaire/index.vue         |   28 +----
 src/views/patient/medtechnician/index.vue         |   18 +--
 src/views/patient/subsequent/index.vue            |   32 +-----
 src/views/followvisit/record/index.vue            |   20 +--
 src/views/followvisit/discharge/index.vue         |   36 +-----
 11 files changed, 121 insertions(+), 176 deletions(-)

diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 7c5e1cd..877cd5d 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -838,30 +838,12 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 3, },
+      });
     },
-    /** 淇敼鎸夐挳鎿嶄綔 */
-    // handleUpdate(row) {
-    //   this.reset();
-    //   const userId = row.userId || this.ids;
-    //   getUser(userId).then((response) => {
-    //     this.form = response.data;
-    //     this.postOptions = response.posts;
-    //     this.roleOptions = response.roles;
-    //     this.$set(this.form, "postIds", response.postIds);
-    //     this.$set(this.form, "roleIds", response.roleIds);
-    //     this.addalteropen = true;
-    //     this.title = "淇敼鐢ㄦ埛";
-    //     this.form.password = "";
-    //   });
-    // },
+ 
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
     handleResetPwd(row) {
       this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
@@ -958,13 +940,9 @@
     },
     // 璺宠浆璇︽儏椤�
     Seedetails() {
-      // this.$router.push({
-      //   path: "/followvisit/record/detailpage/",
-      //   query: { id: "1" },
-      // });
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 3, },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
     },
     // 瀵煎叆鎸夐挳
diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue
index 91f90f7..3527647 100644
--- a/src/views/followvisit/outpatient/index.vue
+++ b/src/views/followvisit/outpatient/index.vue
@@ -834,30 +834,12 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 2, },
+      });
     },
-    /** 淇敼鎸夐挳鎿嶄綔 */
-    // handleUpdate(row) {
-    //   this.reset();
-    //   const userId = row.userId || this.ids;
-    //   getUser(userId).then((response) => {
-    //     this.form = response.data;
-    //     this.postOptions = response.posts;
-    //     this.roleOptions = response.roles;
-    //     this.$set(this.form, "postIds", response.postIds);
-    //     this.$set(this.form, "roleIds", response.roleIds);
-    //     this.addalteropen = true;
-    //     this.title = "淇敼鐢ㄦ埛";
-    //     this.form.password = "";
-    //   });
-    // },
+
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
     handleResetPwd(row) {
       this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
@@ -954,14 +936,11 @@
     },
     // 璺宠浆璇︽儏椤�
     Seedetails() {
-      // this.$router.push({
-      //   path: "/followvisit/record/detailpage/",
-      //   query: { id: "1" },
-      // });
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 2, },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
+
     },
     // 瀵煎叆鎸夐挳
     toleadExport() {},
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 86d5742..a58cf82 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -2,13 +2,57 @@
   <!-- 鑱婅繛椤甸潰璁板綍 -->
   <div class="Followupdetailspage">
     <div class="Followuserinfo">
-      <div class="userinfo-text">闅忚璇︽儏</div>
-      <div class="userinfo-value">
-        <span><i class="el-icon-user-solid"></i>鍚撮緳</span><span>鐢�</span
-        ><span><i class="el-icon-user-solid"></i>13803963330</span
-        ><span>鍑洪櫌鏃堕棿锛�:2023-03-29 08:57:57</span>
+      <div>
+        <div class="userinfo-text"><span>闅忚璇︽儏</span> <el-button type="success">闅忚鍚庣煭淇�</el-button></div>
+        
       </div>
-      <div><el-button type="success">闅忚鍚庣煭淇�</el-button></div>
+      <div>
+        <el-table :data="tableDatatop" style="width: 100%">
+          <el-table-column
+            prop="beneficiaryname"
+            align="center"
+            label="濮撳悕"
+          >
+          </el-table-column>
+          <el-table-column
+            prop="beneficiaryname"
+            align="center"
+            label="閫氱煡鐘舵��"
+          >
+          </el-table-column>
+          <el-table-column
+            prop="title"
+            align="center"
+            label="瀹屾垚鏃堕棿"
+            
+          >
+          </el-table-column>
+          <el-table-column
+            prop="idcardno"
+            align="center"
+            label="瀹℃牳鎰忚"
+           
+          >
+          </el-table-column>
+          <el-table-column prop="depositbank" align="center" label="闅忚鏂规">
+          </el-table-column>
+          <el-table-column
+            prop="bankcardno"
+            align="center"
+            label="鍛煎彨鐘舵��"
+            width="210"
+          >
+          </el-table-column>
+          <el-table-column prop="price" align="center" label="琚彨鍙风爜">
+          </el-table-column>
+          <el-table-column prop="quantity"  width="200" align="center" label="瀹℃牳鎰忚">
+          </el-table-column>
+          <el-table-column prop="amount"  width="200" align="center" label="閫氱煡缁撴灉">
+          </el-table-column>
+          <el-table-column prop="taxedamount"  width="200" align="center" label="鍖荤敓鎰忚">
+          </el-table-column>
+        </el-table>
+      </div>
     </div>
     <div>
       <el-tabs type="border-card">
@@ -75,6 +119,7 @@
       userid: "",
       input: "",
       radio: "2",
+      tableDatatop: [],
     };
   },
 
@@ -85,13 +130,21 @@
 </script>
 
 <style lang="scss" scoped>
+.Followupdetailspage {
+  margin: 10px;
+}
 .Followuserinfo {
   margin: 20px 10px;
-  display: flex;
   align-items: center;
+  padding: 30px;
+  background: #ffff;
+  border: 1px solid #dcdfe6;
+  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12),
+    0 0 6px 0 rgba(0, 0, 0, 0.04);
   .userinfo-text {
     font-size: 20px;
     margin-right: 20px;
+    margin-bottom: 10px;
   }
   .userinfo-value {
     color: rgb(15, 139, 211);
diff --git a/src/views/followvisit/record/index.vue b/src/views/followvisit/record/index.vue
index 87ee39a..6581aa5 100644
--- a/src/views/followvisit/record/index.vue
+++ b/src/views/followvisit/record/index.vue
@@ -95,7 +95,7 @@
             :disabled="single"
             @click="handleUpdate"
             v-hasPermi="['system:user:edit']"
-            >淇敼</el-button
+            >璇︽儏</el-button
           >
         </el-col>
         <el-col :span="1.5">
@@ -276,7 +276,7 @@
             <el-button
               size="medium"
               type="text"
-              @click="handleUpdate(scope.row)"
+              @click="handleDelete(scope.row)"
               v-hasPermi="['system:user:edit']"
               ><span class="button-sc"
                 ><i class="el-icon-delete"></i>鍒犻櫎</span
@@ -703,20 +703,16 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 1, },
+      });
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 1, },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
     },
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
diff --git a/src/views/patient/medtechnician/index.vue b/src/views/patient/medtechnician/index.vue
index 87ee39a..ced8d83 100644
--- a/src/views/patient/medtechnician/index.vue
+++ b/src/views/patient/medtechnician/index.vue
@@ -276,7 +276,7 @@
             <el-button
               size="medium"
               type="text"
-              @click="handleUpdate(scope.row)"
+              @click="handleDelete(scope.row)"
               v-hasPermi="['system:user:edit']"
               ><span class="button-sc"
                 ><i class="el-icon-delete"></i>鍒犻櫎</span
@@ -703,20 +703,16 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 1, },
+      });
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleUpdate(row) {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 1, },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
     },
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 6a53f9e..0f3e5ae 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -12,11 +12,11 @@
           v-model="activeName"
           @tab-click="handleClick"
         >
-          <el-tab-pane label="鍏ㄩ儴" name="first"></el-tab-pane>
+          <!-- <el-tab-pane label="鍏ㄩ儴" name="first"></el-tab-pane>
           <el-tab-pane label="鍦ㄩ櫌" name="Inhospital"></el-tab-pane>
           <el-tab-pane label="绂婚櫌" name="Discharge"></el-tab-pane>
           <el-tab-pane label="棰勭害" name="subscribe"></el-tab-pane>
-          <el-tab-pane label="宸叉" name="checked"></el-tab-pane>
+          <el-tab-pane label="宸叉" name="checked"></el-tab-pane> -->
           <el-tab-pane label="浣忛櫌鎮h��" name="behospitalized"></el-tab-pane>
           <el-tab-pane label="闂ㄨ瘖鎮h��" name="outpatient"></el-tab-pane>
           <el-tab-pane label="浣撴鎮h��" name="physical"></el-tab-pane>
diff --git a/src/views/patient/physical/index.vue b/src/views/patient/physical/index.vue
index 70609e8..2d4c184 100644
--- a/src/views/patient/physical/index.vue
+++ b/src/views/patient/physical/index.vue
@@ -795,30 +795,12 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 5 },
+      });
     },
-    /** 淇敼鎸夐挳鎿嶄綔 */
-    // handleUpdate(row) {
-    //   this.reset();
-    //   const userId = row.userId || this.ids;
-    //   getUser(userId).then((response) => {
-    //     this.form = response.data;
-    //     this.postOptions = response.posts;
-    //     this.roleOptions = response.roles;
-    //     this.$set(this.form, "postIds", response.postIds);
-    //     this.$set(this.form, "roleIds", response.roleIds);
-    //     this.addalteropen = true;
-    //     this.title = "淇敼鐢ㄦ埛";
-    //     this.form.password = "";
-    //   });
-    // },
+
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
     handleResetPwd(row) {
       this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
@@ -916,8 +898,8 @@
     // 璺宠浆璇︽儏椤�
     Seedetails() {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 5 },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
     },
     // 瀵煎叆鎸夐挳
diff --git a/src/views/patient/propaganda/index.vue b/src/views/patient/propaganda/index.vue
index 87ee39a..ef96e52 100644
--- a/src/views/patient/propaganda/index.vue
+++ b/src/views/patient/propaganda/index.vue
@@ -276,7 +276,7 @@
             <el-button
               size="medium"
               type="text"
-              @click="handleUpdate(scope.row)"
+              @click="handleDelete(scope.row)"
               v-hasPermi="['system:user:edit']"
               ><span class="button-sc"
                 ><i class="el-icon-delete"></i>鍒犻櫎</span
@@ -703,22 +703,19 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
-    },
-    /** 淇敼鎸夐挳鎿嶄綔 */
-    handleUpdate(row) {
       this.$router.push({
         path: "/followvisit/particty",
         query: { type: 1, },
       });
     },
+    /** 淇敼鎸夐挳鎿嶄綔 */
+    handleUpdate(row) {
+
+            this.$router.push({
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
+      });
+    },
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
     handleResetPwd(row) {
       this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
diff --git a/src/views/patient/questionnaire/index.vue b/src/views/patient/questionnaire/index.vue
index 327b358..2419f04 100644
--- a/src/views/patient/questionnaire/index.vue
+++ b/src/views/patient/questionnaire/index.vue
@@ -780,30 +780,12 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 6 },
+      });
     },
-    /** 淇敼鎸夐挳鎿嶄綔 */
-    // handleUpdate(row) {
-    //   this.reset();
-    //   const userId = row.userId || this.ids;
-    //   getUser(userId).then((response) => {
-    //     this.form = response.data;
-    //     this.postOptions = response.posts;
-    //     this.roleOptions = response.roles;
-    //     this.$set(this.form, "postIds", response.postIds);
-    //     this.$set(this.form, "roleIds", response.roleIds);
-    //     this.addalteropen = true;
-    //     this.title = "淇敼鐢ㄦ埛";
-    //     this.form.password = "";
-    //   });
-    // },
+
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
     handleResetPwd(row) {
       this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
diff --git a/src/views/patient/subsequent/index.vue b/src/views/patient/subsequent/index.vue
index ee23915..6eb7b8d 100644
--- a/src/views/patient/subsequent/index.vue
+++ b/src/views/patient/subsequent/index.vue
@@ -792,30 +792,12 @@
     },
     /** 鏂板鎸夐挳鎿嶄綔 */
     handleAdd() {
-      this.reset();
-      this.addalteropen = true;
-      // getUser().then((response) => {
-      //   this.postOptions = response.posts;
-      //   this.roleOptions = response.roles;
-      //   this.title = "鏂板闂ㄨ瘖闅忚";
-      //   this.form.password = this.initPassword;
-      // });
+      this.$router.push({
+        path: "/followvisit/particty",
+        query: { type: 4 },
+      });
     },
-    /** 淇敼鎸夐挳鎿嶄綔 */
-    // handleUpdate(row) {
-    //   this.reset();
-    //   const userId = row.userId || this.ids;
-    //   getUser(userId).then((response) => {
-    //     this.form = response.data;
-    //     this.postOptions = response.posts;
-    //     this.roleOptions = response.roles;
-    //     this.$set(this.form, "postIds", response.postIds);
-    //     this.$set(this.form, "roleIds", response.roleIds);
-    //     this.addalteropen = true;
-    //     this.title = "淇敼鐢ㄦ埛";
-    //     this.form.password = "";
-    //   });
-    // },
+
     /** 閲嶇疆瀵嗙爜鎸夐挳鎿嶄綔 */
     handleResetPwd(row) {
       this.$prompt('璇疯緭鍏�"' + row.userName + '"鐨勬柊瀵嗙爜', "鎻愮ず", {
@@ -913,8 +895,8 @@
     // 璺宠浆璇︽儏椤�
     Seedetails() {
       this.$router.push({
-        path: "/followvisit/particty",
-        query: { type: 4 },
+        path: "/followvisit/record/detailpage/",
+        query: { id: "1" },
       });
     },
     // 瀵煎叆鎸夐挳
diff --git a/vue.config.js b/vue.config.js
index 675412b..fa7b806 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,7 +36,7 @@
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target1: `http://192.168.1.4:8080`,
-        target:`http://localhost:8080`,
+        target:`http://localhost:8089`,
         // target: `http://www.hxsoft.com:8080`,
         changeOrigin: true,
         pathRewrite: {

--
Gitblit v1.9.3