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
cc28983f
提交
cc28983f
authored
7月 13, 2020
作者:
lgd
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1.修改接口
上级
e6bac9bd
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
2 行增加
和
3 行删除
+2
-3
ApiService.java
app/src/main/java/com/wd/workoffice/retrofit/ApiService.java
+1
-1
activity_out_order.xml
app/src/main/res/layout/activity_out_order.xml
+1
-1
activity_sale_order.xml
app/src/main/res/layout/activity_sale_order.xml
+0
-1
没有找到文件。
app/src/main/java/com/wd/workoffice/retrofit/ApiService.java
浏览文件 @
cc28983f
...
@@ -2004,7 +2004,7 @@ public interface ApiService {
...
@@ -2004,7 +2004,7 @@ public interface ApiService {
*
*
* @return
* @return
*/
*/
@PUT
(
"/
returnApply/po/audit/group
/{applyId}"
)
@PUT
(
"/
advance-finish-apply/po/audit
/{applyId}"
)
Observable
<
BaseBean
>
endPoCheck
(
@Path
(
"applyId"
)
String
applyId
,
@Body
RequestBody
requestBody
);
Observable
<
BaseBean
>
endPoCheck
(
@Path
(
"applyId"
)
String
applyId
,
@Body
RequestBody
requestBody
);
/**
/**
...
...
app/src/main/res/layout/activity_out_order.xml
浏览文件 @
cc28983f
...
@@ -102,6 +102,7 @@
...
@@ -102,6 +102,7 @@
android:id=
"@+id/fl_finish_apply"
android:id=
"@+id/fl_finish_apply"
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:tag=
"order:po:advance-finish-apply:page:list"
android:layout_marginRight=
"10mm"
>
android:layout_marginRight=
"10mm"
>
<TextView
<TextView
...
@@ -113,7 +114,6 @@
...
@@ -113,7 +114,6 @@
android:paddingHorizontal=
"20mm"
android:paddingHorizontal=
"20mm"
android:paddingVertical=
"5mm"
android:paddingVertical=
"5mm"
android:text=
"提前结束申请"
android:text=
"提前结束申请"
android:tag=
"order:po:advance-finish-apply:page:list"
android:textColor=
"@color/white"
/>
android:textColor=
"@color/white"
/>
<View
<View
...
...
app/src/main/res/layout/activity_sale_order.xml
浏览文件 @
cc28983f
...
@@ -114,7 +114,6 @@
...
@@ -114,7 +114,6 @@
android:paddingHorizontal=
"20mm"
android:paddingHorizontal=
"20mm"
android:paddingVertical=
"5mm"
android:paddingVertical=
"5mm"
android:text=
"提前结束申请"
android:text=
"提前结束申请"
android:tag=
"order:so:advance-finish-apply:page:list"
android:textColor=
"@color/white"
/>
android:textColor=
"@color/white"
/>
<View
<View
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论