Commit afdb9751 by liangjianmin

feat(tallyReceive): 添加销售拆货提醒信息展示

- 在理货页面新增销售拆货提醒,提升用户对拆货需求的理解
- 更新样式以支持拆货提醒的视觉展示,增强用户体验
parent cd7aaa13
Showing with 3 additions and 0 deletions
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment