Commit 9fd601d2 authored by 黄媛媛's avatar 黄媛媛

入库单增加字段

parent 5eecd8e4
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
</li> </li>
<li> <li>
<el-input class="w200" size="small" v-model="msg.SupplierName" placeholder="供应商" @keyup.enter.native="msg.pageIndex=1,getList()"></el-input> <el-input class="w200" size="small" v-model="msg.SupplierName" placeholder="供应商" @keyup.enter.native="msg.pageIndex=1,getList()"></el-input>
</li>
<li>
<el-input class="w200" size="small" v-model="msg.FinanceId" placeholder="财务单Id" @keyup.enter.native="msg.pageIndex=1,getList()"></el-input>
</li> </li>
<li> <li>
<el-select size="small" filterable clearable v-model="msg.WarehouseId" placeholder="仓库" @change="msg.pageIndex=1,getList()"> <el-select size="small" filterable clearable v-model="msg.WarehouseId" placeholder="仓库" @change="msg.pageIndex=1,getList()">
...@@ -59,6 +62,7 @@ ...@@ -59,6 +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>
...@@ -84,6 +88,7 @@ ...@@ -84,6 +88,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>
...@@ -371,7 +376,8 @@ export default { ...@@ -371,7 +376,8 @@ export default {
SuppliesNum:"", SuppliesNum:"",
BrandName:'', BrandName:'',
CategoryId:'', CategoryId:'',
SupplierName:'' SupplierName:'',
FinanceId:'',
}, },
wuliaodig:false, wuliaodig:false,
wlcheckList:[], wlcheckList:[],
......
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