|
@@ -289,24 +289,34 @@ export default class Grid extends React.Component {
|
|
|
>
|
|
|
库存:{ScaleUtil(item[this.props.invenKey])}(件)
|
|
|
</Text> */}
|
|
|
- <View
|
|
|
+ {/* <View
|
|
|
style = {{
|
|
|
flexDirection: 'row',
|
|
|
justifyContent: 'space-between',
|
|
|
- }}>
|
|
|
- <Text style={{fontSize:12}}>
|
|
|
+ }}> */}
|
|
|
+ <Text style={{
|
|
|
+ fontSize: 13,
|
|
|
+ color: '#999',
|
|
|
+ lineHeight: 18,
|
|
|
+ marginTop: 2,
|
|
|
+ }}>
|
|
|
{'型号:'+(item.model?(item.model.length>10?item.model.substr(0,10):item.model):"")}
|
|
|
</Text>
|
|
|
- </View>
|
|
|
- <View
|
|
|
+ {/* </View> */}
|
|
|
+ {/* <View
|
|
|
style = {{
|
|
|
flexDirection: 'row',
|
|
|
justifyContent: 'space-between',
|
|
|
- }}>
|
|
|
- <Text style={{fontSize:12}}>
|
|
|
+ }}> */}
|
|
|
+ <Text style={{
|
|
|
+ fontSize: 13,
|
|
|
+ color: '#999',
|
|
|
+ lineHeight: 18,
|
|
|
+ marginTop: 2,
|
|
|
+ }}>
|
|
|
{'规格:'+(item.specification?(item.specification.split("/")[0]+"/"+item.basicUnitName):"")}
|
|
|
</Text>
|
|
|
- </View>
|
|
|
+ {/* </View> */}
|
|
|
<View
|
|
|
style={{
|
|
|
flexDirection: 'row',
|