添加请购单. 采购单详情页
This commit is contained in:
@@ -54,7 +54,8 @@
|
||||
<t-cell-group title="产品名称">
|
||||
<block wx:for="{{item.produce_info}}" wx:key="index" wx:for-item="produce">
|
||||
<t-cell title="{{produce.goods_name}}" bind:tap="onDetail" data-index="{{i}}"
|
||||
data-index2="{{index}}" hover arrow />
|
||||
data-index2="{{index}}" hover="{{!!produce.produce_info_process.length}}"
|
||||
arrow="{{!!produce.produce_info_process.length }}" style="padding-right: 0;" />
|
||||
</block>
|
||||
</t-cell-group>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user