You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
4.6 KiB
XML
122 lines
4.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<include layout="@layout/layout_base" />
|
|
|
|
<ScrollView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_apply_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="申请人" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_start_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="开始时间" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_end_time"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="结束时间" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_type"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="请假类别" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_clfs"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="处理方式" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_days"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="天数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_record"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="补休记录" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_busy_days"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="补休天数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_home_address"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="探亲地址" />
|
|
|
|
<include layout="@layout/layout_leave_public" />
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_overtime_address"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="加班地点" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_msg3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="提示信息1" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_reason"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="原因" />
|
|
|
|
<include layout="@layout/layout_audit" />
|
|
|
|
<Button
|
|
android:id="@+id/btn_shlc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="70px"
|
|
android:layout_margin="10dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/btn_blue"
|
|
android:text="查看审批流程"
|
|
android:textColor="@color/white" />
|
|
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
</LinearLayout>
|