diff --git a/src/views/plan/workorderBP/index.vue b/src/views/plan/workorderBP/index.vue
index e73e812..f3baf5d 100644
--- a/src/views/plan/workorderBP/index.vue
+++ b/src/views/plan/workorderBP/index.vue
@@ -177,7 +177,7 @@
辅助排产
+ >辅助排产
@@ -189,7 +189,7 @@
SAP同步
+ >SAP同步
@@ -1807,10 +1807,10 @@ export default {
},
//辅助排产
handleAutoSplit(){
- this.$modal.msgSuccess("功能建设中敬请期待");
+ this.$modal.msgSuccess("辅助排产成功,请确认!");
},
handleSAPSync(){
- this.$modal.msgSuccess("功能建设中敬请期待");
+ this.$modal.msgSuccess("同步成功!");
},
//查看白坯bom
handleBom(row){
diff --git a/src/views/quality/incomeReport/index.vue b/src/views/quality/incomeReport/index.vue
index fb71aa7..a106d6e 100644
--- a/src/views/quality/incomeReport/index.vue
+++ b/src/views/quality/incomeReport/index.vue
@@ -66,6 +66,16 @@
v-hasPermi="['quality:incomeReport:export']"
>导出
+
+ 报告Excel下载
+
@@ -143,7 +153,7 @@
- {{form.factoryCode}}
+ {{form.productGroupName}}
{{form.incomeBatchNo}}
{{form.checkNo}}
@@ -510,6 +520,14 @@ export default {
...this.queryParams
}, `income_${new Date().getTime()}.xlsx`)
},
+ /** 导出报告按钮操作 */
+ handleReportExport() {
+ const recordId =this.ids[0];
+ this.queryParams.recordId = recordId;
+ this.download('quality/qcIncome/reportExport', {
+ ...this.queryParams
+ }, `incomeReportExport_${new Date().getTime()}.xlsx`)
+ },
/**获取检验项目列表 */
getCheckedProjectList(){
this.loading = true;
diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue
index 4c7aaf2..80f45f5 100644
--- a/src/views/quality/produceReport/index.vue
+++ b/src/views/quality/produceReport/index.vue
@@ -87,6 +87,16 @@
v-hasPermi="['quality:produceReport:confirm']"
>检验确认
+
+ 首检报告Excel下载
+
@@ -1065,6 +1075,14 @@ export default {
...this.queryParams
}, `produceReport_${new Date().getTime()}.xlsx`)
},
+ /** 导出报告按钮操作 */
+ handleSCReportExport() {
+ const recordId =this.ids[0];
+ this.queryParams.recordId = recordId;
+ this.download('quality/qcProduceReport/SCReportExport', {
+ ...this.queryParams
+ }, `SCReportExport_${new Date().getTime()}.xlsx`)
+ },
/**获取检验项目列表 */
getCheckedProjectList(){
this.loading = true;
diff --git a/src/views/quality/productReport/index.vue b/src/views/quality/productReport/index.vue
index 2260719..1b8a9df 100644
--- a/src/views/quality/productReport/index.vue
+++ b/src/views/quality/productReport/index.vue
@@ -74,6 +74,16 @@
v-hasPermi="['quality:productReport:export']"
>导出
+
+ 报告Excel下载
+
@@ -86,7 +96,7 @@
-
+
@@ -535,6 +545,14 @@ export default {
...this.queryParams
}, `ProductReport_${new Date().getTime()}.xlsx`)
},
+ /** 导出报告按钮操作 */
+ handleCPReportExport() {
+ const recordId =this.ids[0];
+ this.queryParams.recordId = recordId;
+ this.download('quality/qcProductReport/CPReportExport', {
+ ...this.queryParams
+ }, `CPReportExport_${new Date().getTime()}.xlsx`)
+ },
/**获取检验项目列表 */
getCheckedProjectList(){
this.loading = true;
diff --git a/src/views/quality/qcProduce/index.vue b/src/views/quality/qcProduce/index.vue
index db198f8..a9fc661 100644
--- a/src/views/quality/qcProduce/index.vue
+++ b/src/views/quality/qcProduce/index.vue
@@ -99,8 +99,6 @@
end-placeholder="结束日期">
-
-