Commit e83e0914 authored by 刘怀志's avatar 刘怀志

68527 如果修改了药品的换算关系,在病历管理详情页面中,修改换算之前的历史药品数据的换算销售数量不应该跟着变化

parent 4f86a6d7
...@@ -600,7 +600,7 @@ color: #333333;" ...@@ -600,7 +600,7 @@ color: #333333;"
<el-table-column min-width="70" :show-overflow-tooltip="true" align="left" label="销售数量" prop="sallNum"> <el-table-column min-width="70" :show-overflow-tooltip="true" align="left" label="销售数量" prop="sallNum">
<template slot-scope="scope"> <template slot-scope="scope">
<span> <span>
{{ getSallNum(scope.row) }} {{ scope.row.sallNum? `${scope.row.sallNum}${scope.row.sallUnit}` : '-' }}
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment