| | |
| | | |
| | | <variable |
| | | name="data" |
| | | type="com.dayu.pipirrapp.bean.net.OrderListResult.Data" /> |
| | | type="com.dayu.pipirrapp.bean.net.OrderDetailResult" /> |
| | | </data> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="10dp" |
| | | android:background="@drawable/ic_choose_gray_edge" |
| | | android:onClick="@{()->itemclidk.startDetail(data.workOrderId)}" |
| | | android:onClick="@{()->itemclidk.startDetail(data.workOrderId,data.proResultId)}" |
| | | android:orientation="vertical" |
| | | android:padding="10dp"> |
| | | |
| | |
| | | android:layout_centerVertical="true" |
| | | android:background="@drawable/ic_edt_gray_bg" |
| | | android:gravity="center" |
| | | android:textColor="@color/black" |
| | | android:paddingLeft="10dp" |
| | | android:paddingTop="5dp" |
| | | android:paddingRight="10dp" |
| | | android:paddingBottom="5dp" |
| | | android:text="@{data.state}" |
| | | android:text="@{data.processingState}" |
| | | android:textSize="@dimen/manage_item_text_state_size" /> |
| | | |
| | | |
| | |
| | | android:layout_marginTop="5dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/jinduTag" |
| | |
| | | android:text="@{data.workOrderId}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | </LinearLayout> |
| | |
| | | android:layout_marginTop="5dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/daiShenPiTag" |
| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingRight="5dp"> |
| | | |
| | | |
| | | <TextView |
| | | |
| | |
| | | </LinearLayout> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | <LinearLayout |
| | |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal" |
| | | android:paddingRight="5dp"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | android:text="@{data.taskContent}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | </LinearLayout> |
| | | |
| | | |
| | | |
| | | </LinearLayout> |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_horizontal" |
| | | android:layout_marginTop="5dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_weight="2" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | |
| | | |
| | | <TextView |
| | | android:id="@+id/startTime" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.dispatchTime}" |
| | | android:textColor="@color/manage_item_text" |
| | | android:textSize="@dimen/manage_item_text_size" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="10dp" |
| | | android:layout_marginTop="5dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_weight="1" |
| | | android:orientation="horizontal" |
| | | android:visibility="gone"> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/lookDetail" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/manage_item_btn_height" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_blue_background" |
| | | android:gravity="center" |
| | | |
| | | android:text="查看" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/manage_item_btn_text_size" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/examineBtn" |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/manage_item_btn_height" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/ic_blue_background" |
| | | android:gravity="center" |
| | | |
| | | android:text="审批" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/manage_item_btn_text_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |