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
87f780c7
authored
Jul 03, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
客户物料编码,目前理货、上架、拣货、复核操作详情页全部都展示出来
parent
57746e59
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
31 additions
and
15 deletions
pages/putaway/index.vue
pages/putaway/packSingle.vue
pages/putaway/single.vue
pages/stockRecheck/sort.vue
pages/tallyReceive/index.vue
pages/tallyReceive/operate.vue
pages/tallyReceive/record.vue
util/api.js
pages/putaway/index.vue
View file @
87f780c7
...
...
@@ -67,7 +67,7 @@
<text
class=
"tt"
>
{{ item.sale_user }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"label"
style=
"width: 125rpx;"
>
客户物料编码:
</text>
<text
class=
"tt"
>
{{ item.customer_material_number }}
</text>
</view>
<view
class=
"text-item row"
>
...
...
pages/putaway/packSingle.vue
View file @
87f780c7
...
...
@@ -68,7 +68,7 @@
<text
class=
"tt"
>
{{
item
.
coo
}}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.customer_material_number"
>
<text
class=
"label"
style=
"width: 1
08
rpx;"
>
客户物料编码:
</text>
<text
class=
"label"
style=
"width: 1
25
rpx;"
>
客户物料编码:
</text>
<text
class=
"tt"
>
{{
item
.
customer_material_number
}}
</text>
</view>
<view
class=
"text-item row verCenter"
>
...
...
@@ -148,6 +148,10 @@
<text
class=
"label"
>
产 地:
</text>
<text
class=
"tt"
>
{{
detail
.
coo
}}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
v-if=
"detail.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"tt"
>
{{
detail
.
customer_material_number
}}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
货品品质:
</text>
<text
class=
"tt"
>
{{
detail
.
quality_format
}}
</text>
...
...
pages/putaway/single.vue
View file @
87f780c7
...
...
@@ -71,6 +71,10 @@
<text
class=
"label"
>
其他批次属性:
</text>
<text
class=
"tt"
>
{{
detail
.
other_batch_attr
}}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
v-if=
"detail.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"tt"
>
{{
detail
.
customer_material_number
}}
</text>
</view>
</view>
<view
class=
"bor"
></view>
<view
class=
"field-item row"
>
...
...
pages/stockRecheck/sort.vue
View file @
87f780c7
...
...
@@ -162,7 +162,7 @@
</view>
<view
class=
"btn2 row rowCenter verCenter"
@
click=
"showDrawer(0)"
>
一键复核
</view>
</view>
<!-- 按货品
拣货
-弹窗 -->
<!-- 按货品
复核
-弹窗 -->
<uni-drawer
ref=
"showRight"
mode=
"right"
>
<view
class=
"uni-drawer-picking"
v-if=
"detail"
>
<view
class=
"title row rowCenter verCenter"
>
...
...
@@ -225,7 +225,7 @@
<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%;margin-bottom: 17rpx;"
v-if=
"detail.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"tt"
>
{{ detail.customer_material_number }}
</text>
</view>
...
...
@@ -418,7 +418,7 @@
<text
class=
"label"
>
销 售 员:
</text>
<text
class=
"text"
>
{{ item.sale_name }}
</text>
</view>
<view
class=
"input-box row verCenter"
>
<view
class=
"input-box row verCenter"
v-if=
"item.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"text"
>
{{ item.customer_material_number }}
</text>
</view>
...
...
pages/tallyReceive/index.vue
View file @
87f780c7
...
...
@@ -93,7 +93,7 @@
<text
class=
"desc"
>
{{ item.company_name }}
</text>
</view>
<view
class=
"text-item row"
v-if=
"item.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"label"
style=
"width: 125rpx;"
>
客户物料编码:
</text>
<text
class=
"desc"
>
{{ item.customer_material_number }}
</text>
</view>
<view
class=
"text-item row"
>
...
...
pages/tallyReceive/operate.vue
View file @
87f780c7
...
...
@@ -110,6 +110,10 @@
<text
class=
"label"
>
客户:
</text>
<text
class=
"text"
style=
"font-weight: bold;max-width: 491rpx;"
>
{{ detail.customer_name }}
</text>
</view>
<view
class=
"item row"
style=
"flex: 0 0 100%;"
v-if=
"detail.customer_material_number"
>
<text
class=
"label"
style=
"width: 112rpx;"
>
客户物料编码:
</text>
<text
class=
"tt"
style=
"max-width: 491rpx;"
>
{{ detail.customer_material_number }}
</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>
...
...
pages/tallyReceive/record.vue
View file @
87f780c7
...
...
@@ -87,7 +87,7 @@
<text
class=
"tt"
>
{{ item.stock_in_batch_sn }}
</text>
</view>
<view
class=
"text-item row verCenter"
v-if=
"item.customer_material_number"
>
<text
class=
"label"
>
客户物料编码:
</text>
<text
class=
"label"
style=
"width: 125rpx;"
>
客户物料编码:
</text>
<text
class=
"tt"
>
{{ item.customer_material_number }}
</text>
</view>
<view
class=
"text-item row verCenter"
>
...
...
@@ -160,6 +160,10 @@
<text
class=
"label"
>
入库批次号:
</text>
<text
class=
"tt"
style=
"max-width: 100%;"
>
{{ detail.stock_in_batch_sn }}
</text>
</view>
<view
class=
"item row verCenter"
style=
"flex: 0 0 100%;"
v-if=
"detail.customer_material_number"
>
<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%;"
>
<text
class=
"label"
>
标准品牌:
</text>
<text
class=
"tt"
style=
"max-width: 100%;"
>
{{ detail.brand_name }}
</text>
...
...
util/api.js
View file @
87f780c7
//
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
=
{
...
...
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