guoyujia 8 mesi fa
parent
commit
e66cf2164b
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/business/inventoryCheck/form.vue

+ 2 - 2
src/views/business/inventoryCheck/form.vue

@@ -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})