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
9a1bb78e
authored
Mar 02, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
52ce8e47
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
30 deletions
assets/css/goods/warehouseOperationConfirm.scss
pages/goods/warehouseOperation.vue
pages/goods/warehouseOperationConfirm.vue
util/api.js
assets/css/goods/warehouseOperationConfirm.scss
View file @
9a1bb78e
...
...
@@ -47,13 +47,22 @@
margin-bottom
:
23rpx
;
border-top
:
1px
solid
#e6edf0
;
}
.box
{
width
:
144rpx
;
height
:
144rpx
;
margin-right
:
24rpx
;
image
{
.list
{
flex-wrap
:
wrap
;
.box
{
width
:
144rpx
;
height
:
144rpx
;
margin-right
:
24rpx
;
&
:nth-of-type
(
4n
)
{
margin-right
:
0
;
}
&
:nth-child
(
n
+
5
)
{
margin-top
:
24rpx
;
}
image
{
width
:
144rpx
;
height
:
144rpx
;
}
}
}
}
...
...
@@ -63,7 +72,7 @@
background
:
#ffffff
;
border-radius
:
4rpx
;
margin-bottom
:
48rpx
;
.top
{
.top
{
.title
{
.arrow
{
width
:
12rpx
;
...
...
@@ -79,37 +88,37 @@
}
}
}
.list
{
.box
{
.list
{
.box
{
height
:
123rpx
;
border-bottom
:
1px
solid
#
E6EDF
0
;
&
:last-child
{
border-bottom
:
1px
solid
#
e6edf
0
;
&
:last-child
{
border-bottom
:
none
;
}
.w1
{
.w1
{
width
:
241rpx
;
}
.text
{
.tt
{
.t1
{
font-size
:
22rpx
;
color
:
#6E767A
;
}
.t2
{
font-size
:
22rpx
;
color
:
#404547
;
}
.text
{
.tt
{
.t1
{
font-size
:
22rpx
;
color
:
#6e767a
;
}
.t2
{
font-size
:
22rpx
;
color
:
#404547
;
}
}
}
.camera
{
.camera
{
width
:
80rpx
;
height
:
60rpx
;
background
:
#197
ADB
;
background
:
#197
adb
;
border-radius
:
4rpx
;
font-size
:
22rpx
;
color
:
#
FFFFFF
;
&
.disable
{
background
:
#9
CA8AD
;
color
:
#
ffffff
;
&
.disable
{
background
:
#9
ca8ad
;
}
}
}
...
...
pages/goods/warehouseOperation.vue
View file @
9a1bb78e
...
...
@@ -26,8 +26,8 @@
<text
class=
"t2"
>
(
{{
total
}}
)
</text>
</view>
</view>
<view
class=
"list"
v-if=
"
warehouseOperation.length
> 0"
>
<navigator
class=
"box row verCenter"
url=
"/pages/goods/warehouseOperationConfirm
"
hover-class=
"none"
v-for=
"(item, index) in warehouseOperation"
:key=
"index"
>
<view
class=
"list"
v-if=
"
total
> 0"
>
<navigator
class=
"box row verCenter"
:url=
"'/pages/goods/warehouseOperationConfirm?weonlt_id=' + item.weonlt_id
"
hover-class=
"none"
v-for=
"(item, index) in warehouseOperation"
:key=
"index"
>
<template
v-if=
"item.arrival_status == 1"
>
<text
class=
"status-text-no"
>
{{
item
.
arrival_status_cn
}}
</text>
</
template
>
...
...
@@ -87,7 +87,7 @@ export default {
textArr
:
[
'待作业'
],
warehouseOperation
:
[],
erp_order_sn
:
''
,
total
:
0
,
total
:
1
,
page
:
1
,
limit
:
10
,
is_loading
:
false
...
...
@@ -126,6 +126,7 @@ export default {
this
.
input_status
=
false
;
},
inputChange
()
{
this
.
total
=
0
;
this
.
page
=
1
;
this
.
warehouseOperation
=
[];
this
.
getData
();
...
...
pages/goods/warehouseOperationConfirm.vue
View file @
9a1bb78e
This diff is collapsed.
Click to expand it.
util/api.js
View file @
9a1bb78e
...
...
@@ -36,7 +36,15 @@ const API = {
/**
* 仓内作业列表
* */
warehouseOperationList
:
API_BASE
+
'/supplywechatwms/warehouseOperationList'
warehouseOperationList
:
API_BASE
+
'/supplywechatwms/warehouseOperationList'
,
/**
* 仓内作业详情
* */
warehouseOperationDetail
:
API_BASE
+
'/supplywechatwms/warehouseOperationDetail'
,
/**
* 执行仓内作业
* */
execWarehouseOperation
:
API_BASE
+
'/supplywechatwms/execWarehouseOperation'
}
...
...
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