Pārlūkot izejas kodu

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

陈少旭 1 gadu atpakaļ
vecāks
revīzija
2300821f7a

+ 4 - 4
src/xt_pages/outpatientCharges/invoiceTemplate/printfifteen.vue Parādīt failu

@@ -5,14 +5,14 @@
5 5
             <!-- <div>{{ list.id_card_no }}</div> -->
6 6
         </div>
7 7
         <div style="display:flex;justify-content: space-between;">
8
-            <div  style="position: absolute;top:100px;left:250px;">{{ list.department_name }}</div>
8
+            <div  style="position: absolute;top:80px;left:250px;">{{ list.department_name }}</div>
9 9
             <div></div>
10 10
             <div>
11
-                <span style="position: absolute;top:80px;left:80px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,10) }}</span>
11
+                <span style="position: absolute;top:60px;left:120px;">{{ paramsObj.setl_time.split(' ')[0].slice(0,10) }}</span>
12 12
             </div>
13 13
         </div>
14 14
         <div style="display:flex;justify-content: space-between;">
15
-            <div style="position: absolute;top:100px;left:80px;"> {{ paramsObj.name }}</div>
15
+            <div style="position: absolute;top:80px;left:80px;"> {{ paramsObj.name }}</div>
16 16
 
17 17
         </div>
18 18
 
@@ -39,7 +39,7 @@
39 39
         <div style="position: absolute;top:300px;left:300px">个人自费 {{ list.psn_cash_money }}</div> -->
40 40
         <div>
41 41
             <!-- <div style="position: absolute;top:320px;left:120px">{{ org_name }}</div> -->
42
-            <div style="position: absolute;top:340px;left:120px">{{ paramsObj.chargeName }}</div>
42
+            <div style="position: absolute;top:320px;left:120px">{{ paramsObj.chargeName }}</div>
43 43
         </div>
44 44
     </div>
45 45
 </template>

+ 59 - 6
src/xt_pages/workforce/components/editTableData.vue Parādīt failu

@@ -40,7 +40,7 @@
40 40
             <!-- 拖拽dragstart -->
41 41
             <div
42 42
                 draggable="true"
43
-                class="item"
43
+                class="item_touz"
44 44
                 style="font-weight: bolder"
45 45
                 @dragstart="curInfoDragStart()"
46 46
             >
@@ -74,6 +74,9 @@
74 74
                 <span v-if="scope.row.is_infectious != 2" >
75 75
                   {{scope.row.name  }}
76 76
                 </span>
77
+                <!-- <span class="touxi_cishu"  @click="chishuclick(scope.row.name)">
78
+                  0/4
79
+                </span> -->
77 80
              </template>
78 81
             </el-table-column>
79 82
           </el-table>
@@ -1760,6 +1763,40 @@
1760 1763
         <el-button @click="tipDialogVisibleThree = false">取 消</el-button>
1761 1764
       </span>
1762 1765
     </el-dialog>
1766
+    <!-- 显示透析日期的弹窗 -->
1767
+    <el-dialog
1768
+      :title="'患者信息(姓名:'+Dialysis_patient+'、透析号:'+20011120+')'"
1769
+      :visible.sync="cishu_dialogVisible"
1770
+      width="50%"
1771
+      :modal-append-to-body='false'
1772
+      :close-on-click-modal="false">
1773
+      <div>
1774
+        <div style="line-height: 40px;">
1775
+          透析频率:HD(每周2次)
1776
+        </div>
1777
+        <div style="line-height: 40px;">
1778
+          已排详情
1779
+        </div>
1780
+        <div>
1781
+          <el-calendar>
1782
+            <!-- 这里使用的是 2.5 slot 语法,对于新项目请使用 2.6 slot 语法-->
1783
+            <template
1784
+              slot="dateCell"
1785
+              slot-scope="{date, data}">
1786
+              <P v-if="data.day.split('-').slice(1).join('-')=='11-27'"
1787
+                style="background: red;color: white;text-align: center;">
1788
+                HD
1789
+              </P>
1790
+              <p :class="data.isSelected ? 'is-selected' : ''" style="text-align: center;">
1791
+                {{ data.day.split('-').slice(2).join('-') }} {{ data.isSelected ? '✔️' : ''}}<br/>
1792
+                <span v-if="data.day.split('-').slice(1).join('-')=='11-27'">上午 门诊</span>
1793
+              </p>
1794
+              
1795
+            </template>
1796
+          </el-calendar>
1797
+        </div>
1798
+      </div>
1799
+    </el-dialog>
1763 1800
 
1764 1801
   </div>
1765 1802
 </template>
@@ -1858,6 +1895,8 @@ export default {
1858 1895
       schedulingTableVisible:true,//全屏
1859 1896
       tipDialogVisibleTwo:false,
1860 1897
       tipDialogVisibleThree:false,
1898
+      cishu_dialogVisible:false,//透析次数
1899
+      Dialysis_patient:'',
1861 1900
       cur_date:"",
1862 1901
       dataloading:false,
1863 1902
       current_patient_data:[],
@@ -2181,6 +2220,12 @@ export default {
2181 2220
     },
2182 2221
   },
2183 2222
   methods: {
2223
+    // 透析次数
2224
+    chishuclick(row){
2225
+      this.cishu_dialogVisible=true
2226
+      console.log('ddddddd',row);
2227
+      this.Dialysis_patient=row
2228
+    },
2184 2229
 
2185 2230
     changeSch(row) {
2186 2231
       let params = {
@@ -5726,6 +5771,13 @@ textarea{
5726 5771
     background-color: #ecf5ff !important;
5727 5772
     color: #3a8ee6;
5728 5773
   }
5774
+  .touxi_cishu{
5775
+    display: inline-block;
5776
+    border: 1px solid #409eff;
5777
+    width: 30px;
5778
+    text-align: center;
5779
+    border-radius: 10px;
5780
+  }
5729 5781
 }
5730 5782
 .el-table td .cell,.el-table th .cell {
5731 5783
     padding: 0 0px ;
@@ -5896,24 +5948,25 @@ textarea{
5896 5948
 .col + .col {
5897 5949
   margin-left: 10px;
5898 5950
 }
5899
-.item {
5900
-  /* width: 115px;
5951
+.item_touz {
5952
+  width: 115px;
5901 5953
   padding: 6px 5px;
5902 5954
   margin: 0px 5px ;
5903 5955
   border: solid 1px #eee;
5904 5956
   background-color: #409eff;
5905 5957
   text-align: left;
5906
-  color: #fff; */
5958
+  color: #fff;
5907 5959
 }
5908
-.item + .item {
5960
+.item_touz + .item_touz {
5909 5961
   border-top: none;
5910 5962
   margin-top: 6px;
5911 5963
 }
5912 5964
 
5913
-.item:hover {
5965
+.item_touz:hover {
5914 5966
   background-color: #5695d4;
5915 5967
   cursor: move;
5916 5968
 }
5969
+
5917 5970
 .item2 {
5918 5971
   padding: 6px 12px;
5919 5972
   margin: 0px 10px 0px 10px;