Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dbf2ab31
authored
Jun 07, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加展示供应商
parent
b9baa23c
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
68 additions
and
26 deletions
assets/css/arrivalRegister/index.scss
pages/arrivalRegister/index.vue
pages/arrivalRegister/registered.vue
pages/putaway/index.vue
pages/putaway/packSingle.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/record.vue
util/api.js
assets/css/arrivalRegister/index.scss
View file @
dbf2ab31
...
...
@@ -265,6 +265,10 @@
font-weight
:
bold
;
margin-left
:
8rpx
;
}
.t3
{
font-size
:
16rpx
;
color
:
#919399
;
}
}
.bar
{
.tt
{
...
...
pages/arrivalRegister/index.vue
View file @
dbf2ab31
...
...
@@ -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>
...
...
pages/arrivalRegister/registered.vue
View file @
dbf2ab31
...
...
@@ -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>
...
...
pages/putaway/index.vue
View file @
dbf2ab31
...
...
@@ -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>
...
...
pages/putaway/packSingle.vue
View file @
dbf2ab31
...
...
@@ -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>
...
...
pages/tallyReceive/index.vue
View file @
dbf2ab31
...
...
@@ -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>
...
...
pages/tallyReceive/operate.vue
View file @
dbf2ab31
...
...
@@ -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=
"t
ext"
style=
"font-weight: bold;
max-width: 491rpx;"
>
{{ detail.stock_in_upstream_remark }}
</text>
<text
class=
"t
t"
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=
"t
ext"
style=
"font-weight: bold;
max-width: 491rpx;"
>
{{ detail.upstream_remark }}
</text>
<text
class=
"t
t"
style=
"
max-width: 491rpx;"
>
{{ detail.upstream_remark }}
</text>
</view>
</view>
<view
class=
"form-input"
>
...
...
pages/tallyReceive/record.vue
View file @
dbf2ab31
...
...
@@ -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>
...
...
util/api.js
View file @
dbf2ab31
//
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
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment