|
|
@@ -116,8 +116,10 @@ public class WagesDetailsActivity extends BaseActivity implements View.OnClickLi
|
|
|
return;
|
|
|
}
|
|
|
String gonggao = dataObject.getString("sl_text");
|
|
|
-// if (!StringUtil.isEmpty(gonggao))
|
|
|
+ if (!StringUtil.isEmpty(gonggao))
|
|
|
announcement_tv.setText("通知公告:"+gonggao);
|
|
|
+ else if (gonggao == null)
|
|
|
+ announcement_tv.setText("暂无通知公告");
|
|
|
|
|
|
needSignature = dataObject.getInteger("sl_signature");
|
|
|
if (needSignature == 0) mBtnSignature.setText("确认签收");
|
|
|
@@ -377,6 +379,7 @@ public class WagesDetailsActivity extends BaseActivity implements View.OnClickLi
|
|
|
Toast.makeText(ct,"工资条签名提交成功",Toast.LENGTH_LONG).show();
|
|
|
received_im.setVisibility(View.VISIBLE);
|
|
|
mBtnSignature.setText("已收签");
|
|
|
+ mBtnSignature.setEnabled(false);
|
|
|
closePopupWindow();
|
|
|
}
|
|
|
progressDialog.dismiss();
|