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
ed141dbb38

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

2917
                 remark: '',
2917
                 remark: '',
2918
                 day: '1',
2918
                 day: '1',
2919
                 prescribing_number: temp3[b].prescribing_number,
2919
                 prescribing_number: temp3[b].prescribing_number,
2920
-                single_dose_unit: temp3[b].drug.dose_unit,
2920
+                single_dose_unit: temp3[b].drug.drug_dose_unit,
2921
                 prescribing_number_unit: temp3[b].drug.prescribing_number_unit,
2921
                 prescribing_number_unit: temp3[b].drug.prescribing_number_unit,
2922
                 medical_insurance_number: temp3[b].drug.medical_insurance_number
2922
                 medical_insurance_number: temp3[b].drug.medical_insurance_number
2923
               }
2923
               }

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

2900
                   remark: '',
2900
                   remark: '',
2901
                   day: '1',
2901
                   day: '1',
2902
                   prescribing_number: temp3[b].prescribing_number,
2902
                   prescribing_number: temp3[b].prescribing_number,
2903
-                  single_dose_unit: temp3[b].drug.dose_unit,
2903
+                  single_dose_unit: temp3[b].drug.drug_dose_unit,
2904
                   prescribing_number_unit: temp3[b].drug.prescribing_number_unit,
2904
                   prescribing_number_unit: temp3[b].drug.prescribing_number_unit,
2905
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
2905
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
2906
                 }
2906
                 }
3091
                    good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
3091
                    good_info[i].stock_count += good_info[i].good_stock_in[j].stock_count
3092
                 }
3092
                 }
3093
               }
3093
               }
3094
-               
3094
+
3095
               let obj = {
3095
               let obj = {
3096
                 id: good_info[i].id,
3096
                 id: good_info[i].id,
3097
                 project_name: good_info[i].good_name,
3097
                 project_name: good_info[i].good_name,

+ 3 - 3
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue View File

488
         let data = {
488
         let data = {
489
           'prescriptions': this.prescriptions
489
           'prescriptions': this.prescriptions
490
         }
490
         }
491
-        
491
+
492
         createdTemplate(params, data).then(response => {
492
         createdTemplate(params, data).then(response => {
493
           if (response.data.state == 1) {
493
           if (response.data.state == 1) {
494
             this.$message.success('保存成功')
494
             this.$message.success('保存成功')
987
                 this.prescriptions[i].addition[b].count = this.prescriptions[i].addition[b].count.toString()
987
                 this.prescriptions[i].addition[b].count = this.prescriptions[i].addition[b].count.toString()
988
               }
988
               }
989
             }
989
             }
990
-            
990
+
991
             let data = {
991
             let data = {
992
               'prescriptions': this.prescriptions
992
               'prescriptions': this.prescriptions
993
             }
993
             }
1481
                   remark: '',
1481
                   remark: '',
1482
                   day: 1,
1482
                   day: 1,
1483
                   prescribing_number: temp3[b].prescribing_number,
1483
                   prescribing_number: temp3[b].prescribing_number,
1484
-                  single_dose_unit: temp3[b].drug.min_unit,
1484
+                  single_dose_unit: temp3[b].drug.drug_dose_unit,
1485
                   prescribing_number_unit: temp3[b].drug.max_unit,
1485
                   prescribing_number_unit: temp3[b].drug.max_unit,
1486
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
1486
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
1487
 
1487