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
5e21d9fd
authored
May 08, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
a8f23424
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
assets/css/tally/fixBox.scss
pages/tally/abnormalTally.vue
pages/tally/fixBox.vue
assets/css/tally/fixBox.scss
View file @
5e21d9fd
...
...
@@ -14,6 +14,7 @@
}
}
.input-box
{
margin-top
:
24rpx
;
height
:
88rpx
;
background
:
#ffffff
;
border-radius
:
4rpx
;
...
...
pages/tally/abnormalTally.vue
View file @
5e21d9fd
...
...
@@ -23,7 +23,7 @@
<
template
v-else-if=
"index == 3"
>
(
{{
have_close_box_num
}}
)
</
template
>
</view>
</view>
<view
class=
"list"
>
<view
class=
"list"
v-if=
"list.length > 0"
>
<scroll-view
scroll-y=
"true"
class=
"scroll-Y"
>
<view
class=
"box"
v-for=
"(item,index) in list"
:key=
"index"
>
<view
class=
"text row bothSide verCenter"
>
...
...
@@ -104,6 +104,11 @@
</view>
</scroll-view>
</view>
<view
class=
"no-data column verCenter rowCenter"
v-else
>
<text
class=
"iconfont icon-jinggao2"
></text>
<text
class=
"text"
>
查找不到相关信息
</text>
<text
class=
"p"
>
1、请输入正确的箱号或异常批次号
</text>
</view>
<!-- 关单封箱弹窗 -->
<uni-popup
ref=
"inputDialog"
type=
"dialog"
>
<uni-popup-dialog
ref=
"inputClose"
mode=
"input"
title=
"该箱子是否确认封箱?"
value=
""
placeholder=
"请输入毛重"
@
close=
"dialogInputClose"
@
confirm=
"dialogInputConfirm"
:is-mask-click=
"true"
:before-close=
"true"
></uni-popup-dialog>
...
...
pages/tally/fixBox.vue
View file @
5e21d9fd
<
template
>
<view
class=
"tally-fixBox"
>
<view
class=
"text row verCenter"
>
<view
style=
"width: 50%;margin-left: 25rpx;"
>
<text
class=
"t1"
>
待装载箱数:
</text>
<text
class=
"t2"
>
-
</text>
</view>
<view
style=
"width: 50%;"
>
<text
class=
"t1"
>
入仓号数:
</text>
<text
class=
"t2"
>
-
</text>
</view>
</view>
<view
class=
"input-box row bothSide verCenter"
>
<input
class=
"uni-input"
placeholder=
"输入或扫描入箱号"
placeholder-style=
"color:#000;font-weight: bold;"
v-model=
"keyword"
@
input=
"handleInput($event)"
:focus=
"is_focus"
/>
<view
class=
"btn row rowCenter verCenter"
@
click=
"add()"
>
添 加
</view>
</view>
<view
class=
"list"
v-if=
"list.length > 0"
>
<scroll-view
scroll-y=
"true"
class=
"scroll-Y"
>
<view
class=
"title"
>
合箱结果
:
</view>
<view
class=
"title"
>
待合箱箱号
:
</view>
<view
class=
"box row bothSide verCenter"
v-for=
"(item,index) in list"
:key=
"index"
>
<view
class=
"row verCenter"
>
<text
class=
"t1"
>
{{
index
+
1
}}
.
</text>
...
...
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