Browse Source

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

See999 4 years ago
parent
commit
7f0c0f01da

+ 4 - 4
package-lock.json View File

7943
     },
7943
     },
7944
     "normalize-wheel": {
7944
     "normalize-wheel": {
7945
       "version": "1.0.1",
7945
       "version": "1.0.1",
7946
-      "resolved": "http://registry.npm.taobao.org/normalize-wheel/download/normalize-wheel-1.0.1.tgz",
7946
+      "resolved": "https://registry.npmjs.org/normalize-wheel/-/normalize-wheel-1.0.1.tgz",
7947
       "integrity": "sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU="
7947
       "integrity": "sha1-rsiGr/2wRQcNhWRH32Ls+GFG7EU="
7948
     },
7948
     },
7949
     "normalize.css": {
7949
     "normalize.css": {
12948
       "dev": true
12948
       "dev": true
12949
     },
12949
     },
12950
     "ssf": {
12950
     "ssf": {
12951
-      "version": "0.10.2",
12952
-      "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.10.2.tgz",
12953
-      "integrity": "sha512-rDhAPm9WyIsY8eZEKyE8Qsotb3j/wBdvMWBUsOhJdfhKGLfQidRjiBUV0y/MkyCLiXQ38FG6LWW/VYUtqlIDZQ==",
12951
+      "version": "0.10.3",
12952
+      "resolved": "https://registry.npmjs.org/ssf/-/ssf-0.10.3.tgz",
12953
+      "integrity": "sha512-pRuUdW0WwyB2doSqqjWyzwCD6PkfxpHAHdZp39K3dp/Hq7f+xfMwNAWIi16DyrRg4gg9c/RvLYkJTSawTPTm1w==",
12954
       "requires": {
12954
       "requires": {
12955
         "frac": "~1.1.2"
12955
         "frac": "~1.1.2"
12956
       }
12956
       }

+ 2 - 2
package.json View File

47
     "dropzone": "5.2.0",
47
     "dropzone": "5.2.0",
48
     "echarts": "3.8.5",
48
     "echarts": "3.8.5",
49
     "element-ui": "^2.13.0",
49
     "element-ui": "^2.13.0",
50
-    "file-saver": "1.3.3",
50
+    "file-saver": "^1.3.3",
51
     "font-awesome": "4.7.0",
51
     "font-awesome": "4.7.0",
52
     "js-cookie": "2.2.0",
52
     "js-cookie": "2.2.0",
53
     "jsonlint": "1.6.3",
53
     "jsonlint": "1.6.3",
73
     "vue-splitpane": "1.0.2",
73
     "vue-splitpane": "1.0.2",
74
     "vuedraggable": "^2.16.0",
74
     "vuedraggable": "^2.16.0",
75
     "vuex": "3.0.1",
75
     "vuex": "3.0.1",
76
-    "xlsx": "^0.11.16"
76
+    "xlsx": "^0.11.19"
77
   },
77
   },
78
   "devDependencies": {
78
   "devDependencies": {
79
     "autoprefixer": "7.2.3",
79
     "autoprefixer": "7.2.3",

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentyOne.vue View File

352
                             <td width="70">透前体重:</td>
352
                             <td width="70">透前体重:</td>
353
                             <td width="50">
353
                             <td width="50">
354
                                 <div class="under-line">
354
                                 <div class="under-line">
355
-                                    &nbsp;{{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "/" }}
355
+                                    &nbsp;{{ predialysis.weight_before ? parseFloat(predialysis.weight_before - predialysis.additional_weight).toFixed(2) : "" }}
356
                                 </div>
356
                                 </div>
357
                             </td>
357
                             </td>
358
                             <td width="20">Kg</td>
358
                             <td width="20">Kg</td>
360
                             <td width="70">透后体重:</td>
360
                             <td width="70">透后体重:</td>
361
                             <td width="50">
361
                             <td width="50">
362
                                 <div class="under-line">
362
                                 <div class="under-line">
363
-                                    &nbsp;{{ afterdialysis.weight_after ? (afterdialysis.weight_after - afterdialysis.additional_weight) : "/" }}
363
+                                    &nbsp;{{ afterdialysis.weight_after ? (afterdialysis.weight_after - afterdialysis.additional_weight) : "" }}
364
                                 </div>
364
                                 </div>
365
                             </td>
365
                             </td>
366
                             <td width="20">Kg</td>
366
                             <td width="20">Kg</td>
717
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
717
               &nbsp;{{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
718
             </td>
718
             </td>
719
             <td>
719
             <td>
720
-              &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "/" }}
720
+              &nbsp;{{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
721
             </td>
721
             </td>
722
             <td>
722
             <td>
723
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}
723
               &nbsp;{{ monitor.venous_pressure ? monitor.venous_pressure : "" }}

+ 3 - 1
src/xt_pages/workforce/appointment.vue View File

436
           }
436
           }
437
           console.log(list)
437
           console.log(list)
438
           const data = this.formatJson(filterVal, list)
438
           const data = this.formatJson(filterVal, list)
439
+          console.log("data",data)
439
           const filename = '排班模版'
440
           const filename = '排班模版'
441
+         
440
           excel.export_json_to_excel({
442
           excel.export_json_to_excel({
441
             multiHeader,
443
             multiHeader,
442
             header,
444
             header,
446
           })
448
           })
447
           this.downloadLoading = false
449
           this.downloadLoading = false
448
         })
450
         })
449
-
451
+     
450
       }, formatJson(filterVal, jsonData) {
452
       }, formatJson(filterVal, jsonData) {
451
         return jsonData.map(v =>
453
         return jsonData.map(v =>
452
           filterVal.map(j => {
454
           filterVal.map(j => {