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
7f8bb222
authored
May 15, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
5f1c61f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
14 deletions
manifest.json
pages/picking/sort.vue
pages/stockRecheck/index.vue
manifest.json
View file @
7f8bb222
...
@@ -123,7 +123,6 @@
...
@@ -123,7 +123,6 @@
"softinput"
:
{
//可选,JSON对象,软键盘相关配置
"softinput"
:
{
//可选,JSON对象,软键盘相关配置
"navBar"
:
"auto"
,
//可选,字符串类型,iOS平台软键盘上导航条的显示模式,可取值auto、none
"navBar"
:
"auto"
,
//可选,字符串类型,iOS平台软键盘上导航条的显示模式,可取值auto、none
"auxiliary"
:
true
,
//可选,Boolean类型,是否开启辅助输入功能
"auxiliary"
:
true
,
//可选,Boolean类型,是否开启辅助输入功能
"mode"
:
"adjustPan"
,
//可选,字符串类型,弹出系统软键盘模式,可取值adjustResize、adjustPan
,
"mode"
:
"adjustPan"
//可选,字符串类型,弹出系统软键盘模式,可取值adjustResize、adjustPan
"windowSoftInputMode"
:
"adjustResize"
}
}
}
}
\ No newline at end of file
pages/picking/sort.vue
View file @
7f8bb222
...
@@ -243,7 +243,7 @@
...
@@ -243,7 +243,7 @@
</view>
</view>
<view
class=
"item row verCenter"
>
<view
class=
"item row verCenter"
>
<text
class=
"label"
>
合计应拣数量:
</text>
<text
class=
"label"
>
合计应拣数量:
</text>
<text
class=
"tt"
>
{{
detailContainer.total_pick_num
}}
</text>
<text
class=
"tt"
>
{{
Number(detailContainer.total_lock_num) - Number(detailContainer.total_pick_num)
}}
</text>
</view>
</view>
</view>
</view>
<view
class=
"bor"
></view>
<view
class=
"bor"
></view>
...
@@ -289,8 +289,8 @@
...
@@ -289,8 +289,8 @@
<text
class=
"text"
>
{{ item.other_batch_attr }}
</text>
<text
class=
"text"
>
{{ item.other_batch_attr }}
</text>
</view>
</view>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<view
class=
"input-box row verCenter"
style=
"flex: 0 0 100%;"
>
<text
class=
"label"
>
拣货数量:
</text>
<text
class=
"label"
>
应
拣货数量:
</text>
<text
class=
"text"
style=
"color: #F98119;"
>
{{ item.pick_qty }}
</text>
<text
class=
"text"
style=
"color: #F98119;"
>
{{ item.
lock_qty - item.
pick_qty }}
</text>
</view>
</view>
<view
class=
"input-box row verCenter"
>
<view
class=
"input-box row verCenter"
>
<text
class=
"label"
>
销 售 员:
</text>
<text
class=
"label"
>
销 售 员:
</text>
...
...
pages/stockRecheck/index.vue
View file @
7f8bb222
...
@@ -45,15 +45,7 @@
...
@@ -45,15 +45,7 @@
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"label"
>
上游备注:
</text>
<text
class=
"tt"
>
{{
item
.
upstream_remark
}}
</text>
<text
class=
"tt"
>
{{
item
.
upstream_remark
}}
</text>
</view>
</view>
<view
class=
"btn-box row"
>
<view
class=
"btn-box row"
><navigator
:url=
"'/pages/stockRecheck/sort?stock_out_id=' + item.stock_out_id"
class=
"btn1 row rowCenter verCenter"
hover-class=
"none"
>
选择
</navigator></view>
<!-- 出库单状态为全部复核时,则显示【详情】按钮 -->
<template
v-if=
"item.stock_out_status == 7"
>
<navigator
class=
"btn2 row rowCenter verCenter"
:url=
"'/pages/stockRecheck/record?stock_out_sn=' + item.stock_out_sn"
hover-class=
"none"
>
详情
</navigator>
</
template
>
<
template
v-else-if=
"item.stock_out_status == 5 || item.stock_out_status == 6"
>
<navigator
:url=
"'/pages/stockRecheck/sort?stock_out_id=' + item.stock_out_id"
class=
"btn1 row rowCenter verCenter"
hover-class=
"none"
>
选择
</navigator>
</
template
>
</view>
</view>
</view>
</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