Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
89ade954
authored
May 06, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
86bd34a2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
3 deletions
assets/css/tally/abnormalTally.scss
pages/tally/abnormalTally.vue
pages/tally/index.vue
pages/tally/printBox.vue
util/api.js
assets/css/tally/abnormalTally.scss
View file @
89ade954
.abnormalTally
{
height
:
100vh
;
padding
:
0
24rpx
;
padding
:
24rpx
24rpx
0
24rpx
;
overflow
:
hidden
;
.head-text
{
height
:
80rpx
;
...
...
@@ -132,4 +132,16 @@
}
}
}
.fix-btn
{
position
:
fixed
;
bottom
:
20rpx
;
left
:
0
;
right
:
0
;
margin
:
0
24rpx
;
height
:
88rpx
;
background
:
#197adb
;
border-radius
:
4rpx
;
font-size
:
28rpx
;
color
:
#ffffff
;
}
}
pages/tally/abnormalTally.vue
View file @
89ade954
This diff is collapsed.
Click to expand it.
pages/tally/index.vue
View file @
89ade954
...
...
@@ -201,6 +201,7 @@
export
default
{
data
()
{
return
{
is_focus
:
true
,
//获取焦点动态化
title
:
''
,
step
:
0
,
keyword
:
''
,
...
...
pages/tally/printBox.vue
View file @
89ade954
<
template
>
<view
class=
"printBox"
>
<view
class=
"input-box row bothSide verCenter"
>
<input
class=
"uni-input"
placeholder=
"输入或扫描入箱号"
placeholder-style=
"color:#000;font-weight: bold;"
v-model=
"box_sn"
/>
<input
class=
"uni-input"
placeholder=
"输入或扫描入箱号"
placeholder-style=
"color:#000;font-weight: bold;"
v-model=
"box_sn"
:focus=
"is_focus"
/>
<view
class=
"btn row rowCenter verCenter"
@
click=
"print()"
>
打印箱号
</view>
</view>
</view>
...
...
@@ -13,6 +13,7 @@
export
default
{
data
()
{
return
{
is_focus
:
true
,
//获取焦点动态化
box_sn
:
''
};
},
...
...
util/api.js
View file @
89ade954
...
...
@@ -279,7 +279,7 @@ const API = {
/**
* 异常型号装箱
*/
getAbnormalTallyDetail
:
API_BASE
+
'/supplywechatwms/close
AbnormalBox'
,
submitAbnormalBox
:
API_BASE
+
'/supplywechatwms/submit
AbnormalBox'
,
/**
* 合箱
*/
...
...
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