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
afdb9751
authored
Oct 31, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat(tallyReceive): 添加销售拆货提醒信息展示
- 在理货页面新增销售拆货提醒,提升用户对拆货需求的理解 - 更新样式以支持拆货提醒的视觉展示,增强用户体验
parent
cd7aaa13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
pages/tallyReceive/operate.vue
pages/tallyReceive/operate.vue
View file @
afdb9751
...
...
@@ -185,6 +185,9 @@
<
template
v-if=
"is_tips"
>
<text
style=
"color: red;font-size:16rpx;"
>
⚠注意:理货数与待理货数不一致
</text>
</
template
>
<
template
v-if=
"is_apart"
>
<text
style=
"color: red;font-size:16rpx;"
>
⚠注意:销售需拆货:
{{
detail
.
apart_todo_qty
}}
</text>
</
template
>
</view>
<view
class=
"input-box"
><input
type=
"number"
class=
"uni-input"
placeholder-style=
"color:#919399"
placeholder=
"请输入理货数量"
v-model=
"formParams.tally_qty"
@
input=
"handleInputNumber($event, detail.wait_tally_qty)"
/></view>
</view>
...
...
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