Commit 5405af5b authored by xieyishang's avatar xieyishang

~~

parent b5652f2d
......@@ -8,7 +8,7 @@
<el-col :span='9' class="pos_order" id="order_list">
<el-tabs style="padding-left:10px;">
<el-tab-pane label="购物单">
<p v-if="scannedCode">{{ scannedCode }}</p>
<!-- <p v-if="scannedCode">{{ scannedCode }}</p> -->
<el-table :data="tableData" border style="width:100%;">
<el-table-column prop="title" label="商品名称"> </el-table-column>
<el-table-column prop="count" label="数量">
......@@ -29,14 +29,14 @@
<small>数量:</small>{{ totalCount }}<small>金额:</small>{{ totalMoney }}
</div>
<div class="pos_btn">
<el-button type="success" @click="focusfun" >监听扫码识别</el-button>
<el-button type="danger" @click="delAllGoods()">清空购物单</el-button>
<el-button type="success" @click="checkOut()">结账</el-button>
<el-button size="large" type="primary" @click="focusfun" >监听扫码识别</el-button>
<el-button size="large" type="danger" @click="delAllGoods()">清空购物单</el-button>
<el-button size="large" type="success" @click="checkOut()">结账</el-button>
</div>
</el-tab-pane>
</el-tabs>
</el-col>
<el-col :span="15">
<el-col :span="15">
<el-header>
<div class="left-panel">
<el-input v-model="search.keyword" placeholder="关键词" style="width:150px; margin-right: 10px;" clearable />
......
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