|
|
@@ -32,7 +32,7 @@
|
|
|
import productReleaseApproval from '../../print/electrodeBatchRecord/productReleaseApproval.vue';
|
|
|
import samplingForm from '../../print/electrodeBatchRecord/samplingForm.vue';
|
|
|
import {
|
|
|
- checklistrecordPage,
|
|
|
+ checklistrecordBatchRecordPage,
|
|
|
checklistrecordQueryPrint
|
|
|
} from '@/api/checklistrecord/index';
|
|
|
import {
|
|
|
@@ -40,7 +40,7 @@
|
|
|
querySamplingPrint
|
|
|
} from '@/api/samplingRecords';
|
|
|
import {
|
|
|
- getList as unacceptedProductPage,
|
|
|
+ batchRecordPage as unacceptedProductPage,
|
|
|
queryPrint as queryUnacceptedProductPrint
|
|
|
} from '@/api/unacceptedProduct/index';
|
|
|
import { getByCode } from '@/api/system/dictionary-data';
|
|
|
@@ -914,7 +914,7 @@
|
|
|
size: limit,
|
|
|
...this.tableQuery
|
|
|
};
|
|
|
- const res = checklistrecordPage(body);
|
|
|
+ const res = checklistrecordBatchRecordPage(body);
|
|
|
Promise.resolve(res).then((data) => {
|
|
|
this.tableData = data?.list || data?.records || [];
|
|
|
});
|