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
718a5ee7
authored
Jun 12, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
1f47f948
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
59 additions
and
8 deletions
assets/css/picking/sort.scss
pages/picking/sort.vue
pages/stockRecheck/index.vue
assets/css/picking/sort.scss
View file @
718a5ee7
...
...
@@ -95,11 +95,18 @@
font-size
:
17rpx
;
color
:
#1969f9
;
}
.desc
{
font-size
:
16rpx
;
color
:
#484b59
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
}
}
.btn
{
position
:
absolute
;
right
:
17rpx
;
bottom
:
12rpx
;
width
:
68rpx
;
height
:
30rpx
;
background
:
#1969f9
;
...
...
@@ -212,6 +219,16 @@
overflow
:
hidden
;
max-width
:
176rpx
;
}
.desc
{
font-size
:
16rpx
;
color
:
#484b59
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
}
}
}
.form-input
{
...
...
@@ -292,6 +309,16 @@
font-size
:
17rpx
;
color
:
#1969f9
;
}
.desc
{
font-size
:
16rpx
;
color
:
#484b59
;
word-break
:
break-all
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
-
webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
2
;
}
}
}
}
...
...
pages/picking/sort.vue
View file @
718a5ee7
...
...
@@ -91,8 +91,16 @@
<text
class=
"label"
>
销 售 员:
</text>
<text
class=
"text"
>
{{
item
.
sale_name
}}
</text>
</view>
<view
class=
"input-box row"
>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"desc"
>
{{
item
.
upstream_remark
}}
</text>
</view>
<view
class=
"input-box row"
>
<text
class=
"label"
>
明细备注:
</text>
<text
class=
"desc"
>
{{
item
.
remark
}}
</text>
</view>
<template
v-if=
"item.lock_qty !== item.pick_qty"
>
<view
class=
"
btn row rowCenter verCenter"
@
click=
"showDrawer(1, item)"
>
拣货
</view>
<view
class=
"
row"
style=
"width: 100%;justify-content: flex-end;"
><view
class=
"btn row rowCenter verCenter"
@
click=
"showDrawer(1, item)"
>
拣货
</view>
</view>
</
template
>
</view>
</view>
...
...
@@ -183,10 +191,18 @@
<text
class=
"label"
>
入 仓 号:
</text>
<text
class=
"tt"
>
{{ detail.inhouse }}
</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"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"desc"
style=
"max-width: 429rpx;"
>
{{ detail.upstream_remark }}
</text>
</view>
<view
class=
"item row"
style=
"flex: 0 0 100%;margin-bottom: 17rpx;"
>
<text
class=
"label"
>
明细备注:
</text>
<text
class=
"desc"
style=
"max-width: 429rpx;"
>
{{ detail.remark }}
</text>
</view>
</view>
<view
class=
"bor"
></view>
<view
class=
"field-item row"
>
...
...
@@ -304,6 +320,14 @@
<text
class=
"label"
>
收货客户:
</text>
<text
class=
"text"
>
{{ item.customer_name }}
</text>
</view>
<view
class=
"input-box row"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"desc"
style=
"max-width: 429rpx;"
>
{{ detail.upstream_remark }}
</text>
</view>
<view
class=
"input-box row"
style=
"flex: 0 0 100%;margin-bottom: 17rpx;"
>
<text
class=
"label"
>
明细备注:
</text>
<text
class=
"desc"
style=
"max-width: 429rpx;"
>
{{ detail.remark }}
</text>
</view>
</view>
</scroll-view>
</view>
...
...
pages/stockRecheck/index.vue
View file @
718a5ee7
...
...
@@ -163,14 +163,14 @@ export default {
});
return
false
;
}
if
(
this
.
filter_id
.
length
>
1
)
{
if
(
this
.
filter_id
.
length
>
5
)
{
uni
.
showToast
({
title
:
'
请勾选一
条'
,
title
:
'
批量操作不能超过5
条'
,
icon
:
'error'
});
return
false
;
}
this
.
request
(
API
.
makeStockOutFinish
,
'POST'
,
{
stock_out_id
:
this
.
filter_id
[
0
]
},
true
).
then
(
res
=>
{
this
.
request
(
API
.
makeStockOutFinish
,
'POST'
,
{
stock_out_id
:
this
.
filter_id
.
join
(
','
)
},
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
title
:
'复核成功'
,
...
...
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