FANGLH 7 years ago
parent
commit
6f13d14f97

+ 10 - 0
app_core/common/src/main/assets/work_menu.json

@@ -224,6 +224,16 @@
         "menuUrl": "",
         "caller": "",
         "isHide": false
+      },
+      {
+        "isLocalMenu": true,
+        "menuName": "str_shipment_order",
+        "menuIcon": "company_salary",
+        "menuActivity": "com.modular.work.OA.erp.activity.form.FormListSelectActivity",
+        "menuTag": "local_company_salary",
+        "menuUrl": "",
+        "caller": "",
+        "isHide": false
       }
     ]
   },

+ 2 - 0
app_core/common/src/main/res/values/strings.xml

@@ -2071,4 +2071,6 @@
     <string name="srl_content_empty">The content view in SmartRefreshLayout is empty. Do you forget to add it in xml layout file?</string>
     <string name="srl_component_falsify" formatted="false">%s falsify area,\n Represents the height[%.1fdp] of drag at run time,\n It does not show anything.</string>
     <string name="project_business_chance">项目商机</string>
+    <string name="str_shipment_order">出货单</string>
+
 </resources>