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
9828458826

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

301
                                             </template>
301
                                             </template>
302
                                         </el-table-column>
302
                                         </el-table-column>
303
                                         <el-table-column label="单价" width="40">
303
                                         <el-table-column label="单价" width="40">
304
-                                            <template slot-scope="scope">{{ scope.row.retail_price }}</template>
304
+                                            <template slot-scope="scope">{{ scope.row.min_price }}</template>
305
                                         </el-table-column>
305
                                         </el-table-column>
306
                                     </el-table>
306
                                     </el-table>
307
                                     <!-- <div>{{3*(2/3)}}</div> -->
307
                                     <!-- <div>{{3*(2/3)}}</div> -->
2700
                   delivery_way: temp2[b].delivery_way,
2700
                   delivery_way: temp2[b].delivery_way,
2701
                   execution_frequency: temp2[b].execution_frequency,
2701
                   execution_frequency: temp2[b].execution_frequency,
2702
                   number_days: temp2[b].number_days.toString(),
2702
                   number_days: temp2[b].number_days.toString(),
2703
-                  total: temp2[b].total,
2703
+                  total: 1,
2704
                   price: temp2[b].price,
2704
                   price: temp2[b].price,
2705
                   remark: '',
2705
                   remark: '',
2706
                   medical_code: temp2[b].medical_code,
2706
                   medical_code: temp2[b].medical_code,