|
@@ -50,7 +50,7 @@
|
|
|
<el-form-item style="margin-left: 0">
|
|
|
<el-button type="info" icon="Search" @click="handleQuery">搜索
|
|
|
</el-button>
|
|
|
- <el-button type="info" icon="Download" @click="handleExport">导出未盘点批次
|
|
|
+ <el-button type="info" icon="Download" @click="handleExport">导出盘点明细
|
|
|
</el-button>
|
|
|
<el-button :disabled="queryParams.deptId == null || queryParams.deptId == '0'" type="primary" icon="Check" v-hasPermi="['business:inventoryCheck:notProductionCheck']"
|
|
|
@click="handleTaksLot">未生产批次盘点
|
|
@@ -305,7 +305,7 @@ const reset = () => {
|
|
|
};
|
|
|
|
|
|
function handleExport() {
|
|
|
- exportNoStartLot({ takeStockPeriodId: queryParams.value.takeStockPeriodId, isTaksStock: 0 })
|
|
|
+ exportNoStartLot({ takeStockPeriodId: queryParams.value.takeStockPeriodId })
|
|
|
}
|
|
|
function handleExportStorage() {
|
|
|
exportStorageLot({takeStockPeriodId: queryParams.value.takeStockPeriodId})
|