| 1234567891011121314151617181920212223242526 | 
							- <view class="title">装箱明细</view>
 
- <view class="binding-box" wx:for="{{5}}" wx:key="index">
 
- 	<view class="boxnum">
 
- 		箱码:{{index}}
 
- 	</view>
 
- 	<view class="numno">
 
- 		订货单:598616598984
 
- 	</view>
 
- 	<navigator class="product" url="#" wx:for="{{2}}">
 
- 		<view class="image">
 
- 		</view>
 
- 		<view class="content">
 
- 			<view class="content-title">产品名称</view>
 
- 			<view class="row">
 
- 				<text>编号:123456789</text>
 
- 				<text>规格:HQ9555555</text>
 
- 			</view>
 
- 			<view class="row">
 
- 				<text>型号:HQ9555555</text>
 
- 				<text class="qty">x5</text>
 
- 			</view>
 
- 		</view>
 
- 	</navigator>
 
- </view>
 
 
  |