Преглед изворни кода

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

28169 пре 10 месеци
родитељ
комит
325d05233a

+ 0 - 3
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue Прегледај датотеку

@@ -1654,9 +1654,6 @@ export default {
1654 1654
       form['p_type'] = this.current_med_type
1655 1655
       form['diagnosis'] = this.form.diagnosis.join(',')
1656 1656
       form['sick_type'] = this.form.sick_type
1657
-      form['fapiao_code'] = this.form.fapiao_code
1658
-      form['fapiao_number'] = this.form.fapiao_number
1659
-
1660 1657
 
1661 1658
 
1662 1659
       form['ids'] = this.temp_ids

+ 1 - 1
src/xt_pages/outpatientCharges/summary.vue Прегледај датотеку

@@ -4063,7 +4063,7 @@ export default {
4063 4063
     },
4064 4064
 
4065 4065
     invoicePrint(obj) {
4066
-      if(this.$store.getters.xt_user.org_id == 10480){
4066
+      if(this.$store.getters.xt_user.org_id == 10480 || this.$store.getters.xt_user.org_id == 0){
4067 4067
         this.fapiao_number  = obj.fa_piao_number
4068 4068
         this.dialogfapiaoVisible = true
4069 4069
         this.targeOrderId = obj.id