|
@@ -5,7 +5,7 @@
|
|
|
</view>
|
|
|
<block wx:for="{{item.logisticsBox}}" wx:for-item="it" wx:for-index="i" wx:key="i">
|
|
|
<view class="numno">
|
|
|
- 订货单:{{it.itemno}}
|
|
|
+ 订货单:{{it.billno}}
|
|
|
</view>
|
|
|
<view class="product" url="#">
|
|
|
<view class="image">
|
|
@@ -17,7 +17,7 @@
|
|
|
<view class="content">
|
|
|
<view class="content-title">{{it.itemname||' --'}}</view>
|
|
|
<view class="row">
|
|
|
- <text>编号:{{ite.itemno || ' --'}}</text>
|
|
|
+ <text>编号:{{it.itemno || ' --'}}</text>
|
|
|
<text>规格:{{it.spec || ' --'}}</text>
|
|
|
</view>
|
|
|
<view class="row">
|