Commit 29de97d8 by LJM

上游备注

parent ead16d7e
Showing with 4 additions and 4 deletions
...@@ -135,9 +135,9 @@ ...@@ -135,9 +135,9 @@
<text class="label">三方送检:</text> <text class="label">三方送检:</text>
<text class="tt" style="color: red;">需三方送检</text> <text class="tt" style="color: red;">需三方送检</text>
</view> </view>
<view class="text-item row verCenter" v-if="item.stock_in_items[0].upstream_remark"> <view class="text-item row verCenter" v-if="item.upstream_remark">
<text class="label">上游备注:</text> <text class="label">上游备注:</text>
<text class="tt" style="color: red;">{{item.stock_in_items[0].upstream_remark}}</text> <text class="tt" style="color: red;">{{item.upstream_remark}}</text>
</view> </view>
<view class="btn-box row bothSide"> <view class="btn-box row bothSide">
<view class="row verCenter" style="margin-left: 79rpx;"> <view class="row verCenter" style="margin-left: 79rpx;">
...@@ -188,9 +188,9 @@ ...@@ -188,9 +188,9 @@
<text class="label">供应商:</text> <text class="label">供应商:</text>
<text class="tt" style="max-width: 500rpx;">{{ detail.supplier_name }}</text> <text class="tt" style="max-width: 500rpx;">{{ detail.supplier_name }}</text>
</view> </view>
<view class="item row verCenter" style="flex: 0 0 100%;" v-if="detail.stock_in_items[0].upstream_remark"> <view class="item row verCenter" style="flex: 0 0 100%;" v-if="detail.upstream_remark">
<text class="label">上游备注:</text> <text class="label">上游备注:</text>
<text class="tt" style="max-width: 500rpx;color: red;">{{ detail.stock_in_items[0].upstream_remark }}</text> <text class="tt" style="max-width: 500rpx;color: red;">{{ detail.upstream_remark }}</text>
</view> </view>
</view> </view>
<!-- 货品信息 && 其他信息 --> <!-- 货品信息 && 其他信息 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment