Procházet zdrojové kódy

Merge branch 'superman' of http://git.shengws.com/zhangbj/xt_vue into superman

See999 před 4 roky
rodič
revize
081759a06d

+ 4 - 6
src/xt_pages/data/prescription.vue Zobrazit soubor

@@ -134,16 +134,14 @@
134 134
                   </el-form-item>
135 135
                 </el-col>
136 136
                 <el-col :span="8" v-if="anticoagulant.gaimingcheng != -1">
137
-                  <el-form-item :label="'钙('+anticoagulant.gaimingcheng_unit+'): '" prop="anticoagulant_gaimingcheng">
137
+                  <el-form-item label="钙名称:" prop="anticoagulant_gaimingcheng">
138 138
                     <el-input v-model="addPlan.anticoagulant_gaimingcheng"
139
-                              :disabled="anticoagulant.gaimingcheng==1?false:true"
140
-                              placeholder="钙名称"></el-input>
139
+                              :disabled="anticoagulant.gaimingcheng==1?false:true" placeholder="钙名称"></el-input>
141 140
                   </el-form-item>
142 141
                 </el-col>
143 142
                 <el-col :span="8" v-if="anticoagulant.gaijiliang != -1">
144
-                  <el-form-item prop="anticoagulant_gaijiliang">
145
-                    <el-input v-model="addPlan.anticoagulant_gaijiliang"
146
-                              :disabled="anticoagulant.gaijiliang==1?false:true"
143
+                  <el-form-item  :label="'钙剂量('+anticoagulant.gaimingcheng_unit+'): '"  prop="anticoagulant_gaijiliang">
144
+                    <el-input v-model="addPlan.anticoagulant_gaijiliang" :disabled="anticoagulant.gaijiliang==1?false:true"
147 145
                               placeholder="钙剂量"></el-input>
148 146
                   </el-form-item>
149 147
                 </el-col>

Diff nebyl zobrazen, protože je příliš veliký
+ 418 - 2012
src/xt_pages/dialysis/template/DialysisPrintOrderSeven.vue


+ 8 - 8
src/xt_pages/upload/fast/One.vue Zobrazit soubor

@@ -735,17 +735,17 @@ export default {
735 735
             );
736 736
           } else {
737 737
             console.log("patient get err state");
738
-            this.$notify.error({
739
-              title: "错误",
740
-              message: "网络异常"
741
-            });
738
+            // this.$notify.error({
739
+            //   title: "错误",
740
+            //   message: "网络异常"
741
+            // });
742 742
           }
743 743
         })
744 744
         .catch(err => {
745
-          this.$notify.error({
746
-            title: "错误",
747
-            message: "网络异常"
748
-          });
745
+          // this.$notify.error({
746
+          //   title: "错误",
747
+          //   message: "网络异常"
748
+          // });
749 749
         });
750 750
     },
751 751
     fetchAllAdminUsers() {

+ 2 - 2
src/xt_pages/user/dialysisSolution.vue Zobrazit soubor

@@ -253,13 +253,13 @@
253 253
             </el-form-item>
254 254
           </el-col>
255 255
           <el-col :span="8" v-if="anticoagulant.gaimingcheng != -1&&isShows('钙名称')">
256
-            <el-form-item :label="'钙('+anticoagulant.gaimingcheng_unit+'): '" prop="anticoagulant_gaimingcheng">
256
+            <el-form-item label="钙名称:" prop="anticoagulant_gaimingcheng">
257 257
               <el-input v-model="addPlan.anticoagulant_gaimingcheng"
258 258
                         :disabled="anticoagulant.gaimingcheng==1?false:true" placeholder="钙名称"></el-input>
259 259
             </el-form-item>
260 260
           </el-col>
261 261
           <el-col :span="8" v-if="anticoagulant.gaijiliang != -1&&isShows('钙剂量')">
262
-            <el-form-item prop="anticoagulant_gaijiliang">
262
+            <el-form-item  :label="'钙剂量('+anticoagulant.gaimingcheng_unit+'): '"  prop="anticoagulant_gaijiliang">
263 263
               <el-input v-model="addPlan.anticoagulant_gaijiliang" :disabled="anticoagulant.gaijiliang==1?false:true"
264 264
                         placeholder="钙剂量"></el-input>
265 265
             </el-form-item>

+ 1 - 3
src/xt_pages/user/doctorAdvice.vue Zobrazit soubor

@@ -139,7 +139,6 @@
139 139
           type="selection"
140 140
           fixed
141 141
         ></el-table-column>
142
-
143 142
         <!--<el-table-column type="index" :index="indexMethod"  label="序号" width="60px" align="center"></el-table-column>-->
144 143
         <el-table-column
145 144
           label="期效"
@@ -1912,7 +1911,6 @@ import {
1912 1911
   getDoctorAdviceList,
1913 1912
   StopDoctorAdvice,
1914 1913
   StopGroupAdvice,
1915
-  getPrintInfo
1916 1914
 } from "@/api/advice";
1917 1915
 
1918 1916
 import { fetchPatient, PostRemind } from "@/api/patient";
@@ -4109,7 +4107,7 @@ export default {
4109 4107
       var id = 0;
4110 4108
       var parentid = 0;
4111 4109
       for (const i in this.multipleSelection) {
4112
-        arr.push(this.multipleSelection[i].id);
4110
+        arr.push(this.multipleSelection[i]);
4113 4111
         id = this.multipleSelection[i].patient_id;
4114 4112
         parentid = this.multipleSelection[i].parent_id;
4115 4113
       }