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

入库单增加字段

parent 5eecd8e4
......@@ -27,6 +27,9 @@
</li>
<li>
<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>
<el-select size="small" filterable clearable v-model="msg.WarehouseId" placeholder="仓库" @change="msg.pageIndex=1,getList()">
......@@ -59,6 +62,7 @@
<th>入库单编码</th>
<th>仓库名称</th>
<th>供应商名称</th>
<th>财务单ID</th>
<th>耗材名称</th>
<th>规格</th>
......@@ -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.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>
......@@ -371,7 +376,8 @@ export default {
SuppliesNum:"",
BrandName:'',
CategoryId:'',
SupplierName:''
SupplierName:'',
FinanceId:'',
},
wuliaodig:false,
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