|
@@ -1428,6 +1428,11 @@ class OrderEdit extends Component {
|
|
</View>
|
|
</View>
|
|
{/* 商品行 */}
|
|
{/* 商品行 */}
|
|
<View style={{ flexDirection: 'row' }}>
|
|
<View style={{ flexDirection: 'row' }}>
|
|
|
|
+ <View style={{ marginLeft: 10}}>
|
|
|
|
+ <Text style={{ fontSize: 13, lineHeight: 18, color: '#333' }}>
|
|
|
|
+ {(indexParent + 1)}
|
|
|
|
+ </Text>
|
|
|
|
+ </View>
|
|
<Image
|
|
<Image
|
|
source={{ uri: ImageBaseUrl + item.goodsImg } || png}
|
|
source={{ uri: ImageBaseUrl + item.goodsImg } || png}
|
|
style={{ width: 80, height: 80 }}
|
|
style={{ width: 80, height: 80 }}
|
|
@@ -1435,7 +1440,7 @@ class OrderEdit extends Component {
|
|
<View style={{ marginLeft: 10, flex: 1 }}>
|
|
<View style={{ marginLeft: 10, flex: 1 }}>
|
|
<View style={{flexDirection:'row'}}>
|
|
<View style={{flexDirection:'row'}}>
|
|
<Text style={{ fontSize: 13, lineHeight: 18, color: '#333',width:'90%' }}>
|
|
<Text style={{ fontSize: 13, lineHeight: 18, color: '#333',width:'90%' }}>
|
|
- {item.rowNum}--{item.goodsDisplayName}
|
|
|
|
|
|
+ {item.goodsDisplayName}
|
|
</Text>
|
|
</Text>
|
|
<TouchableOpacity onPress={() =>this.deleteGoodsFn(indexParent)}>
|
|
<TouchableOpacity onPress={() =>this.deleteGoodsFn(indexParent)}>
|
|
<Image
|
|
<Image
|