抛光,一次合格功能添加
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -45,16 +45,16 @@
|
||||
<el-button type="warning" icon="el-icon-download" size="mini" @click="handleExport">库存清单导出</el-button>
|
||||
</el-col>
|
||||
<el-col :span="1.5">
|
||||
<el-button type="primary" icon="el-icon-refresh" size="mini" @click="handleRecordSync(1)">记录同步</el-button>
|
||||
<el-button type="primary" icon="el-icon-refresh" size="mini" @click="handleRecordSync(1)">自动记录同步</el-button>
|
||||
</el-col>
|
||||
<right-toolbar :columns="columns" :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
<div class="table-data-collect">
|
||||
<span style="font-size: 18px; font-weight: 600">Excel导入盘点总数:{{ StocktakingTotal }}</span>
|
||||
<span style="font-size: 18px; font-weight: 600">上次导入日期:{{ '2025-03-21' }}</span>
|
||||
<span style="font-size: 18px; font-weight: 600">异常零件号:{{ '5615102DSV0100B22' }}</span>
|
||||
<span>当前抛光品总数:{{ RealQuantitySum }}</span>
|
||||
<span>上次导入盘点总数:{{ StocktakingTotal }}</span>
|
||||
<!-- <span>上次导入盘点日期:{{ '2025-03-21' }}</span> -->
|
||||
<!-- <span>异常零件号:{{ '5615102DSV0100B22' }}</span> -->
|
||||
<!-- <span style="font-size: 18px; font-weight: 600; margin-left: 20px">当前查询盘点零件数:{{ QuantitySum }}</span> -->
|
||||
<span style="font-size: 18px; font-weight: 600; margin-left: 20px">抛光品总数:{{ RealQuantitySum }}</span>
|
||||
</div>
|
||||
<!-- 数据区域 -->
|
||||
<el-table :data="dataList" v-loading="loading" ref="table" border highlight-current-row @sort-change="sortChange" @selection-change="handleSelectionChange">
|
||||
@@ -173,7 +173,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="resetRecordQuery">搜索</el-button>
|
||||
<el-button type="primary" icon="el-icon-refresh" size="mini" @click="handleRecordSync(2)">记录同步</el-button>
|
||||
<el-button type="primary" icon="el-icon-refresh" size="mini" @click="handleRecordSync(2)">自动记录同步</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<!-- 数据区域 -->
|
||||
|
||||
Reference in New Issue
Block a user