<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" >
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<LinearLayout
|
|
android:layout_width="0px"
|
|
android:layout_height="0px"
|
|
android:focusable="true"
|
|
android:focusableInTouchMode="true" />
|
|
|
|
<requestFocus />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<Button
|
|
android:id="@+id/Order_SetUser_Ruturn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50dp"
|
|
android:text="返回" />
|
|
|
|
<Button
|
|
android:id="@+id/Order_SetUser_Save"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50dp"
|
|
android:text="保存" />
|
|
</LinearLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="会计单位 :" />
|
|
|
|
<Spinner
|
|
android:id="@+id/order_setuser_setaccountunit"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="往来客户 :" />
|
|
|
|
<Spinner
|
|
android:id="@+id/order_setuser_sethheadoffice"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="卡号/折号:" />
|
|
|
|
<Spinner
|
|
android:id="@+id/order_setuser_setCarNo"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="开户行:" />
|
|
|
|
<TextView
|
|
android:id="@+id/order_setuser_setBankID"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="卡折标志:" />
|
|
|
|
<TextView
|
|
android:id="@+id/order_setuser_setCardType"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="付款人 :" />
|
|
|
|
<TextView
|
|
android:id="@+id/order_setuser_setPayUserName"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="证件类型:" />
|
|
|
|
<TextView
|
|
android:id="@+id/order_setuser_setCerType"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="证件号 :" />
|
|
|
|
<TextView
|
|
android:id="@+id/order_setuser_setCerID"
|
|
android:layout_width="250dp"
|
|
android:layout_height="50dp" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</ScrollView>
|