Skip to content
项目
Groups
代码片段
帮助
正在加载...
Sign in / Register
Toggle navigation
W
workoffice
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图表
统计图
Create a new issue
作业
提交
议题看板
Open sidebar
冷广德
workoffice
Commits
3dd509cb
提交
3dd509cb
authored
6月 05, 2020
作者:
lgd
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.修改列表显示隐藏错误
2.//TODO 坩埚下单,mes其他页面,mes用户反馈空也展示,编辑任务担当无法修改
上级
0403d557
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
3 行增加
和
5 行删除
+3
-5
EndApplyActivity.java
...wd/workoffice/ui/activity/bat/order/EndApplyActivity.java
+2
-4
SendApplyActivity.java
...d/workoffice/ui/activity/bat/order/SendApplyActivity.java
+1
-1
没有找到文件。
app/src/main/java/com/wd/workoffice/ui/activity/bat/order/EndApplyActivity.java
浏览文件 @
3dd509cb
...
...
@@ -40,7 +40,7 @@ import flexible.xd.android_base.network.rtfhttp.Transformer;
import
io.reactivex.disposables.Disposable
;
/**
* 提前结束
* 提前结束
列表
* author : flexible
* email : lgd19940421@163.com
* github: https://github.com/FlexibleXd
...
...
@@ -137,7 +137,7 @@ public class EndApplyActivity extends WorkToolBarActivity {
@Override
public
boolean
onCreateOptionsMenu
(
Menu
menu
)
{
if
(
TextUtils
.
equals
(
"
status"
,
getIntent
().
getStringExtra
(
"300
"
)))
{
if
(
TextUtils
.
equals
(
"
300"
,
getIntent
().
getStringExtra
(
"status
"
)))
{
String
orderType
=
getIntent
().
getStringExtra
(
"orderType"
);
if
(
TextUtils
.
equals
(
orderType
,
OrderType
.
SALE
.
getCode
()))
{
if
(
WorkUtils
.
hasPermission
(
PagePermissionType
.
SO_ADVANCE_SAVE
.
getPermission
())){
...
...
@@ -147,8 +147,6 @@ public class EndApplyActivity extends WorkToolBarActivity {
if
(
WorkUtils
.
hasPermission
(
PagePermissionType
.
PO_ADVANCE_SAVE
.
getPermission
())){
getMenuInflater
().
inflate
(
R
.
menu
.
menu_add
,
menu
);
}
}
else
if
(
TextUtils
.
equals
(
orderType
,
OrderType
.
CRUCIBLE
.
getCode
()))
{
}
else
{
}
}
return
super
.
onCreateOptionsMenu
(
menu
);
...
...
app/src/main/java/com/wd/workoffice/ui/activity/bat/order/SendApplyActivity.java
浏览文件 @
3dd509cb
...
...
@@ -79,7 +79,7 @@ public class SendApplyActivity extends WorkToolBarActivity {
@Override
public
boolean
onCreateOptionsMenu
(
Menu
menu
)
{
if
(!
TextUtils
.
equals
(
"
status"
,
getIntent
().
getStringExtra
(
"600
"
)))
{
if
(!
TextUtils
.
equals
(
"
600"
,
getIntent
().
getStringExtra
(
"status
"
)))
{
String
orderType
=
getIntent
().
getStringExtra
(
"orderType"
);
if
(
TextUtils
.
equals
(
orderType
,
OrderType
.
SALE
.
getCode
()))
{
if
(
WorkUtils
.
hasPermission
(
PagePermissionType
.
SO_OUT_SAVE
.
getPermission
()))
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论