浏览代码

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

see999 4 年前
父节点
当前提交
9da98f9371

+ 4 - 0
src/store/modules/globalConfig.js 查看文件

1867
         id: 34,
1867
         id: 34,
1868
         name: '副'
1868
         name: '副'
1869
       },
1869
       },
1870
+      {
1871
+        id: 35,
1872
+        name: '本'
1873
+      },
1870
     ],
1874
     ],
1871
     body_fluid: [{
1875
     body_fluid: [{
1872
       id: 1,
1876
       id: 1,

+ 1 - 0
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue 查看文件

2898
             this.$message.error(response.data.msg)
2898
             this.$message.error(response.data.msg)
2899
             return false
2899
             return false
2900
           } else {
2900
           } else {
2901
+            console.log("切换数据", response.data.data.solution)
2901
             this.$message.success('切换成功')
2902
             this.$message.success('切换成功')
2902
             if (response.data.data.solution != null) {
2903
             if (response.data.data.solution != null) {
2903
               for (const key in response.data.data.solution) {
2904
               for (const key in response.data.data.solution) {

+ 2 - 2
src/xt_pages/user/dialysisRecord.vue 查看文件

331
               <th>透后称重(kg)</th>
331
               <th>透后称重(kg)</th>
332
               <th>透前血压(mmhg)</th>
332
               <th>透前血压(mmhg)</th>
333
               <th>透后血压(mmhg)</th>
333
               <th>透后血压(mmhg)</th>
334
-              <th>超滤量(L)</th>
334
+              <th>目标超滤量(L)</th>
335
               <th>血管通路</th>
335
               <th>血管通路</th>
336
               <th>抗凝剂种类 首剂/维持/总量</th>
336
               <th>抗凝剂种类 首剂/维持/总量</th>
337
               <th>透析器型号</th>
337
               <th>透析器型号</th>
361
                   }}
361
                   }}
362
                 </td>
362
                 </td>
363
                 <td>
363
                 <td>
364
-                  {{ item.predialysis_evaluation.ultrafiltration_amount }}
364
+                  {{ item.prescription.target_ultrafiltration }}
365
                 </td>
365
                 </td>
366
                 <td>{{ setVascularAccess(item.prescription) }}</td>
366
                 <td>{{ setVascularAccess(item.prescription) }}</td>
367
                 <td>{{ setAnticoagulantsConfit(item.prescription) }}</td>
367
                 <td>{{ setAnticoagulantsConfit(item.prescription) }}</td>