Commit ead16d7e by LJM

上游备注

parent fd9da570
...@@ -135,6 +135,10 @@ ...@@ -135,6 +135,10 @@
<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">
<text class="label">上游备注:</text>
<text class="tt" style="color: red;">{{item.stock_in_items[0].upstream_remark}}</text>
</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;">
<text class="b1"></text> <text class="b1"></text>
...@@ -184,6 +188,10 @@ ...@@ -184,6 +188,10 @@
<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">
<text class="label">上游备注:</text>
<text class="tt" style="max-width: 500rpx;color: red;">{{ detail.stock_in_items[0].upstream_remark }}</text>
</view>
</view> </view>
<!-- 货品信息 && 其他信息 --> <!-- 货品信息 && 其他信息 -->
<view class="pp" :class="{pt:detail.stock_in_items[0].sku_id > 0}" v-if="detail.stock_in_items"> <view class="pp" :class="{pt:detail.stock_in_items[0].sku_id > 0}" v-if="detail.stock_in_items">
......
...@@ -107,6 +107,10 @@ ...@@ -107,6 +107,10 @@
<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">
<text class="label">上游备注:</text>
<text class="tt" style="color: red;">{{item.stock_in_items[0].upstream_remark}}</text>
</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;">
<text class="b1"></text> <text class="b1"></text>
...@@ -154,6 +158,10 @@ ...@@ -154,6 +158,10 @@
<text class="label">供应商:</text> <text class="label">供应商:</text>
<text class="text" style="max-width: 500rpx;">{{ detail.supplier_name }}</text> <text class="text" 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">
<text class="label">上游备注:</text>
<text class="tt" style="max-width: 500rpx;color: red;">{{ detail.stock_in_items[0].upstream_remark }}</text>
</view>
</view> </view>
<view class="pp">货品详情</view> <view class="pp">货品详情</view>
<view class="drawer-list" v-if="detail.stock_in_items"> <view class="drawer-list" v-if="detail.stock_in_items">
......
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统 const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统 const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统 const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统 const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统 // const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统 // const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统 // const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统 // const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const API = { const API = {
......
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