Browse Source

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

csx 3 years ago
parent
commit
d315078afd

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

@@ -365,14 +365,6 @@
365 365
                                         <el-table-column label="规格" width="60">
366 366
                                             <template slot-scope="scope">{{ scope.row.single_dose }}</template>
367 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 368
                                         <el-table-column label="单价" width="40">
377 369
                                             <template slot-scope="scope">{{ scope.row.price }}</template>
378 370
                                         </el-table-column>

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

@@ -1297,6 +1297,7 @@
1297 1297
                   single_dose_unit: temp3[b].drug.min_unit,
1298 1298
                   prescribing_number_unit: temp3[b].drug.max_unit,
1299 1299
                   medical_insurance_number: temp3[b].drug.medical_insurance_number
1300
+
1300 1301
                 }
1301 1302
 
1302 1303
                 if (obj.prescribing_number == 0 || obj.prescribing_number.length == 0) {
@@ -1428,7 +1429,8 @@
1428 1429
                     single_dose_unit: prescription.advices[b].single_dose_unit,
1429 1430
                     prescribing_number_unit: prescription.advices[b].prescribing_number_unit,
1430 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 1435
                   tempAdvice.push(obj)
1434 1436
                 }