Commit 00f94a0f authored by 黄媛媛's avatar 黄媛媛

1

parent 9fd601d2
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<th>入库单编码</th> <th>入库单编码</th>
<th>仓库名称</th> <th>仓库名称</th>
<th>供应商名称</th> <th>供应商名称</th>
<th>财务单ID</th>
<th>耗材名称</th> <th>耗材名称</th>
<th>规格</th> <th>规格</th>
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
<th>单价</th> <th>单价</th>
<th>金额</th> <th>金额</th>
<th>数量</th> <th>数量</th>
<th>财务单ID</th>
<th>操作人/时间</th> <th>操作人/时间</th>
<th>操作</th> <th>操作</th>
</thead> </thead>
...@@ -88,7 +89,7 @@ ...@@ -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.StockInNum}}</td>
<td :rowspan="item.DetailList.length" v-if="index==0">{{item.WareHouseName}}</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 :rowspan="item.DetailList.length" v-if="index==0">{{item.SupplierName}}</td>
<td >{{item.FinanceId}}</td>
<td style="width:300px">{{delist.SuppliesName}}</td> <td style="width:300px">{{delist.SuppliesName}}</td>
<td> <td>
<p v-for="(x,y) in delist.GoodsSpecificationList" :key="y">{{x}}{{y+1==delist.GoodsSpecificationList.length?'':','}}</p> <p v-for="(x,y) in delist.GoodsSpecificationList" :key="y">{{x}}{{y+1==delist.GoodsSpecificationList.length?'':','}}</p>
...@@ -99,6 +100,7 @@ ...@@ -99,6 +100,7 @@
<td>{{delist.UnitPrice}}</td> <td>{{delist.UnitPrice}}</td>
<td>{{delist.Money}}</td> <td>{{delist.Money}}</td>
<td>{{delist.Number}}</td> <td>{{delist.Number}}</td>
<td >{{item.FinanceId}}</td>
<td :rowspan="item.DetailList.length" v-if="index==0"> <td :rowspan="item.DetailList.length" v-if="index==0">
<p>{{item.UpdateBy}}</p> <p>{{item.UpdateBy}}</p>
<p>{{item.UpdateDate}}</p> <p>{{item.UpdateDate}}</p>
......
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