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
b4f537be
Commit
b4f537be
authored
Aug 27, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4c9d14f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
Archivesmaterials.vue
src/components/Materialman/Archivesmaterials.vue
+19
-19
No files found.
src/components/Materialman/Archivesmaterials.vue
View file @
b4f537be
...
...
@@ -37,12 +37,12 @@
</ul>
<vxe-table
stripe
style=
"margin-top:15px"
:loading=
"loading"
:data=
"tableData"
>
<vxe-table-column
field=
"SuppliesNum"
title=
"档案编码"
>
<vxe-table-column
field=
"SuppliesNum"
title=
"档案编码"
>
<template
v-slot=
"
{ row }">
<span
class=
"underline"
@
click=
"getCheckDes(row)"
>
{{
row
.
SuppliesNum
}}
</span>
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"Name"
title=
"档案名称"
>
<vxe-table-column
field=
"Name"
title=
"档案名称"
width=
'200'
>
<
template
v-slot=
"{ row }"
>
<span
class=
"underline"
@
click=
"getCheckDes(row)"
>
{{
row
.
Name
}}
</span>
</
template
>
...
...
@@ -56,7 +56,7 @@
<vxe-table-column
field=
"BrandName"
title=
"品牌"
></vxe-table-column>
<vxe-table-column
field=
"Money"
title=
"成本价"
></vxe-table-column>
<vxe-table-column
field=
"SupplierName"
title=
"供应商"
></vxe-table-column>
<vxe-table-column
field=
"Barcode"
title=
"条形码号"
></vxe-table-column
>
<!-- <vxe-table-column field="Barcode" title="条形码号"></vxe-table-column>--
>
<vxe-table-column
field=
"UpdateDate"
title=
"库存"
>
<
template
v-slot=
"{ row }"
>
<p>
预警库存:
{{
row
.
ReservedStock
}}
</p>
...
...
@@ -70,7 +70,7 @@
<p>
{{
row
.
UpdateDate
}}
</p>
</
template
>
</vxe-table-column>
<vxe-table-column
field=
"
UpdateDate
"
title=
"备注"
></vxe-table-column>
<vxe-table-column
field=
"
Remark
"
title=
"备注"
></vxe-table-column>
<vxe-table-column
field=
"address"
title=
"操作"
>
<
template
v-slot=
"{ row }"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
...
...
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