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
00f94a0f
Commit
00f94a0f
authored
Aug 14, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9fd601d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
rukudan.vue
src/components/Materialman/rukudan.vue
+4
-2
No files found.
src/components/Materialman/rukudan.vue
View file @
00f94a0f
...
...
@@ -62,7 +62,7 @@
<th>
入库单编码
</th>
<th>
仓库名称
</th>
<th>
供应商名称
</th>
<th>
财务单ID
</th>
<th>
耗材名称
</th>
<th>
规格
</th>
...
...
@@ -72,6 +72,7 @@
<th>
单价
</th>
<th>
金额
</th>
<th>
数量
</th>
<th>
财务单ID
</th>
<th>
操作人/时间
</th>
<th>
操作
</th>
</thead>
...
...
@@ -88,7 +89,7 @@
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
StockInNum
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
WareHouseName
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
{{
item
.
SupplierName
}}
</td>
<td
>
{{
item
.
FinanceId
}}
</td>
<td
style=
"width:300px"
>
{{
delist
.
SuppliesName
}}
</td>
<td>
<p
v-for=
"(x,y) in delist.GoodsSpecificationList"
:key=
"y"
>
{{
x
}}{{
y
+
1
==
delist
.
GoodsSpecificationList
.
length
?
''
:
','
}}
</p>
...
...
@@ -99,6 +100,7 @@
<td>
{{
delist
.
UnitPrice
}}
</td>
<td>
{{
delist
.
Money
}}
</td>
<td>
{{
delist
.
Number
}}
</td>
<td
>
{{
item
.
FinanceId
}}
</td>
<td
:rowspan=
"item.DetailList.length"
v-if=
"index==0"
>
<p>
{{
item
.
UpdateBy
}}
</p>
<p>
{{
item
.
UpdateDate
}}
</p>
...
...
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