Browse Source

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

XMLWAN 3 years ago
parent
commit
0f1c2a8924

+ 1 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

151
                                                     </div>
151
                                                     </div>
152
                                                     </el-tab-pane>
152
                                                     </el-tab-pane>
153
 
153
 
154
-                                                    
154
+
155
 
155
 
156
                                                     <prescription-table ref="prescription_tables"
156
                                                     <prescription-table ref="prescription_tables"
157
                                                                         :prescription="items.curPrescriptions"></prescription-table>
157
                                                                         :prescription="items.curPrescriptions"></prescription-table>
700
       }
700
       }
701
     },
701
     },
702
     created() {
702
     created() {
703
-      var xml=new ActiveXObject("yinhai.yh_hb_sctr")
704
-      console
705
       const tableHeight = document.body.clientHeight - 290
703
       const tableHeight = document.body.clientHeight - 290
706
       this.tableHeight = tableHeight
704
       this.tableHeight = tableHeight
707
       var nowDate = new Date()
705
       var nowDate = new Date()

+ 0 - 1
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

1376
                     medical_code: prescription.project[b].project.medical_code,
1376
                     medical_code: prescription.project[b].project.medical_code,
1377
                     unit: prescription.project[b].project.unit,
1377
                     unit: prescription.project[b].project.unit,
1378
                     type: prescription.project[b].type,
1378
                     type: prescription.project[b].type,
1379
-                    groupno: prescription.advices[b].groupno
1380
 
1379
 
1381
                   }
1380
                   }
1382
 
1381
 

+ 1 - 2
src/xt_pages/outpatientRegistration/index.vue View File

1542
 
1542
 
1543
           }
1543
           }
1544
         }
1544
         }
1545
-      }
1546
-      ,
1545
+      },
1547
       changeName(id) {
1546
       changeName(id) {
1548
         this.form.sex = ''
1547
         this.form.sex = ''
1549
         this.form.age = ''
1548
         this.form.age = ''