Browse Source

添加拣货和上丝弹窗选项

lph 1 year ago
parent
commit
1f60663dd3
1 changed files with 9 additions and 1 deletions
  1. 9 1
      zkqy-ui/src/views/system/bpmnPro/data/index.js

+ 9 - 1
zkqy-ui/src/views/system/bpmnPro/data/index.js

@@ -90,6 +90,14 @@ export const formList = [
   {
     formKey: "WareHousing",
     formName: "JY-入库",
-  }
+  },
+  {
+    formKey: "Sorting",
+    formName: "加弹-拣货",
+  },
+  {
+    formKey: "UpSilk",
+    formName: "加弹-上丝",
+  },
 ]