소스 검색

3月27日杨青

杨青 2 년 전
부모
커밋
ead94fb575

+ 1 - 14
src/App.vue 파일 보기

@@ -59,18 +59,5 @@ export default {
59 59
 body .el-table th.gutter {
60 60
   display: table-cell !important;
61 61
 }
62
-*{  
63
-   -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
64
-   -webkit-user-select:none; /*webkit浏览器*/   
65
-   -khtml-user-select:none; /*早期浏览器*/   
66
-   -moz-user-select:none;/*火狐*/   
67
-   -ms-user-select:none; /*IE10*/   
68
-   user-select:none;   
69
-} 
70
-input{  
71
- -webkit-user-select:auto; /*webkit浏览器*/     
72
-}
73
-textarea{
74
- -webkit-user-select:auto; /*webkit浏览器*/
75
-}
62
+
76 63
 </style>

+ 1 - 31
src/xt_pages/outpatientCharges/statementTemplate/printTen.vue 파일 보기

@@ -285,7 +285,7 @@
285 285
               <td colspan="2" style="border: 1px solid gray;width: 150px;height: 30px;">{{info.hosp_part_amt}}</td>
286 286
             </tr>
287 287
           </table>
288
-          <div style="width: 51%; margin: 5px 90px; text-align: left;">
288
+          <div style="width: 51%; margin: 5px 100px; text-align: center;">
289 289
            <span style="display: inline-block;"> 备注:其它包含军转、财政、慈善、其他商报等支付来源</span>
290 290
           </div>
291 291
         </div>
@@ -374,35 +374,5 @@ export default {
374 374
   margin-bottom: 20px;
375 375
   padding: 20px 10px;
376 376
 }
377
-// *{
378
-//   padding:0;
379
-//   margin: 0;
380
-//   border: 0;
381
-// }
382
-// .print-content{
383
-//   display: flex;
384
-//   justify-content: center;
385
-//   flex-direction:column
386
-// }
387
-// h1{
388
-//   text-align: center;
389
-// }
390
-// .yiliao{
391
-//   display: inline-block;
392
-//   margin: 10px 80px 10px 0px ;
393
-// }
394
-// .print-tab{
395
-//   margin: 0px auto;
396
-// }
397
-// .jiesuan{
398
-//   border-collapse: collapse;
399
-//   text-align: center;
400
-// }
401
-// .jiesuan tr td{
402
-//   border: 1px solid gray;
403
-//   width: 150px;
404
-//   height: 30px;
405
-// }
406
-
407 377
 
408 378
 </style>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 3118
src/xt_pages/workforce/components/appointment.vue


+ 5 - 2
src/xt_pages/workforce/components/editTableData.vue 파일 보기

@@ -4761,7 +4761,7 @@ export default {
4761 4761
     async CreateSchedule(id, data) {
4762 4762
       this.creating_schedule = true;
4763 4763
       let response =await CreateSchedule(id, data)
4764
-
4764
+      this.dialogTableVisible=false
4765 4765
       if (response.data.state == 0) {
4766 4766
         this.$message.error(response.data.msg);
4767 4767
       } else {
@@ -5383,8 +5383,11 @@ export default {
5383 5383
         )
5384 5384
             .then(() => {
5385 5385
               this.CreateSchedule(this.currentData.patient_id, this.currentData);
5386
+              
5386 5387
             })
5387
-            .catch(() => {});
5388
+            .catch(() => {
5389
+              this.dialogTableVisible=false
5390
+            });
5388 5391
       } else {
5389 5392
         this.CreateSchedule(this.currentData.patient_id, this.currentData);
5390 5393
       }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 5828
src/xt_pages/workforce/editTableData.vue


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 3453
src/xt_pages/workforce/tableData.vue