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
d5f3bc5a
authored
Apr 06, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
增加qty
parent
b8d6168a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
assets/css/goods/warehouseOperationConfirm.scss
pages/goods/warehouseOperationConfirm.vue
assets/css/goods/warehouseOperationConfirm.scss
View file @
d5f3bc5a
...
...
@@ -90,7 +90,7 @@
}
.list
{
.box
{
height
:
1
23
rpx
;
height
:
1
60
rpx
;
border-bottom
:
1px
solid
#e6edf0
;
&
:last-child
{
border-bottom
:
none
;
...
...
pages/goods/warehouseOperationConfirm.vue
View file @
d5f3bc5a
...
...
@@ -64,6 +64,12 @@
<text
class=
"t1"
>
指令作业数:
</text>
<text
class=
"t2"
>
{{
item
.
instructions_num
}}
</text>
</view>
<view
class=
"tt row verCenter"
>
<view
class=
"w1"
>
<text
class=
"t1"
>
作业数量:
</text>
<text
class=
"t2"
>
{{
item
.
qty
}}
</text>
</view>
</view>
</view>
<view
class=
"camera disable row rowCenter verCenter"
v-if=
"item.operation_img"
>
已上传
</view>
<view
class=
"camera row rowCenter verCenter"
@
click=
"chooseImageChange()"
v-else=
"item.operation_img"
>
拍照
</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