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