|
@@ -0,0 +1,422 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_margin="@dimen/dp_5"
|
|
|
+ app:cardCornerRadius="@dimen/dp_5"
|
|
|
+ app:cardElevation="@dimen/dp_5"
|
|
|
+
|
|
|
+ android:background="@drawable/edit_bg_white"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_kh"
|
|
|
+ android:layout_width="300dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:visibility="visible">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="客户编号:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_kh_code"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="同飞科技" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="客户姓名:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_kh_name"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="同飞科技" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="客户电话:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_phone"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ android:inputType="number"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="用水地址:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_address"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="青原区" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="抄表区域:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_cbqy"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="抄表区段:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_cbqd"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="水表口径:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_sbkj"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="用水性质:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_ysxz"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ android:inputType="number"
|
|
|
+ android:maxLength="11"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:visibility="gone"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="前月水量:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_qysl"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="本月水量:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_bysl"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="升降水量:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sjsl"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ android:inputType="number"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="水量同比:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_sltb"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ android:inputType="number"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ style="@style/ReportDetail.Info.LinearLayout"
|
|
|
+ android:paddingLeft="6dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text=" "
|
|
|
+ android:textColor="@color/red" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/ReportDetail.Info.Title"
|
|
|
+ android:text="水量环比:" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/et_slhb"
|
|
|
+ style="@style/PointRepair.Content.EditText"
|
|
|
+ android:inputType="number"
|
|
|
+ tools:text="13569368668" />
|
|
|
+
|
|
|
+ <View style="@style/ReportDetail.Line.Bottom" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+</androidx.cardview.widget.CardView>
|