Commit fa3e195f by 修福龙

修改收银台界面

parent 48118b3e
...@@ -282,9 +282,10 @@ class VerticalPage extends Component { ...@@ -282,9 +282,10 @@ class VerticalPage extends Component {
style={{ style={{
fontSize: 20, fontSize: 20,
textDecorationLine: 'line-through', textDecorationLine: 'line-through',
color: '#999999',
marginRight: 5,
}}> }}>
{NP.round(item.prePrice, 2).toFixed(2)}/ {NP.round(item.prePrice, 2).toFixed(2)}
<Text style={{fontSize: 20}}>{item.unit}</Text>
</Text> </Text>
<Text style={{fontSize: 25, color: colors.textXSActive}}> <Text style={{fontSize: 25, color: colors.textXSActive}}>
{NP.round(item.price, 2).toFixed(2)}/ {NP.round(item.price, 2).toFixed(2)}/
......
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