diff --git a/src/api/automatedWarehouse/notifyDetailQuery.js b/src/api/automatedWarehouse/notifyDetailQuery.js
index 3181390..a00bb30 100644
--- a/src/api/automatedWarehouse/notifyDetailQuery.js
+++ b/src/api/automatedWarehouse/notifyDetailQuery.js
@@ -15,3 +15,10 @@ export const searchNotifyOrderList = data => createAPI('/automatedWarehouse/noti
*/
export const searchMaterialListDetail = data => createAPI('/automatedWarehouse/notifyDetailQuery/searchMaterialListDetail', 'post', data)
+// ========== 业务操作 ========== - rqrq
+
+/**
+ * 关闭申请单任务 - rqrq
+ * 功能:更新transport_flag为'Y',解除栈板调用状态
+ */
+export const closeNotifyTask = data => createAPI('/automatedWarehouse/notifyDetailQuery/closeNotifyTask', 'post', data)
diff --git a/src/views/modules/automatedWarehouse/notifyDetailQuery.vue b/src/views/modules/automatedWarehouse/notifyDetailQuery.vue
index 1f8765e..265da29 100644
--- a/src/views/modules/automatedWarehouse/notifyDetailQuery.vue
+++ b/src/views/modules/automatedWarehouse/notifyDetailQuery.vue
@@ -78,6 +78,21 @@
{{ scope.row[item.columnProp] }}
+
+
+
+
+
+
+ 强制完成
+
+ -
+
+
@@ -137,7 +152,8 @@