diff --git a/src/api/longchuang/productionPlan.js b/src/api/longchuang/productionPlan.js
index abc5bb5e..57fcdb46 100644
--- a/src/api/longchuang/productionPlan.js
+++ b/src/api/longchuang/productionPlan.js
@@ -33,6 +33,8 @@ export const getNodeAssigneeList = data => createAPI(`/longchuang/productionPlan
export const saveNodeAssignee = data => createAPI(`/longchuang/productionPlan/nodeAssignee/save`, 'post', data)
export const getNodeAssigneeUsers = data => createAPI(`/longchuang/productionPlan/nodeAssignee/users`, 'post', data)
export const getReportLogList = data => createAPI(`/longchuang/productionPlan/reportLog/list`, 'post', data)
+export const getMyReportLogList = data => createAPI(`/longchuang/productionPlan/reportLog/myList`, 'post', data)
+export const cancelReportLog = data => createAPI(`/longchuang/productionPlan/reportLog/cancel`, 'post', data)
// ================= 生产报工 =================
export const getWorkReportOrderList = data => createAPI(`/longchuang/productionPlan/workReport/list`, 'post', data)
diff --git a/src/views/modules/longtron/production-plan-machining-task.vue b/src/views/modules/longtron/production-plan-machining-task.vue
index 967cf0d6..86e9d375 100644
--- a/src/views/modules/longtron/production-plan-machining-task.vue
+++ b/src/views/modules/longtron/production-plan-machining-task.vue
@@ -35,7 +35,7 @@
style="width: 100%"
@current-change="onCurrentRowChange">
-
+
diff --git a/src/views/modules/longtron/production-report-cancel.vue b/src/views/modules/longtron/production-report-cancel.vue
new file mode 100644
index 00000000..4df0e003
--- /dev/null
+++ b/src/views/modules/longtron/production-report-cancel.vue
@@ -0,0 +1,410 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.orderTypeName }}
+
+
+
+
+ {{ scope.row.projectNo || '-' }}
+
+
+
+ {{ scope.row.reportQty || '-' }}
+
+
+
+
+ 取消报工
+
+
+
+
+
+
+
+
+
+
+
+