liyong
18 小时以前 1977c4bf0dde747823ebdd61e3acab9053d65c90
src/views/inventoryManagement/receiptManagement/index.vue
@@ -285,7 +285,7 @@
                      layout="total, sizes, prev, pager, next, jumper"
                      :page="page.current"
                      :limit="page.size"
                      @pagination="paginationChange"/>
                      @pagination="pageProductChange"/>
        </div>
      </el-tab-pane>
    </el-tabs>
@@ -378,7 +378,7 @@
    params.timeStr = searchForm.value.timeStr;
  }
  params.productCategory = searchForm.value.productCategory;
  if (activeTab.value === "production") {
  if (activeTab.value === "product") {
    getStockInPageByProductProduction(params)
        .then(res => {
          tableLoading.value = false;