Commit 0a49bbc0 by LJM

包装要求

parent de340ac9
Showing with 16 additions and 8 deletions
......@@ -132,6 +132,10 @@
<text class="label" style="width: 125rpx;">客户物料编码:</text>
<text class="tt">{{ item.customer_material_number }}</text>
</view>
<view class="text-item row verCenter" v-if="item.pack_requeire">
<text class="label">包装要求:</text>
<text class="tt" style="color: red;">{{ item.pack_requeire }}</text>
</view>
<view class="text-item row verCenter">
<text class="label">理货数量:</text>
<text class="ttt">{{ item.tally_qty }}</text>
......@@ -228,6 +232,10 @@
<text class="label">客户物料编码:</text>
<text class="tt" style="max-width: 100%;">{{ detail.customer_material_number }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;" v-if="detail.pack_requeire">
<text class="label">包装要求:</text>
<text class="tt" style="max-width: 100%;color: red;">{{ detail.pack_requeire }}</text>
</view>
<view class="item row verCenter">
<text class="label">标准品牌:</text>
<text class="tt" style="max-width: 100%;">{{ detail.brand_name }}</text>
......
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
// const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
// const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
// const API_BASE = 'https://wms.ichunt.net'; //WMS系统
// const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
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