|
@@ -89,18 +89,14 @@
|
|
|
<text>商品分类</text>
|
|
|
</label>
|
|
|
<view class="value placeholder">请选择商品分类</view>
|
|
|
- <image class="arrow" src=""></image>
|
|
|
+ <image class="arrow" src="../../image/businessGoodsEdit/arrow.png"></image>
|
|
|
</view>
|
|
|
- <view class="name">
|
|
|
+ <view class="type">
|
|
|
<label>
|
|
|
<text>商品品牌</text>
|
|
|
</label>
|
|
|
- <view class="value">
|
|
|
- <input
|
|
|
- value=""
|
|
|
- placeholder="输入商品品牌"
|
|
|
- placeholder-class="placeholder"></input>
|
|
|
- </view>
|
|
|
+ <view class="value placeholder">请选择商品品牌</view>
|
|
|
+ <image class="arrow" src="../../image/businessGoodsEdit/arrow.png"></image>
|
|
|
</view>
|
|
|
<view class="name">
|
|
|
<label>
|
|
@@ -108,7 +104,7 @@
|
|
|
</label>
|
|
|
<view class="value">
|
|
|
<input
|
|
|
- value=""
|
|
|
+ value="{{form.product_spec}}"
|
|
|
placeholder="输入商品规格"
|
|
|
placeholder-class="placeholder"></input>
|
|
|
</view>
|
|
@@ -118,9 +114,12 @@
|
|
|
<text>单 位</text>
|
|
|
</label>
|
|
|
<view class="value placeholder">请选择商品单位</view>
|
|
|
- <image class="arrow" src=""></image>
|
|
|
+ <image class="arrow" src="../../image/businessGoodsEdit/arrow.png"></image>
|
|
|
</view>
|
|
|
- <view class="name">
|
|
|
+ <!-- todo -->
|
|
|
+ <view
|
|
|
+ class="name"
|
|
|
+ wx:if="{{!!form.id}}">
|
|
|
<label>
|
|
|
<text>商品货号</text>
|
|
|
</label>
|