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