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
bb82ca73
提交
bb82ca73
authored
5月 18, 2020
作者:
lgd
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.修改用户数据采集bug
2.//TODO 设备三个子菜单,退件详情(审核历史(缺接口)),领用申请列表(数据不对),坩埚下单,mes其他页面,编辑任务担当无法修改.支数参数
上级
d8acb850
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
10 行删除
+13
-10
MesChooseClientActivity.java
...koffice/ui/activity/mes/user/MesChooseClientActivity.java
+4
-1
MesUserDataConditionActivity.java
...ce/ui/activity/mes/user/MesUserDataConditionActivity.java
+1
-1
activity_mes_user_data_cnd.xml
app/src/main/res/layout/activity_mes_user_data_cnd.xml
+8
-8
没有找到文件。
app/src/main/java/com/wd/workoffice/ui/activity/mes/user/MesChooseClientActivity.java
浏览文件 @
bb82ca73
...
...
@@ -51,6 +51,7 @@ public class MesChooseClientActivity extends WorkToolBarActivity {
private
List
<
MesClientBean
.
ListBean
>
clientList
;
private
UserDataClientAdapter
clientAdapter
;
private
int
page
=
1
;
private
Map
<
String
,
Object
>
paramMap
;
@Override
protected
void
initView
()
{
...
...
@@ -65,7 +66,9 @@ public class MesChooseClientActivity extends WorkToolBarActivity {
clientAdapter
.
bindToRecyclerView
(
rvClient
);
clientAdapter
.
setEmptyView
(
R
.
layout
.
view_empty_content
,
rvClient
);
param
=
WorkUtils
.
pageMesKey
();
paramMap
=
WorkUtils
.
simpleParam
();
param
.
put
(
"pageNum"
,
1
);
param
.
put
(
"paramMap"
,
paramMap
);
getData
();
}
...
...
@@ -149,7 +152,7 @@ public class MesChooseClientActivity extends WorkToolBarActivity {
@OnClick
(
R
.
id
.
btn_search
)
public
void
onViewClicked
()
{
param
.
put
(
"customerName"
,
etKey
.
getText
().
toString
());
param
Map
.
put
(
"customerName"
,
etKey
.
getText
().
toString
());
param
.
put
(
"pageNum"
,
1
);
page
=
1
;
getData
();
...
...
app/src/main/java/com/wd/workoffice/ui/activity/mes/user/MesUserDataConditionActivity.java
浏览文件 @
bb82ca73
...
...
@@ -121,7 +121,7 @@ public class MesUserDataConditionActivity extends WorkToolBarActivity {
param
.
put
(
"continuousCasterName"
,
etMachine
.
getText
().
toString
());
}
if
(!
TextUtils
.
isEmpty
(
etName
.
getText
().
toString
()))
{
param
.
put
(
"
salesCompany
Name"
,
etName
.
getText
().
toString
());
param
.
put
(
"
customerUser
Name"
,
etName
.
getText
().
toString
());
}
Intent
intent
=
new
Intent
();
intent
.
putExtra
(
"param"
,
JSON
.
toJSONString
(
param
));
...
...
app/src/main/res/layout/activity_mes_user_data_cnd.xml
浏览文件 @
bb82ca73
...
...
@@ -17,7 +17,7 @@
android:paddingVertical=
"9mm"
>
<TextView
android:layout_width=
"
wrap_content
"
android:layout_width=
"
60mm
"
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
android:text=
"客户名称"
...
...
@@ -27,7 +27,7 @@
android:id=
"@+id/et_name"
android:layout_width=
"0dp"
android:layout_height=
"30mm"
android:layout_marginLeft=
"
4
0mm"
android:layout_marginLeft=
"
3
0mm"
android:layout_marginRight=
"3mm"
android:layout_weight=
"1"
android:background=
"@drawable/shape_input_white"
...
...
@@ -47,17 +47,17 @@
android:paddingVertical=
"9mm"
>
<TextView
android:layout_width=
"
wrap_content
"
android:layout_width=
"
60mm
"
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
android:text=
"炼钢厂
"
android:text=
"炼钢厂"
android:textSize=
"14sp"
/>
<EditText
android:id=
"@+id/et_factory"
android:layout_width=
"0dp"
android:layout_height=
"30mm"
android:layout_marginLeft=
"
4
0mm"
android:layout_marginLeft=
"
3
0mm"
android:layout_marginRight=
"3mm"
android:layout_weight=
"1"
android:background=
"@drawable/shape_input_white"
...
...
@@ -77,17 +77,17 @@
android:paddingVertical=
"9mm"
>
<TextView
android:layout_width=
"
wrap_content
"
android:layout_width=
"
60mm
"
android:layout_height=
"wrap_content"
android:layout_alignParentLeft=
"true"
android:text=
"连铸机
"
android:text=
"连铸机"
android:textSize=
"14sp"
/>
<EditText
android:id=
"@+id/et_machine"
android:layout_width=
"0dp"
android:layout_height=
"30mm"
android:layout_marginLeft=
"
4
0mm"
android:layout_marginLeft=
"
3
0mm"
android:layout_marginRight=
"3mm"
android:layout_weight=
"1"
android:background=
"@drawable/shape_input_white"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论