Selaa lähdekoodia

提交内容:隐藏工作台界面的工资条入口,修复bug

FANGLH 8 vuotta sitten
vanhempi
commit
e07f1d8958

+ 3 - 3
WeiChat/version.properties

@@ -1,5 +1,5 @@
-#Tue Jan 02 14:29:27 CST 2018
-debugName=366
+#Wed Jan 03 12:48:02 CST 2018
+debugName=367
 versionName=624
-debugCode=366
+debugCode=367
 versionCode=163

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

@@ -248,15 +248,6 @@
         "menuUrl": "",
         "caller": "",
         "isHide": false
-      },
-      {
-        "isLocalMenu": true,
-        "menuName": "str_company_salary",
-        "menuIcon": "company_salary",
-        "menuActivity": "com.modular.appme.CheckWagesActivity",
-        "menuUrl": "",
-        "caller": "",
-        "isHide": false
       }
     ]
   },

+ 1 - 0
app_modular/appworks/src/main/java/com/uas/appworks/OA/platform/activity/PlatWDdetailyActivity.java

@@ -136,6 +136,7 @@ public class PlatWDdetailyActivity extends BaseActivity {
         approval_flowlv = (MyListView) findViewById(R.id.work_daily_detail_approval_flow_lv);
         unsubmit_iv = (ImageView) findViewById(R.id.work_daily_unsubmit_iv);
         resubmit_ll = (LinearLayout) findViewById(R.id.common_docui_resubmit_ll);
+        resanddel_ll = (LinearLayout) findViewById(R.id.item_common_docui_res_and_del_ll);
         delete_ll = (LinearLayout) findViewById(R.id.common_docui_delete_ll);
         resubmit_tv = (TextView) findViewById(R.id.common_docui_resubmit_tv);
         hide_above_af = findViewById(R.id.hide_above_af);