|
@@ -21,6 +21,8 @@
|
|
|
android:layout_marginLeft="20dp" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/titleDeptName"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -39,6 +41,8 @@
|
|
|
android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/tvTitle"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -50,6 +54,8 @@
|
|
|
android:textSize="24sp" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/nowTime"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -77,6 +83,8 @@
|
|
|
android:layout_marginRight="6dp" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/tvName"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -98,6 +106,8 @@
|
|
|
android:background="@mipmap/cshrk_dl_tc" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/tvOutLogin"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -135,6 +145,8 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/dStatus"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -145,6 +157,8 @@
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/yStatus"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -155,6 +169,8 @@
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/warnContent"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -173,12 +189,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="时 间:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/warnTime"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -196,12 +216,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="学 院:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/deptName"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -220,12 +244,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="实 验 室:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/subName"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -251,12 +279,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="归属人:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/belongName"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -277,12 +309,16 @@
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="领用时间:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/collectTime"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -303,12 +339,16 @@
|
|
|
android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="领用时效:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/collectTimeAging"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -335,12 +375,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="操作人:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/operationPerson"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -358,12 +402,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="业务类型:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/alarmType"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -383,12 +431,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="化学品柜:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/cabinetName"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -416,6 +468,8 @@
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_height="wrap_content">
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/chemicalName"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -423,6 +477,8 @@
|
|
|
android:text="化学品名称"
|
|
|
android:textColor="@color/black" />
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/chemicalCode"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -439,6 +495,8 @@
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/position"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -461,12 +519,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/collectUserName"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/normsNum"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -474,6 +536,8 @@
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/surplus"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -499,6 +563,8 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="8dp"
|
|
@@ -514,6 +580,8 @@
|
|
|
android:gravity="center_vertical">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -523,6 +591,8 @@
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -532,6 +602,8 @@
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -541,6 +613,8 @@
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
@@ -557,6 +631,8 @@
|
|
|
android:layout_height="110dp" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/tvProc"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -575,6 +651,8 @@
|
|
|
android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/processing"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -604,12 +682,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="处理方式:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/typeMsg"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -627,12 +709,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="处 理 人:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/handlePerson"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -650,12 +736,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="处理时间:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/handleTime"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -677,12 +767,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="处理备注:"
|
|
|
android:textColor="@color/black" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/handleNotes"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="match_parent"
|
|
@@ -717,6 +811,8 @@
|
|
|
android:textColor="@color/white" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:ellipsize="end"
|
|
|
+ android:maxLines="1"
|
|
|
android:id="@+id/msg"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|