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
781687a9
Commit
781687a9
authored
Jul 15, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
6be56460
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
outboundApplication.vue
src/components/assetsman/outboundApplication.vue
+4
-3
No files found.
src/components/assetsman/outboundApplication.vue
View file @
781687a9
...
...
@@ -42,9 +42,9 @@
<vxe-table-column
field=
"NotOutStock"
title=
"未发货数"
></vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"资产状态"
>
<
template
v-slot=
"{ row }"
>
<span
v-if=
"row.OutStatus==
1
"
>
未出库
</span>
<span
v-if=
"row.OutStatus==
2
"
>
部分出库
</span>
<span
v-if=
"row.OutStatus==
3
"
>
全部出库
</span>
<span
v-if=
"row.OutStatus==
0
"
>
未出库
</span>
<span
v-if=
"row.OutStatus==
1
"
>
部分出库
</span>
<span
v-if=
"row.OutStatus==
2
"
>
全部出库
</span>
</
template
>
</vxe-table-column>
...
...
@@ -154,6 +154,7 @@
path
:
path
,
query
:
{
ID
:
item
.
ID
}
});
...
...
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