see999 vor 3 Jahren
Ursprung
Commit
a4ee3e15db

+ 4 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue Datei anzeigen

@@ -3554,8 +3554,10 @@
3554 3554
         }
3555 3555
       },
3556 3556
       currentChange(currentRow, oldCurrentRow) {
3557
-        this.newPatientId = oldCurrentRow.id;
3558
-        this.patientid = oldCurrentRow.id;
3557
+        if(oldCurrentRow){
3558
+          this.newPatientId = oldCurrentRow.id;
3559
+          this.patientid = oldCurrentRow.id;
3560
+        }
3559 3561
         let isShowDailog = false
3560 3562
         for (let i = 0; i < this.prescriptions.length; i++) {
3561 3563
           if ((this.prescriptions[i].id == 0 && this.prescriptions[i].advices.length > 0) || (this.prescriptions[i].id == 0 && this.prescriptions[i].project.length > 0)) {

+ 1 - 0
src/xt_pages/stock/drugs/drugStockInOrderDetailPrint.vue Datei anzeigen

@@ -11,6 +11,7 @@
11 11
           <div style="font-size:22px;font-weight:bold;text-align:center;">{{ orgName }}</div>
12 12
           <div class="order-title" style="font-size:18px;padding-top:0;">药品入库登记表</div>
13 13
 
14
+          <div style="float: left;margin-bottom: 1px;">单据编号:{{WarehouseInfo.warehouse.warehousing_order}}</div>
14 15
           <div style="float: right;margin-bottom: 1px;">{{getDateTwo()}}</div>
15 16
 
16 17
           <table class="print-table" border="1">

+ 1 - 0
src/xt_pages/stock/drugs/drugStockOutOrderDetailPrint.vue Datei anzeigen

@@ -11,6 +11,7 @@
11 11
          <div class="order-yy-name" style="font-size:22px;font-weight:bold;letter-spacing:0px;">{{orgName}}</div>
12 12
           <div class="order-title" style="font-weight:500;font-size:18px;">药品出库登记表</div>
13 13
 
14
+          <div style="float: left;margin-bottom: 1px;">单据编号:{{warehousingOutInfo.info.warehouse_out_order_number}}</div>
14 15
           <div style="float: right;margin-bottom: 1px;">{{getDateTwo()}}</div>
15 16
 
16 17
           <table class="print-table" border="1">

+ 8 - 2
src/xt_pages/stock/stockInOrderDetailPrint.vue Datei anzeigen

@@ -15,9 +15,15 @@
15 15
                         <div style="font-size:22px;font-weight:bold;">{{ orgName }}</div>
16 16
                         <span style="font-weight:500;font-size:18px;">耗材入库登记单</span>
17 17
                     </div>
18
-                    <div style="text-align:right;margin-bottom:1px;font-size: 18px;">
19
-                      打印时间:{{time_now}}
18
+                    <div style="display:flex;justify-content: space-between;">
19
+                      <div style="text-align:left;margin-bottom:1px;font-size: 18px;">
20
+                        单据编号:{{WarehouseInfo.warehouse.warehousing_order}}
21
+                      </div>
22
+                      <div style="text-align:right;margin-bottom:1px;font-size: 18px;">
23
+                        打印时间:{{time_now}}
24
+                      </div>
20 25
                     </div>
26
+                    
21 27
                     <div class="table_panel">
22 28
                         <table class="table">
23 29
                             <thead>

+ 7 - 2
src/xt_pages/stock/stockOutOrderDetailPrint.vue Datei anzeigen

@@ -15,8 +15,13 @@
15 15
                         <div style="font-size:22px;font-weight:bold;">{{ orgName }}</div>
16 16
                         <span class="main_title">耗材出库登记单</span>
17 17
                     </div>
18
-                    <div style="text-align:right;margin-bottom:1px;font-size: 18px;">
19
-                      打印日期:{{time_now}}
18
+                    <div style="display:flex;justify-content: space-between;">
19
+                      <div style="text-align:left;margin-bottom:1px;font-size: 18px;">
20
+                        单据编号:{{warehousingOutInfo.info.warehouse_out_order_number}}
21
+                      </div>
22
+                      <div style="text-align:right;margin-bottom:1px;font-size: 18px;">
23
+                        打印日期:{{time_now}}
24
+                      </div>
20 25
                     </div>
21 26
                     <div class="table_panel">
22 27
                         <table class="table">