470 lines
17 KiB
XML
470 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout 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:background="@color/white">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_base_info"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="50dp"
|
|
android:background="@drawable/shape_blue_bg"
|
|
android:orientation="vertical"
|
|
android:padding="20dp">
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_below="@id/ll_base_info"
|
|
android:layout_marginTop="-20dp"
|
|
android:layout_marginBottom="48dp"
|
|
android:background="@drawable/shape_rectangle_white_top">
|
|
|
|
<androidx.core.widget.NestedScrollView
|
|
android:id="@+id/nsv_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="20dp"
|
|
android:scrollbars="none">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/ll_content"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="统一信用代码" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_number"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:digits="@string/limit_id_card"
|
|
android:hint="请输入统一社会信用代码" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="企业名称" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_name"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入快递物流企业名称" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="所在地区" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_area"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择所在地区" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="所在网格" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_grid"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择所在网格" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="企业详址" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_address"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入企业详细地址"
|
|
android:inputType="text" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="invisible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="企业坐标" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_address_sel"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择企业坐标" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_gray_vertical_top">
|
|
|
|
<com.baidu.mapapi.map.TextureMapView
|
|
android:id="@+id/tmv_map"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="200dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="企业联系方式" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_phone"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:digits="@string/limit_phone"
|
|
android:hint="请输入企业联系方式" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="企业负责人" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_link"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入企业负责人姓名" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="负责人联系方式" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_link_phone"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:digits="@string/limit_phone"
|
|
android:hint="请输入企业负责人联系方式" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="注册登记类型" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_register_type"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择企业登记注册类型" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="控股情况" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_holding"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择控股情况" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="经营范围" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_scope"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择经营范围" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="企业类型" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/tv_company_type"
|
|
style="@style/sel_text_arrow"
|
|
android:hint="请选择控股情况" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView style="@style/style_hint_star" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="服务品牌" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_brand"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入服务品牌" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="从业人员数量" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_company_p_num"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入从业人员数量"
|
|
android:inputType="number" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="监控数量" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_monet_num"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入监控摄像机数量"
|
|
android:inputType="number" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout style="@style/item_white">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:text="X光机数量" />
|
|
|
|
|
|
<EditText
|
|
android:id="@+id/et_x_num"
|
|
style="@style/item_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:hint="请输入X光机数量"
|
|
android:inputType="number" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
style="@style/item_white"
|
|
android:padding="5dp">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_weight="1"
|
|
android:text="是否落实100%先验视后封箱" />
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
android:id="@+id/sw_is_seal"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:background="@drawable/switch_ios_track_selector"
|
|
android:checked="true"
|
|
android:switchMinWidth="40dp"
|
|
android:switchPadding="0dp"
|
|
android:textOff=""
|
|
android:textOn=""
|
|
app:showText="false"
|
|
app:splitTrack="false"
|
|
app:theme="@style/scstyle"
|
|
app:thumbTint="#00000000"
|
|
app:trackTint="#00000000" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
style="@style/item_white"
|
|
android:padding="5dp">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_weight="1"
|
|
android:text="是否落实100%寄递实名制" />
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
android:id="@+id/sw_is_real"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:background="@drawable/switch_ios_track_selector"
|
|
android:checked="true"
|
|
android:switchMinWidth="40dp"
|
|
android:switchPadding="0dp"
|
|
android:textOff=""
|
|
android:textOn=""
|
|
app:showText="false"
|
|
app:splitTrack="false"
|
|
app:theme="@style/scstyle"
|
|
app:thumbTint="#00000000"
|
|
app:trackTint="#00000000" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
style="@style/item_white"
|
|
android:padding="5dp">
|
|
|
|
<ImageView
|
|
style="@style/style_hint_star"
|
|
android:visibility="visible" />
|
|
|
|
<TextView
|
|
style="@style/item_title"
|
|
android:layout_weight="1"
|
|
android:text="是否落实100%X光机安检" />
|
|
|
|
|
|
<RelativeLayout
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<androidx.appcompat.widget.SwitchCompat
|
|
android:id="@+id/sw_is_security"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:background="@drawable/switch_ios_track_selector"
|
|
android:checked="true"
|
|
android:switchMinWidth="40dp"
|
|
android:switchPadding="0dp"
|
|
android:textOff=""
|
|
android:textOn=""
|
|
app:showText="false"
|
|
app:splitTrack="false"
|
|
app:theme="@style/scstyle"
|
|
app:thumbTint="#00000000"
|
|
app:trackTint="#00000000" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|
|
|
|
<Button
|
|
android:id="@+id/btn_confirm"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:background="@drawable/sel_btn_submit"
|
|
android:minHeight="0dp"
|
|
android:padding="10dp"
|
|
android:text="保    存"
|
|
android:textColor="@color/white"
|
|
android:textSize="17dp" />
|
|
</RelativeLayout> |