Browse Source

新分支

28169 1 year ago
parent
commit
88ec2a9b0c

+ 18 - 0
src/api/role/admin.js View File

@@ -283,3 +283,21 @@ export function UploadPrintOrder(data){
283 283
     data:data,
284 284
   })
285 285
 }
286
+
287
+export function CreateQianshuUserName(data){
288
+  
289
+  return request({
290
+    url:"/api/device/createqianshuusername",
291
+    method:"Post",
292
+    data:data,
293
+  })
294
+}
295
+
296
+export function CreateSKDSendInformation(data){
297
+  
298
+  return request({
299
+    url:"/api/device/createskdsendinformation",
300
+    method:"Post",
301
+    data:data,
302
+  })
303
+}

+ 1 - 1
src/xt_pages/dialysis/dialysisPrintOrder.vue View File

@@ -2898,7 +2898,7 @@ export default {
2898 2898
     },
2899 2899
   },
2900 2900
   created() {
2901
-    console.log("hhahahhahahahah=======",this.org_template_info.template_id)
2901
+    // console.log("hhahahhahahahah=======",this.org_template_info.template_id)
2902 2902
     console.log("this.$store.getters.xt_user.org.id",this.$store.getters.xt_user.org.id)
2903 2903
     var schedule_type_selected = this.$store.getters.schedule_type_selected;
2904 2904
     var zone_selected = this.$store.getters.zone_selected;

+ 15 - 3
src/xt_pages/qcd/basicInformationAnalysis.vue View File

@@ -174,10 +174,10 @@
174 174
                     <p>HDF+HP:{{item.count}}次({{(item.count/total*100).toFixed(2)}}%)</p>
175 175
                     <el-progress :percentage="(item.count/total*100).toFixed(2)"></el-progress>
176 176
                   </span>
177
-                  <span v-if="item.mode_id == 'HFHD+HP'">
178
-                      <p>HFHD+HP:{{item.count}}次({{(item.count/total*100).toFixed(2)}}%)</p>
177
+                  <!-- <span v-if="item.mode_id == 'HFHD+HD'">
178
+                      <p>HFHD+HD:{{item.count}}次({{(item.count/total*100).toFixed(2)}}%)</p>
179 179
                       <el-progress :percentage="(item.count/total*100).toFixed(2)"></el-progress>
180
-                  </span>
180
+                  </span> -->
181 181
                    <span v-if="item.mode_id == '腹水回输'">
182 182
                       <p>腹水回输:{{item.count}}次({{(item.count/total*100).toFixed(2)}}%)</p>
183 183
                       <el-progress :percentage="(item.count/total*100).toFixed(2)"></el-progress>
@@ -1032,6 +1032,18 @@ export default {
1032 1032
             if(modedate[i].mode_id == 28){
1033 1033
               modedate[i].mode_id = "CVVHDF"
1034 1034
             }
1035
+            if(modedate[i].mode_id == 29){
1036
+              modedate[i].mode_id = "PE"
1037
+            }
1038
+            if(modedate[i].mode_id == 30){
1039
+              modedate[i].mode_id = "血浆胆红素吸附+HP"
1040
+            }
1041
+            if(modedate[i].mode_id == 31){
1042
+              modedate[i].mode_id = "HPD"
1043
+            }
1044
+            if(modedate[i].mode_id == 32){
1045
+              modedate[i].mode_id = "HDP"
1046
+            }
1035 1047
             this.modetype = modedate
1036 1048
 
1037 1049
             // this.modesData.xAxis.push(modedate[i].mode_id)