Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
612fc923
Commit
612fc923
authored
Jul 20, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改出入库单详情
parent
2093a834
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
13 deletions
+20
-13
InAndOutDdetails.vue
src/components/FinancialModule/InAndOutDdetails.vue
+20
-13
No files found.
src/components/FinancialModule/InAndOutDdetails.vue
View file @
612fc923
...
...
@@ -19,18 +19,22 @@
<div
class=
"outboundD"
>
<div
v-if=
"OtherType==15"
class=
"xiangq"
>
<div>
<span
class=
"topkuang"
>
仓库名称:
{{
dataList2
.
WareHouseName
}}
</span>
<span
class=
"topkuang"
>
备注:
{{
dataList2
.
Remark
}}
</span>
<el-tag
style=
"margin-right: 10px;"
>
仓库名称:
{{
dataList2
.
WareHouseName
}}
</el-tag>
<el-tag
style=
"margin-right: 10px;"
>
备注:
{{
dataList2
.
Remark
}}
</el-tag>
<!--
<span
class=
"topkuang"
>
仓库名称:
{{
dataList2
.
WareHouseName
}}
</span>
<span
class=
"topkuang"
>
备注:
{{
dataList2
.
Remark
}}
</span>
-->
</div>
</div>
<div
v-if=
"OtherType==16"
class=
"xiangq"
>
<div>
<span
class=
"topkuang"
>
出库状态:
{{
dataList
.
StockOutStateStr
}}
</span>
<span
class=
"topkuang"
>
出库单编码:
{{
dataList
.
StockOutNum
}}
</span>
<span
class=
"topkuang"
>
出库时间:
{{
dataList
.
UpdateDate
}}
</span>
<span
class=
"topkuang"
>
仓库名称 :
{{
dataList
.
WareHouseName
}}
</span>
<span
class=
"topkuang"
>
领取人:
{{
dataList
.
EmName
}}
</span>
<span
class=
"topkuang"
>
操作人/时间:
{{
dataList
.
UpdateBy
}}
/
{{
dataList
.
StockOutDate
}}
</span>
<el-tag
style=
"margin-right: 10px;"
>
出库状态:
{{
dataList
.
StockOutStateStr
}}
</el-tag>
<el-tag
style=
"margin-right: 10px;"
>
出库单编码:
{{
dataList
.
StockOutNum
}}
</el-tag>
<el-tag
style=
"margin-right: 10px;"
>
出库时间:
{{
dataList
.
UpdateDate
}}
</el-tag>
<el-tag
style=
"margin-right: 10px;"
>
仓库名称:
{{
dataList
.
WareHouseName
}}
</el-tag>
<el-tag
style=
"margin-right: 10px;"
>
领取人:
{{
dataList
.
EmName
}}
</el-tag>
<el-tag
style=
"margin-right: 10px;"
>
操作人/时间:
{{
dataList
.
UpdateBy
}}
/
{{
dataList
.
StockOutDate
}}
</el-tag>
</div>
</div>
...
...
@@ -84,6 +88,8 @@
</el-table-column>
</el-table>
<el-table
v-if=
"OtherType==16"
:data=
"dataList.DetailList"
stripe
...
...
@@ -91,22 +97,23 @@
<el-table-column
prop=
"SuppliesName"
label=
"耗材名称 "
width=
"700"
>
</el-table-column>
<el-table-column
prop=
"SuppliesNum"
label=
"耗材编码 "
width=
"110"
>
>
</el-table-column>
<el-table-column
prop=
"CategoryName"
label=
"分类名称 "
width=
"200"
>
>
</el-table-column>
<el-table-column
prop=
"WareHouseName"
label=
"品牌名称 "
width=
"210"
>
>
<
template
slot-scope=
"scope"
>
<span
v-for=
"(x,y) in scope.row.GoodsCategoryList"
:key=
"y"
>
{{
x
}}
<span
v-if=
"scope.row.GoodsCategoryList.length !== y+1"
>
,
</span></span>
</
template
>
...
...
@@ -114,12 +121,12 @@
<el-table-column
prop=
"InventoryNum"
label=
"库存 "
width=
"110"
>
>
</el-table-column>
<el-table-column
prop=
"Number"
label=
"数量 "
width=
"110"
>
>
</el-table-column>
...
...
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