Browse Source

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

杨青 1 year ago
parent
commit
7d8ccf3d15

+ 2 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue View File

@@ -1023,7 +1023,7 @@
1023 1023
                       </div>
1024 1024
                     </div>
1025 1025
 
1026
-                    <div class="row" style="padding: 2px 0; line-height: 23px">
1026
+                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id!=10449">
1027 1027
                       <div class="inline_block">
1028 1028
                         透析液成分钾:
1029 1029
                         <div
@@ -1273,7 +1273,7 @@
1273 1273
                       </div>
1274 1274
                     </div>
1275 1275
 
1276
-                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id == 3877 || org_id == 10449">
1276
+                    <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id == 3877">
1277 1277
                       <div class="inline_block">
1278 1278
                         置换速度:
1279 1279
                         <div

+ 2 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue View File

@@ -1036,7 +1036,7 @@
1036 1036
                     </div>
1037 1037
                   </div>
1038 1038
 
1039
-                  <div class="row" style="padding: 2px 0; line-height: 23px">
1039
+                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id !=10449">
1040 1040
                     <div class="inline_block">
1041 1041
                       透析液成分钾:
1042 1042
                       <div
@@ -1284,7 +1284,7 @@
1284 1284
                   </div>
1285 1285
 
1286 1286
 
1287
-                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==0 || org_id == 3877 || org_id ==10449 || org_id == 9671">
1287
+                  <div class="row" style="padding: 2px 0; line-height: 23px" v-if="org_id ==0 || org_id == 3877  || org_id == 9671">
1288 1288
                     <div
1289 1289
                       class="inline_block"
1290 1290
                       style="margin-left: 20px"

+ 2 - 1
src/xt_pages/hospitalStation/components/deskPrescription.vue View File

@@ -2827,6 +2827,7 @@ export default {
2827 2827
           '-' +
2828 2828
           (nowDay < 10 ? '0' + nowDay : nowDay) + ' ' + (hours < 10 ? '0' + hours : hours) +
2829 2829
           ':' + (min < 10 ? '0' + min : min)
2830
+
2830 2831
       let obj = {
2831 2832
         id: 0,
2832 2833
         name: newTabName,
@@ -2834,7 +2835,7 @@ export default {
2834 2835
         advices: [],
2835 2836
         project: [],
2836 2837
         addition: [],
2837
-        pre_time: this.prescriptions[0].pre_time
2838
+        pre_time: nowTime
2838 2839
 
2839 2840
       }
2840 2841
 

+ 2 - 2
src/xt_pages/outpatientCharges/statementTemplate/printeEleven.vue View File

@@ -64,8 +64,8 @@
64 64
           <td width="6.1%">数量</td>
65 65
           <td width="8.1%">单价</td>
66 66
           <td width="8.1%">金额</td>
67
-          <!-- <td width="10.1%">医保标识</td> -->
68
-          <td width="10.1%">个人自付</td>
67
+           <td width="10.1%">医保标识</td>
68
+<!--          <td width="10.1%">个人自付</td>-->
69 69
 
70 70
         </tr>
71 71
         <!-- width="72.6%"  16.82%  16.1-->

+ 1 - 1
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

@@ -2944,7 +2944,7 @@ export default {
2944 2944
         advices: [],
2945 2945
         project: [],
2946 2946
         addition: [],
2947
-        pre_time: this.prescriptions[0].pre_time
2947
+        pre_time: nowTime
2948 2948
 
2949 2949
       }
2950 2950
 

+ 4 - 1
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

@@ -38,7 +38,10 @@
38 38
             <div style="margin-bottom: 10px">
39 39
               科室:{{ item.info ? getDepart(item.info.departments) : "" }}
40 40
             </div>
41
-            <div style="margin-bottom: 10px">
41
+            <div style="margin-bottom: 10px" v-if="org_id == 10537">
42
+              医保卡号:{{item.patient.id_card_no}}
43
+            </div>
44
+            <div style="margin-bottom: 10px" v-else>
42 45
               医保卡号:
43 46
             </div>
44 47
             <div style="margin-bottom: 10px" v-if="org_id != 10188">

+ 5 - 5
src/xt_pages/role/admin.vue View File

@@ -179,12 +179,12 @@
179 179
            
180 180
 
181 181
         
182
-         <!-- <el-button
182
+         <el-button
183 183
           type="primary"
184 184
           size="small"
185 185
           icon="el-icon-circle-plus-outline"
186 186
           style="float:left"
187
-          @click="toSendInformaton">发送短信验证码</el-button>  -->
187
+          @click="toSendInformaton">发送短信验证码</el-button> 
188 188
        
189 189
           
190 190
      </div>
@@ -271,7 +271,7 @@
271 271
               </el-button>
272 272
             </span> -->
273 273
 
274
-            <!-- <span>
274
+            <span>
275 275
               <el-button type="primary" size="small" @click="toQianShu(scope.row.user_id,scope.row.user_name)">
276 276
                     <span>创建签署人用户</span>
277 277
               </el-button>
@@ -287,7 +287,7 @@
287 287
               <el-button type="primary" size="small" @click="toShouQuan(scope.row.user_id,scope.row.user_name)">
288 288
                     <span>创建企业印章</span>
289 289
               </el-button>
290
-            </span> -->
290
+            </span>
291 291
             <el-tooltip
292 292
               class="item"
293 293
               effect="dark"
@@ -485,7 +485,7 @@
485 485
 
486 486
 <script>
487 487
 import { adminMainView, getAdmins, setAdminStatus,toSign,toTestOne,toTestTwo,toTestThree,toTestFour,toTestFive,toTestSeven,toTestEight,toTestNight,toTestTen,toTestElement,toTestThrityMent,saveEnterprise,getEnterPriseById,getMobileCode,savePersionEnterPrise,getPerseEnterPriseById,CreatePersionSeal,CreateNewEnterPrise,toTestThrity,toEndEnterPrise,getEnterPriseDetail
488
-  ,CreateQianshuUserName,toSendInformaton,CreateSKDSendInformation} from "@/api/role/admin";
488
+  ,CreateQianshuUserName,CreateSKDSendInformation} from "@/api/role/admin";
489 489
 import { getRoles } from "@/api/role/role";
490 490
 
491 491
 import { parseTime } from "@/utils";