Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assets
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
assets
Commits
eb5f26b9
Commit
eb5f26b9
authored
Jul 16, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
781687a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
outboundApplication.vue
src/components/assetsman/outboundApplication.vue
+9
-8
outboundDetail.vue
src/components/assetsman/outboundDetail.vue
+6
-0
No files found.
src/components/assetsman/outboundApplication.vue
View file @
eb5f26b9
...
@@ -17,16 +17,16 @@
...
@@ -17,16 +17,16 @@
</el-option>
</el-option>
</el-select>
</el-select>
</li>
</li>
<li>
<
!--
<
li>
<el-select
size=
"small"
v-model=
"msg.OutStatus"
@
change=
"msg.pageIndex=1,getList()"
>
<el-select
size=
"small"
v-model=
"msg.OutStatus"
@
change=
"msg.pageIndex=1,getList()"
>
<el-option
v-for=
"item in OutStatusList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
<el-option
v-for=
"item in OutStatusList"
:key=
"item.Id"
:label=
"item.Name"
:value=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
</li>
</li>
-->
</ul>
</ul>
<div>
<div>
<vxe-table
stripe
style=
"margin-top:15px"
:loading=
"loading"
:data=
"tableData"
>
<vxe-table
stripe
style=
"margin-top:15px"
:loading=
"loading"
:data=
"tableData"
>
<vxe-table-column
field=
"Name"
title=
"
资产
状态"
>
<vxe-table-column
field=
"Name"
title=
"
申请
状态"
>
<template
v-slot=
"
{ row }">
<template
v-slot=
"
{ row }">
<span
class=
"commonStyle hoverSpan1"
></span>
<span
class=
"commonStyle hoverSpan1"
></span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"row.ApplyStatus==1"
>
待
</span>
<span
class=
"ColorSpan purpleSpan"
v-if=
"row.ApplyStatus==1"
>
待
</span>
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<vxe-table-column
field=
"OutNo"
title=
"出库订单号"
></vxe-table-column>
<vxe-table-column
field=
"OutNo"
title=
"出库订单号"
></vxe-table-column>
<vxe-table-column
field=
"Delivered"
title=
"已发货数"
></vxe-table-column>
<vxe-table-column
field=
"Delivered"
title=
"已发货数"
></vxe-table-column>
<vxe-table-column
field=
"NotOutStock"
title=
"未发货数"
></vxe-table-column>
<vxe-table-column
field=
"NotOutStock"
title=
"未发货数"
></vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"
资产
状态"
>
<vxe-table-column
field=
"Name"
title=
"
出库
状态"
>
<
template
v-slot=
"{ row }"
>
<
template
v-slot=
"{ row }"
>
<span
v-if=
"row.OutStatus==0"
>
未出库
</span>
<span
v-if=
"row.OutStatus==0"
>
未出库
</span>
<span
v-if=
"row.OutStatus==1"
>
部分出库
</span>
<span
v-if=
"row.OutStatus==1"
>
部分出库
</span>
...
@@ -116,13 +116,13 @@
...
@@ -116,13 +116,13 @@
Name
:
'拒绝'
Name
:
'拒绝'
}],
}],
OutStatusList
:
[{
OutStatusList
:
[{
Id
:
0
,
Id
:
-
1
,
Name
:
'全部'
Name
:
'全部'
},
{
},
{
Id
:
1
,
Id
:
0
,
Name
:
'未出库'
Name
:
'未出库'
},
{
},
{
Id
:
2
,
Id
:
1
,
Name
:
'部分出库'
Name
:
'部分出库'
},
{
},
{
Id
:
3
,
Id
:
3
,
...
@@ -131,8 +131,9 @@
...
@@ -131,8 +131,9 @@
msg
:
{
msg
:
{
pageIndex
:
1
,
pageIndex
:
1
,
pageSize
:
15
,
pageSize
:
15
,
SupplierId
:
0
,
ApplyStatus
:
0
,
ApplyStatus
:
0
,
OutStatus
:
0
,
//
OutStatus: 0,
},
},
Updatemsg
:
{
Updatemsg
:
{
ID
:
0
,
ID
:
0
,
...
...
src/components/assetsman/outboundDetail.vue
View file @
eb5f26b9
...
@@ -77,6 +77,12 @@
...
@@ -77,6 +77,12 @@
<vxe-table-column
field=
"Specification"
title=
"商品规格"
></vxe-table-column>
<vxe-table-column
field=
"Specification"
title=
"商品规格"
></vxe-table-column>
<vxe-table-column
field=
"Number"
title=
"购买数量"
></vxe-table-column>
<vxe-table-column
field=
"Number"
title=
"购买数量"
></vxe-table-column>
<vxe-table-column
field=
"nowBound"
title=
"正在出库"
></vxe-table-column>
<vxe-table-column
field=
"nowBound"
title=
"正在出库"
></vxe-table-column>
<
template
v-slot:empty
>
<span>
<p>
仓库中暂无商品
</p>
</span>
</
template
>
</vxe-table>
</vxe-table>
</div>
</div>
</div>
</div>
...
...
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