Commit dbf2ab31 by LJM

增加展示供应商

parent b9baa23c
......@@ -265,6 +265,10 @@
font-weight: bold;
margin-left: 8rpx;
}
.t3 {
font-size: 16rpx;
color: #919399;
}
}
.bar {
.tt {
......
......@@ -60,6 +60,10 @@
<text class="label">预期数量:</text>
<text class="tt">{{ item.stock_in_items[0].expect_qty }}</text>
</view>
<view class="text-item row verCenter">
<text class="label">销售员:</text>
<text class="tt">{{ item.stock_in_items[0].sale_user }}</text>
</view>
<view class="btn-box row bothSide">
<view class="row verCenter" style="margin-left: 79rpx;">
<text class="b1"></text>
......@@ -105,13 +109,16 @@
</view>
</view>
<view class="pp">货品详情</view>
<view class="drawer-list">
<view class="drawer-list" v-if="detail.stock_in_items">
<scroll-view style="max-height: 755rpx" scroll-y="true">
<view class="box" v-for="(item, index) in detail.stock_in_items" :key="index">
<view class="row verCenter top">
<view class="row bothSide vverCenter top">
<view class="row verCenter">
<text class="t1">{{ index + 1 }}.</text>
<text class="t2">{{ item.goods_name }}</text>
</view>
<text class="t3">销售员:{{ item.sale_user }}</text>
</view>
<view class="row verCenter">
<view class="bar row verCenter" style="width: 40%;">
<text class="tt">标准品牌:</text>
......
......@@ -53,6 +53,10 @@
<text class="label">预期数量:</text>
<text class="tt">{{ item.stock_in_items[0].expect_qty }}</text>
</view>
<view class="text-item row verCenter">
<text class="label">销售员:</text>
<text class="tt">{{ item.stock_in_items[0].sale_user }}</text>
</view>
<view class="btn-box row bothSide">
<view class="row verCenter" style="margin-left: 79rpx;">
<text class="b1"></text>
......@@ -97,13 +101,16 @@
</view>
</view>
<view class="pp">货品详情</view>
<view class="drawer-list">
<view class="drawer-list" v-if="detail.stock_in_items">
<scroll-view style="max-height: 60vh" scroll-y="true">
<view class="box" v-for="(item, index) in detail.stock_in_items" :key="index">
<view class="row verCenter top">
<view class="row bothSide vverCenter top">
<view class="row verCenter">
<text class="t1">{{ index + 1 }}.</text>
<text class="t2">{{ item.goods_name }}</text>
</view>
<text class="t3">销售员:{{ item.sale_user }}</text>
</view>
<view class="row verCenter">
<view class="bar row verCenter" style="flex: 0 0 40%;">
<text class="tt">标准品牌:</text>
......
......@@ -62,6 +62,10 @@
<text class="tt">{{ item.sale_user }}</text>
</view>
<view class="text-item row">
<text class="label">客户:</text>
<text class="desc">{{ item.customer_name }}</text>
</view>
<view class="text-item row">
<text class="label">明细备注:</text>
<text class="desc">{{ item.remark }}</text>
</view>
......
......@@ -80,6 +80,10 @@
<text class="tt">{{ item.sale_user }}</text>
</view>
<view class="text-item row">
<text class="label">客户:</text>
<text class="desc">{{ item.customer_name }}</text>
</view>
<view class="text-item row">
<text class="label">明细备注:</text>
<text class="desc">{{ item.remark }}</text>
</view>
......
......@@ -75,9 +75,13 @@
<text class="label">采购员:</text>
<text class="tt">{{ item.purchase_user }}</text>
</view>
<view class="text-item row verCenter">
<view class="text-item row">
<text class="label">客户:</text>
<text class="tt">{{ item.company_name }}</text>
<text class="desc">{{ item.company_name }}</text>
</view>
<view class="text-item row">
<text class="label">供应商:</text>
<text class="desc">{{ item.supplier_name }}</text>
</view>
<view class="text-item row">
<text class="label">上游备注:</text>
......
......@@ -110,12 +110,16 @@
<text class="text" style="font-weight: bold;max-width: 491rpx;">{{ detail.customer_name }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">供应商:</text>
<text class="tt" style="max-width: 491rpx;">{{ detail.supplier_name }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">上游备注:</text>
<text class="text" style="font-weight: bold;max-width: 491rpx;">{{ detail.stock_in_upstream_remark }}</text>
<text class="tt" style="max-width: 491rpx;">{{ detail.stock_in_upstream_remark }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">明细备注:</text>
<text class="text" style="font-weight: bold;max-width: 491rpx;">{{ detail.upstream_remark }}</text>
<text class="tt" style="max-width: 491rpx;">{{ detail.upstream_remark }}</text>
</view>
</view>
<view class="form-input">
......
......@@ -175,11 +175,19 @@
<text class="label">货品品质:</text>
<text class="tt">{{ detail.quality_cn }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;margin-bottom: 17rpx;">
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">其他批次属性:</text>
<text class="tt">{{ detail.other_batch_attr }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;margin-bottom: 17rpx;">
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">客户:</text>
<text class="tt" style="max-width: 454rpx;">{{ detail.customer_name }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">供应商:</text>
<text class="tt" style="max-width: 454rpx;">{{ detail.supplier_name }}</text>
</view>
<view class="item row verCenter" style="flex: 0 0 100%;">
<text class="label">上游备注:</text>
<text class="tt" style="max-width: 454rpx;">{{ detail.stock_in_upstream_remark }}</text>
</view>
......
// const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
// const API_BASE_ORDER = 'http://order.liexindev.net'; //订单系统
// const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
// const API_BASE_SUPPLIER = 'http://supplier.liexin.net'; //供应商系统
// const API_BASE_CRM = 'http://crmnew.liexindev.net'; //CRM系统
// const API_BASE = 'http://wms.liexindev.net'; //WMS系统
// const API_BASE_LIEXIN = 'http://api.liexin.com'; //api系统
// const API_BASE_OSS = 'http://file.liexindev.net'; //oss系统
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
const API_BASE_ORDER = 'http://order.liexindev.net'; //订单系统
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
const API_BASE_SUPPLIER = 'http://supplier.liexin.net'; //供应商系统
const API_BASE_CRM = 'http://crmnew.liexindev.net'; //CRM系统
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
const API_BASE_LIEXIN = 'http://api.liexin.com'; //api系统
const API_BASE_OSS = 'http://file.liexindev.net'; //oss系统
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const API_BASE_ORDER = 'https://order.ichunt.net'; //订单系统
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const API_BASE_SUPPLIER = 'https://supplier.ichunt.net'; //供应商系统
const API_BASE_CRM = 'https://crm.ichunt.net'; //CRM系统
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const API_BASE_LIEXIN = 'https://api.ichunt.com'; //api系统
const API_BASE_OSS = 'https://files.ichunt.net'; //oss系统
// const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
// const API_BASE_ORDER = 'https://order.ichunt.net'; //订单系统
// const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
// const API_BASE_SUPPLIER = 'https://supplier.ichunt.net'; //供应商系统
// const API_BASE_CRM = 'https://crm.ichunt.net'; //CRM系统
// const API_BASE = 'https://wms.ichunt.net'; //WMS系统
// const API_BASE_LIEXIN = 'https://api.ichunt.com'; //api系统
// const API_BASE_OSS = 'https://files.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