diff --git a/src/pages/quality/Materialinspection/index.vue b/src/pages/quality/Materialinspection/index.vue
index 75e555a..44bd346 100644
--- a/src/pages/quality/Materialinspection/index.vue
+++ b/src/pages/quality/Materialinspection/index.vue
@@ -99,7 +99,7 @@
-
+
@@ -602,21 +602,21 @@ export default class PurchaseWHSRM extends BasePage {
incomeBatchNo: incomeBatchNo,
};
console.log(query);
- // await this.model.commitCheckTaskList(query);
- // if (this.model.SubmitCode.code == '200') {
- // (this.$refs.uToast as any).show({
- // title: '成功',
- // type: 'default',
- // });
- // this.show = false;
- // this.getlist();
- // this.clear();
- // } else {
- // (this.$refs.uToast as any).show({
- // title: '失败',
- // type: 'default',
- // });
- // }
+ await this.model.commitCheckTaskList(query);
+ if (this.model.SubmitCode.code == '200') {
+ (this.$refs.uToast as any).show({
+ title: '成功',
+ type: 'default',
+ });
+ this.show = false;
+ this.getlist();
+ this.clear();
+ } else {
+ (this.$refs.uToast as any).show({
+ title: '失败',
+ type: 'default',
+ });
+ }
}
clear() {
this.formdata.sampleQuality = null;