Commit 19c0a358 authored by Mac's avatar Mac

1

parent 4fc5d539
......@@ -155,8 +155,8 @@
</el-col>
</el-row>
<div class="row" style="margin-top: 10px" v-if="x.InventoryNum != x.Number">
<span>扫码</span>
<el-input v-model="x.input" @input="$forceUpdate(),payCode(x,y)" placeholder="商品出库条码" style="display:inline-block;width:300px;height:30px"></el-input>
<span>扫码</span>
<el-input v-model="x.input" @input="$forceUpdate()" @keyup.enter.native="$forceUpdate(),payCode(x,y)" placeholder="商品出库条码" style="display:inline-block;width:300px;height:30px"></el-input>
</div>
<el-table :data="x.list" v-if="x.InventoryNum != x.Number" border style="width: 100%;margin-Top:20px" >
<el-table-column prop="SuppliesNum" label="编号" ></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