瀏覽代碼

合并带嘛

csx 2 年之前
父節點
當前提交
3e4dbdc08e

+ 2 - 1
src/xt_pages/outpatientCharges/listPrint.vue 查看文件

59
         p_admin:{},
59
         p_admin:{},
60
         charge_admin:{},
60
         charge_admin:{},
61
         org_id:'',
61
         org_id:'',
62
+
62
         hospital_record:{}
63
         hospital_record:{}
63
       }
64
       }
64
     },
65
     },
583
                 '@media print {.listTitle{font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 20px;font-size: 14px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 10px;}.tableBottomOne{margin-right: 40px;}}'
584
                 '@media print {.listTitle{font-size: 24px;text-align: center;font-weight: bold;margin-bottom: 10px;}.listInfo{display: flex;font-size: 16px;justify-content: space-between;margin: 10px 0;} .listTable{width: 100%;text-align: center;border-collapse: collapse;line-height: 20px;font-size: 14px;border-color: #000;text-align:left;}.listTable tr td {padding: 0 5px;}.tableBottom{font-size: 16px;display: flex;margin-top: 10px;}.tableBottomOne{margin-right: 40px;}}'
584
             printJS({
585
             printJS({
585
               printable: 'list-print',
586
               printable: 'list-print',
586
-              type: 'html', 
587
+              type: 'html',
587
               style: style,
588
               style: style,
588
               scanStyles: false
589
               scanStyles: false
589
             })
590
             })

+ 1 - 1
src/xt_pages/stock/drugs/drugStockInOrderDetailPrint.vue 查看文件

51
                    <span>{{ item.warehousing_count }}</span>
51
                    <span>{{ item.warehousing_count }}</span>
52
               </td>
52
               </td>
53
               <td style="line-height: 18px">
53
               <td style="line-height: 18px">
54
-                <span>{{item.limax_unit}}</span>
54
+                <span>{{item.max_unit}}</span>
55
               </td>
55
               </td>
56
               <td style="line-height:18px">
56
               <td style="line-height:18px">
57
                   <span>{{(item.warehousing_count * item.price).toFixed(2)}}</span>
57
                   <span>{{(item.warehousing_count * item.price).toFixed(2)}}</span>

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

588
       if (dl > 0) {
588
       if (dl > 0) {
589
         for (let index = 0; index < dl; index++) {
589
         for (let index = 0; index < dl; index++) {
590
 
590
 
591
-          if (this.nurseOptions[index].id = start_nurse) {
591
+          if (this.nurseOptions[index].id == start_nurse) {
592
 
592
 
593
             return this.nurseOptions[index].name;
593
             return this.nurseOptions[index].name;
594
           }
594
           }