Commit 612fc923 authored by 黄媛媛's avatar 黄媛媛

修改出入库单详情

parent 2093a834
...@@ -19,18 +19,22 @@ ...@@ -19,18 +19,22 @@
<div class="outboundD"> <div class="outboundD">
<div v-if="OtherType==15" class="xiangq"> <div v-if="OtherType==15" class="xiangq">
<div> <div>
<span class="topkuang">仓库名称:{{dataList2.WareHouseName}}</span> <el-tag style="margin-right: 10px;">仓库名称:{{dataList2.WareHouseName}}</el-tag>
<span class="topkuang">备注:{{dataList2.Remark}}</span> <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> </div>
<div v-if="OtherType==16" class="xiangq"> <div v-if="OtherType==16" class="xiangq">
<div> <div>
<span class="topkuang">出库状态:{{dataList.StockOutStateStr}}</span> <el-tag style="margin-right: 10px;">出库状态:{{dataList.StockOutStateStr}}</el-tag>
<span class="topkuang">出库单编码:{{dataList.StockOutNum}}</span> <el-tag style="margin-right: 10px;">出库单编码:{{dataList.StockOutNum}}</el-tag>
<span class="topkuang">出库时间:{{dataList.UpdateDate}}</span> <el-tag style="margin-right: 10px;">出库时间:{{dataList.UpdateDate}}</el-tag>
<span class="topkuang">仓库名称 :{{dataList.WareHouseName}}</span> <el-tag style="margin-right: 10px;">仓库名称:{{dataList.WareHouseName}}</el-tag>
<span class="topkuang">领取人:{{dataList.EmName}}</span> <el-tag style="margin-right: 10px;">领取人:{{dataList.EmName}}</el-tag>
<span class="topkuang">操作人/时间:{{dataList.UpdateBy}}/{{dataList.StockOutDate}}</span> <el-tag style="margin-right: 10px;">操作人/时间:{{dataList.UpdateBy}}/{{dataList.StockOutDate}}</el-tag>
</div> </div>
</div> </div>
...@@ -84,6 +88,8 @@ ...@@ -84,6 +88,8 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-table v-if="OtherType==16" <el-table v-if="OtherType==16"
:data="dataList.DetailList" :data="dataList.DetailList"
stripe stripe
...@@ -91,22 +97,23 @@ ...@@ -91,22 +97,23 @@
<el-table-column <el-table-column
prop="SuppliesName" prop="SuppliesName"
label="耗材名称 " label="耗材名称 "
width="700"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="SuppliesNum" prop="SuppliesNum"
label="耗材编码 " label="耗材编码 "
width="110"> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="CategoryName" prop="CategoryName"
label="分类名称 " label="分类名称 "
width="200"> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="WareHouseName" prop="WareHouseName"
label="品牌名称 " label="品牌名称 "
width="210"> >
<template slot-scope="scope"> <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> <span v-for="(x,y) in scope.row.GoodsCategoryList" :key="y">{{x}} <span v-if="scope.row.GoodsCategoryList.length !== y+1"> , </span></span>
</template> </template>
...@@ -114,12 +121,12 @@ ...@@ -114,12 +121,12 @@
<el-table-column <el-table-column
prop="InventoryNum" prop="InventoryNum"
label="库存 " label="库存 "
width="110"> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="Number" prop="Number"
label="数量 " label="数量 "
width="110"> >
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment