Procházet zdrojové kódy

Merge remote-tracking branch 'origin/20230223_pc_vue_new_branch' into 20230223_pc_vue_new_branch

yq1 před 1 rokem
rodič
revize
eec607bd2f

Diff nebyl zobrazen, protože je příliš veliký
+ 726 - 726
package-lock.json


+ 2 - 108
src/xt_pages/dialysis/template/DialysisPrintOrderFiftyThree.vue Zobrazit soubor

@@ -1289,18 +1289,6 @@
1289 1289
                   <td style="height: 20px" width="90">
1290 1290
                     <p style="height: 20px; line-height: 20px">核对</p>
1291 1291
                   </td>
1292
-                  <!-- <td style="height: 20px" width="144">
1293
-                    <p style="height: 20px; line-height: 20px">上次透后体重</p>
1294
-                  </td> -->
1295
-                  <!-- <td style="height: 20px" width="60">
1296
-                    {{
1297
-                      patientInfo.total_dialysis +
1298
-                        patientInfo.user_sys_before_count >
1299
-                      0
1300
-                        ? patientInfo.user_sys_before_count
1301
-                        : "/"
1302
-                    }}kg
1303
-                  </td> -->
1304 1292
                 </tr>
1305 1293
               </table>
1306 1294
             </td>
@@ -1310,7 +1298,7 @@
1310 1298
             :key="advice_index"
1311 1299
             style="transform: translateY(3px)"
1312 1300
           >
1313
-            <td>
1301
+            <td v-if="advice.advice_name!=''">
1314 1302
               <table class="print-table" border="1">
1315 1303
                 <tr>
1316 1304
                   <td width="60">
@@ -1364,21 +1352,6 @@
1364 1352
                       getTime(advice.execution_time, "{h}:{i}")
1365 1353
                     }}</span>
1366 1354
                   </td>
1367
-                  <!-- <td
1368
-                    style="line-height: 30px"
1369
-                    width="90"
1370
-                    v-if="org_id == 10249 || org_id == 0"
1371
-                  >
1372
-                    <span v-if="setAdminUserES(advice.advice_doctor) == ''">
1373
-                      {{ getAdminUser(advice.advice_doctor) }}
1374
-                    </span>
1375
-                    <img
1376
-                      style="height: 30px"
1377
-                      :src="setAdminUserES(advice.advice_doctor)"
1378
-                      alt=""
1379
-                      srcset=""
1380
-                    />
1381
-                  </td> -->
1382 1355
                   <td style="line-height: 10px" width="90">
1383 1356
                     <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
1384 1357
                       getAdminUser(advice.execution_staff)
@@ -1404,86 +1377,7 @@
1404 1377
                     />
1405 1378
                   </td>
1406 1379
 
1407
-                  <!-- <td v-if="advice_index === 0" width="145">透前体重:</td> -->
1408
-                  <!-- <td v-if="advice_index === 0" width="60">
1409
-                    {{
1410
-                      patientInfo.total_dialysis +
1411
-                        patientInfo.user_sys_before_count >
1412
-                      0
1413
-                        ? patientInfo.user_sys_before_count
1414
-                        : "/"
1415
-                    }}kg
1416
-                  </td> -->
1417
-                  <!-- <td v-if="advice_index === 1" width="145">体重增加量:</td> -->
1418
-                  <!-- <td v-if="advice_index === 1" width="60">
1419
-                    {{
1420
-                      assessmentafter.weight_after == 0 ||
1421
-                      predialysis.weight_before == 0
1422
-                        ? 0
1423
-                        : (
1424
-                            predialysis.weight_before -
1425
-                            assessmentafter.weight_after
1426
-                          ).toFixed(2)
1427
-                    }}kg
1428
-                  </td> -->
1429
-                  <!-- <td v-if="advice_index === 2" width="145">干体重(DW):</td> -->
1430
-                  <!-- <td v-if="advice_index === 2" width="60">
1431
-                    {{
1432
-                      patientInfo.total_dialysis +
1433
-                        patientInfo.user_sys_before_count >
1434
-                      0
1435
-                        ? predialysis.user_sys_before_count
1436
-                        : "/"
1437
-                    }}kg
1438
-                  </td> -->
1439
-                  <!-- <td v-if="advice_index === 3" width="145">较干体重增加量:</td> -->
1440
-                  <!-- <td v-if="advice_index === 3" width="60">
1441
-                    {{
1442
-                      patientInfo.total_dialysis +
1443
-                        patientInfo.user_sys_before_count >
1444
-                        0 && afterdialysis.weight_after != 0
1445
-                        ? (
1446
-                            afterdialysis.weight_after - predialysis.dry_weight
1447
-                          ).toFixed(2)
1448
-                        : 0
1449
-                    }}kg
1450
-                  </td> -->
1451
-                  <!-- <td v-if="advice_index === 4" width="145">机器显示脱水量:</td>
1452
-                  <td v-if="advice_index === 4" width="60">
1453
-                    {{
1454
-                      patientInfo.total_dialysis +
1455
-                        patientInfo.user_sys_before_count >
1456
-                      0
1457
-                        ? afterdialysis.actual_ultrafiltration
1458
-                        : "/"
1459
-                    }}ml
1460
-                  </td> -->
1461
-                  <!-- <td v-if="advice_index === 5" width="145">透后体重:</td>
1462
-                  <td v-if="advice_index === 5" width="60">
1463
-                    {{
1464
-                      patientInfo.total_dialysis +
1465
-                        patientInfo.user_sys_before_count >
1466
-                      0
1467
-                        ? afterdialysis.weight_after
1468
-                        : "/"
1469
-                    }}kg
1470
-                  </td>
1471
-                  <td v-if="advice_index === 6" width="145">
1472
-                    本次透析体重下降量:
1473
-                  </td>
1474
-                  <td v-if="advice_index === 6" width="60">
1475
-                    {{
1476
-                      afterdialysis.weight_after == 0 ||
1477
-                      predialysis.weight_before == 0
1478
-                        ? 0
1479
-                        : (
1480
-                            predialysis.weight_before -
1481
-                            afterdialysis.weight_after
1482
-                          ).toFixed(2)
1483
-                    }}kg
1484
-                  </td> -->
1485
-                  <!-- <td v-if="advice_index > 6" width="145"></td>
1486
-                  <td v-if="advice_index > 6" width="60"></td> -->
1380
+                 
1487 1381
                 </tr>
1488 1382
               </table>
1489 1383
             </td>

+ 6 - 0
src/xt_pages/stock/stockFlow.vue Zobrazit soubor

@@ -96,6 +96,12 @@
96 96
              {{getTime(scope.row.ctime)}}
97 97
            </template>
98 98
         </el-table-column>
99
+
100
+        <el-table-column prop="drug_name" label="出库日期" align="center">
101
+           <template slot-scope="scope">
102
+             {{getTime(scope.row.system_time)}}
103
+           </template>
104
+        </el-table-column>
99 105
         <el-table-column prop="drug_name" label="仓库名称"  align="center">
100 106
            <template slot-scope="scope">
101 107
              <span>{{getHouseName(scope.row.storehouse_id)}}</span>