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
d9e7b1c6
authored
Sep 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--盘点单增加标签补打、查询等
parent
171130e2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
124 additions
and
2 deletions
assets/css/stocktake/operate.scss
pages/stocktake/operate.vue
pages/stocktake/record.vue
util/api.js
assets/css/stocktake/operate.scss
View file @
d9e7b1c6
...
@@ -51,9 +51,27 @@
...
@@ -51,9 +51,27 @@
width
:
345rpx
;
width
:
345rpx
;
background
:
#ffffff
;
background
:
#ffffff
;
box-shadow
:
0px
3rpx
3rpx
0px
rgba
(
198
,
199
,
204
,
0
.3
);
box-shadow
:
0px
3rpx
3rpx
0px
rgba
(
198
,
199
,
204
,
0
.3
);
border
:
1px
solid
transparent
;
border-radius
:
10rpx
;
border-radius
:
10rpx
;
margin-right
:
15rpx
;
margin-right
:
15rpx
;
margin-bottom
:
15rpx
;
margin-bottom
:
15rpx
;
.check-box-icon
{
position
:
absolute
;
right
:
18rpx
;
top
:
17rpx
;
width
:
20rpx
;
height
:
20rpx
;
background
:
url('https://img.ichunt.com/images/ichunt/202304/11/0bf30da3e8ce6c476c210173b5f13d51.png')
no-repeat
center
;
background-size
:
contain
;
display
:
block
;
}
&
.curr
{
border
:
1px
solid
#1969f9
;
.check-box-icon
{
background
:
url('https://img.ichunt.com/images/ichunt/202304/11/71a74e52e94bcf2e89f8df9817d494c6.png')
no-repeat
center
;
background-size
:
contain
;
}
}
&
:nth-of-type
(
2n
)
{
&
:nth-of-type
(
2n
)
{
margin-right
:
0
;
margin-right
:
0
;
}
}
...
@@ -112,6 +130,51 @@
...
@@ -112,6 +130,51 @@
}
}
}
}
}
}
.fix-btn
{
position
:
fixed
;
bottom
:
0
;
width
:
100%
;
left
:
0
;
z-index
:
999
;
.btn1
{
width
:
128rpx
;
height
:
75rpx
;
background
:
#ffffff
;
.check-box-icon
{
width
:
20rpx
;
height
:
20rpx
;
background
:
url('https://img.ichunt.com/images/ichunt/202304/11/0bf30da3e8ce6c476c210173b5f13d51.png')
no-repeat
center
;
background-size
:
contain
;
display
:
block
;
&
.curr
{
background
:
url('https://img.ichunt.com/images/ichunt/202304/11/71a74e52e94bcf2e89f8df9817d494c6.png')
no-repeat
center
;
background-size
:
contain
;
}
}
.text
{
margin-left
:
10rpx
;
font-size
:
20rpx
;
color
:
#484b59
;
}
}
.btn2
{
width
:
calc
(
100%
-
128rpx
);
height
:
75rpx
;
background
:
#1969f9
;
font-size
:
23rpx
;
color
:
#ffffff
;
}
.btn3
{
width
:
180rpx
;
height
:
75rpx
;
background
:
#ffffff
;
font-size
:
23rpx
;
color
:
#ff3700
;
border-left
:
1px
solid
#f0f0f2
;
font-weight
:
bold
;
}
}
.positionListCountText
{
.positionListCountText
{
position
:
absolute
;
position
:
absolute
;
top
:
30rpx
;
top
:
30rpx
;
...
@@ -155,6 +218,19 @@
...
@@ -155,6 +218,19 @@
font-weight
:
bold
;
font-weight
:
bold
;
}
}
}
}
.p-text
{
margin-top
:
38rpx
;
margin-bottom
:
25rpx
;
.tt
{
font-size
:
20rpx
;
color
:
#484b59
;
}
.ed
{
font-weight
:
bold
;
font-size
:
20rpx
;
color
:
#1969f9
;
}
}
.field-item
{
.field-item
{
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
.item
{
.item
{
...
@@ -196,6 +272,9 @@
...
@@ -196,6 +272,9 @@
}
}
.form-input
{
.form-input
{
margin-bottom
:
18rpx
;
margin-bottom
:
18rpx
;
.mb0
{
margin-bottom
:
0
!
important
;
}
.input-title
{
.input-title
{
margin-bottom
:
10rpx
;
margin-bottom
:
10rpx
;
.input-title-t1
{
.input-title-t1
{
...
@@ -203,6 +282,11 @@
...
@@ -203,6 +282,11 @@
color
:
#484b59
;
color
:
#484b59
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
.input-title-t2
{
font-size
:
16rpx
;
color
:
#484b59
;
font-weight
:
bold
;
}
}
}
.input-box
{
.input-box
{
.uni-input
{
.uni-input
{
...
@@ -213,13 +297,43 @@
...
@@ -213,13 +297,43 @@
text-indent
:
15rpx
;
text-indent
:
15rpx
;
font-size
:
16rpx
;
font-size
:
16rpx
;
}
}
.uni-list-cell
{
margin-right
:
24rpx
;
.text
{
font-size
:
16rpx
;
color
:
#484b59
;
font-weight
:
bold
;
}
}
}
}
.select-box
{
height
:
55rpx
;
background
:
#ffffff
;
border-radius
:
10rpx
;
border
:
1px
solid
#1969f9
;
margin-bottom
:
18rpx
;
.wrap
{
padding-left
:
15rpx
;
padding-right
:
25rpx
;
height
:
55rpx
;
}
.uni-input
{
font-size
:
17rpx
;
color
:
#484b59
;
}
.uni-arrow
{
width
:
14rpx
;
height
:
9rpx
;
background
:
url('https://img.ichunt.com/images/ichunt/202304/10/e4c72319ad41ce1425f71cc6ec35f111.png')
no-repeat
center
;
background-size
:
contain
;
margin-left
:
12rpx
;
}
}
}
}
.item-tit
{
.item-tit
{
font-size
:
20rpx
;
font-size
:
20rpx
;
color
:
#292b33
;
color
:
#292b33
;
font-weight
:
bold
;
font-weight
:
bold
;
margin-bottom
:
18rpx
;
}
}
.bor
{
.bor
{
height
:
1px
;
height
:
1px
;
...
...
pages/stocktake/operate.vue
View file @
d9e7b1c6
This diff is collapsed.
Click to expand it.
pages/stocktake/record.vue
View file @
d9e7b1c6
...
@@ -239,7 +239,11 @@ export default {
...
@@ -239,7 +239,11 @@ export default {
showDrawer
(
data
)
{
showDrawer
(
data
)
{
this
.
$refs
.
showRight
.
open
();
this
.
$refs
.
showRight
.
open
();
this
.
detail
=
data
;
this
.
detail
=
data
;
if
(
data
.
is_stocktake
==
0
)
{
this
.
stocktake_qty
=
''
;
}
else
{
this
.
stocktake_qty
=
data
.
stocktake_qty
;
this
.
stocktake_qty
=
data
.
stocktake_qty
;
}
},
},
closeDrawer
()
{
closeDrawer
()
{
this
.
$refs
.
showRight
.
close
();
this
.
$refs
.
showRight
.
close
();
...
...
util/api.js
View file @
d9e7b1c6
...
@@ -302,7 +302,11 @@ const API = {
...
@@ -302,7 +302,11 @@ const API = {
/**
/**
* H5盘点库位列表统计
* H5盘点库位列表统计
* */
* */
positionListCount
:
API_BASE
+
'/api/h5/stocktake/positionListCount'
positionListCount
:
API_BASE
+
'/api/h5/stocktake/positionListCount'
,
/**
* 盘点标签补打
* */
printLabel
:
API_BASE
+
'/api/h5/stocktake/printLabel'
}
}
...
...
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