@ -2,7 +2,7 @@
<div class="app-container home">
<el-row :gutter="20">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>欢迎使用UDI自助平台</h2>
<h2>欢迎使用UDI管理平台</h2>
</el-col>
</el-row>
@ -244,9 +244,10 @@
label="单据数量" width="100"
prop="count"
></el-table-column>
<!--prop="reCount" width="100" 单据数量都是用扫描做的,所以单据数量=扫码数量??-->
<el-table-column
label="扫码数量"
prop="reCount" width="100"
prop="count" width="100"
label="价格" width="100"
@ -43,6 +43,7 @@
:disabled="list.length > 0"
@select="handleSelect"
@keypress.enter.native="spaceEnterKey($event)"
@clear="clearFormData"
clearable
style="width: 90%"
></el-autocomplete>
@ -169,7 +169,7 @@ export default {
id: null,
status: null,
page: 1,
limit: 20,
limit: 10,
};
this.syncTime = null;
this.getList();