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.
206 lines
8.0 KiB
XML
206 lines
8.0 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="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_LFUnit"
|
|
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_VisitingDate"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:hintText="点击选择时间"
|
|
app:isShowTextView="true"
|
|
app:tv_title="来访时间" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_VisitingZYRY"
|
|
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_EntourageNum"
|
|
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_ReceptionName"
|
|
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_VisitingSY"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:isShowTextView="true"
|
|
app:tv_title="来访事由" />
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.VehicleLayout
|
|
android:id="@+id/vehicleLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone" />
|
|
|
|
<com.rehome.zhdcoa.weiget.DinnerLayout
|
|
android:id="@+id/dinnerLayout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone"
|
|
app:isReception="true" />
|
|
|
|
<com.rehome.zhdcoa.weiget.ConferenceLayout
|
|
android:id="@+id/conference"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone" />
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_lunchLocation"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="visible"
|
|
app:isShowTextView="true"
|
|
app:tv_title="午休地点" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_vehicleNum"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone"
|
|
app:tv_title="车牌号" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_publicityName"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:visibility="gone"
|
|
app:isShowSelect="true"
|
|
app:isShowTextView="true"
|
|
app:tv_title="宣传负责人" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_jdyp"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_receiveGoodsKCS"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="矿泉水箱数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_receiveGoodsACM"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="安全帽顶数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_receiveGoodsKZ"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="口罩个数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_receiveGoodsES"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="耳塞个数" />
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/il_receiveGoodsQT"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
app:tv_title="其他" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<com.rehome.zhdcoa.weiget.InputLayout
|
|
android:id="@+id/cb_isReceptionRoom"
|
|
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_OtherDesc"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
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
|
|
android:layout_width="match_parent"
|
|
android:layout_height="120px"
|
|
android:layout_marginTop="10dp"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone">
|
|
|
|
<Button
|
|
android:id="@+id/btn_commit"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="10dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/btn_blue"
|
|
android:text="提交"
|
|
android:textColor="@color/white" />
|
|
|
|
<Button
|
|
android:id="@+id/btn_save"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="10dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/btn_blue"
|
|
android:text="保存"
|
|
android:textColor="@color/white" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
|
|
<include layout="@layout/layout_base" />
|
|
|
|
</LinearLayout>
|