Commit 31b9a55d authored by 罗超's avatar 罗超

Merge branch 'master' of http://gitlab.oytour.com/huangyuanyuan/electricitysheep into master

parents 47eb93d7 19c0a358
......@@ -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