Quellcode durchsuchen

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

csx vor 4 Jahren
Ursprung
Commit
d315078afd

+ 0 - 8
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Datei anzeigen

365
                                         <el-table-column label="规格" width="60">
365
                                         <el-table-column label="规格" width="60">
366
                                             <template slot-scope="scope">{{ scope.row.single_dose }}</template>
366
                                             <template slot-scope="scope">{{ scope.row.single_dose }}</template>
367
                                         </el-table-column>
367
                                         </el-table-column>
368
-                                        <el-table-column label="库存" width="60">
369
-                                            <template slot-scope="scope">
370
-                                                {{scope.row.total}}{{scope.row.total?scope.row.min_unit:''}} / {{
371
-                                                scope.row.total * (scope.row.dose / scope.row.min_number)}}
372
-                                                {{(scope.row.total * (scope.row.dose /
373
-                                                scope.row.min_number))?scope.row.max_unit:''}}
374
-                                            </template>
375
-                                        </el-table-column>
376
                                         <el-table-column label="单价" width="40">
368
                                         <el-table-column label="单价" width="40">
377
                                             <template slot-scope="scope">{{ scope.row.price }}</template>
369
                                             <template slot-scope="scope">{{ scope.row.price }}</template>
378
                                         </el-table-column>
370
                                         </el-table-column>

+ 3 - 1
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue Datei anzeigen

1297
                   single_dose_unit: temp3[b].drug.min_unit,
1297
                   single_dose_unit: temp3[b].drug.min_unit,
1298
                   prescribing_number_unit: temp3[b].drug.max_unit,
1298
                   prescribing_number_unit: temp3[b].drug.max_unit,
1299
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
1299
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
1300
+
1300
                 }
1301
                 }
1301
 
1302
 
1302
                 if (obj.prescribing_number == 0 || obj.prescribing_number.length == 0) {
1303
                 if (obj.prescribing_number == 0 || obj.prescribing_number.length == 0) {
1428
                     single_dose_unit: prescription.advices[b].single_dose_unit,
1429
                     single_dose_unit: prescription.advices[b].single_dose_unit,
1429
                     prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
1430
                     prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
1430
                     medical_insurance_number: prescription.advices[b].med_list_codg,
1431
                     medical_insurance_number: prescription.advices[b].med_list_codg,
1431
-                    id: prescription.advices[b].drug_id
1432
+                    id: prescription.advices[b].drug_id,
1433
+                    drug: prescription.advices[b].drug,
1432
                   }
1434
                   }
1433
                   tempAdvice.push(obj)
1435
                   tempAdvice.push(obj)
1434
                 }
1436
                 }