提交 983b5427 authored 作者: lgd's avatar lgd

1.页面调整

2.//TODO ,质检接口数据无对应问题,内部交易订单审核,审核规则,领用申请列表/退件列表/参数,坩埚下单,mes其他页面,mes质量反馈,编辑任务担当无法修改.
差两个产品关联,支数参数
上级 47eb23f0
...@@ -30,10 +30,8 @@ ...@@ -30,10 +30,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_margin="10mm" android:layout_margin="10mm"
app:cardCornerRadius="4dp"> app:cardCornerRadius="4dp">
<ImageView <ImageView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="180mm" android:layout_height="180mm"
...@@ -97,14 +95,14 @@ ...@@ -97,14 +95,14 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginLeft="36mm" android:layout_marginLeft="36mm"
android:textColor="#333333" /> />
</RelativeLayout> </RelativeLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:visibility="gone"> >
<TextView <TextView
android:id="@+id/tv_store" android:id="@+id/tv_store"
......
...@@ -11,25 +11,28 @@ ...@@ -11,25 +11,28 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:background="#526D83" android:background="@drawable/shape_work_bg"
android:gravity="center_horizontal" android:paddingLeft="25mm"
android:orientation="vertical"
android:paddingBottom="20mm"> android:paddingBottom="20mm">
<ImageView <ImageView
android:layout_width="70mm" android:layout_width="70mm"
android:layout_height="70mm" android:layout_height="70mm"
android:layout_centerHorizontal="true"
android:layout_marginTop="76mm" android:layout_marginTop="76mm"
android:background="@mipmap/my_head" /> android:background="@mipmap/my_head" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15mm"
android:layout_marginTop="86mm"
android:orientation="vertical">
<TextView <TextView
android:id="@+id/tv_name" android:id="@+id/tv_name"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="8mm"
android:text="李金逸" android:text="李金逸"
android:textColor="@color/white"
android:textSize="18sp" /> android:textSize="18sp" />
<!--<TextView--> <!--<TextView-->
...@@ -45,12 +48,13 @@ ...@@ -45,12 +48,13 @@
android:id="@+id/tv_no" android:id="@+id/tv_no"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="2mm" android:layout_marginTop="4mm"
android:text="NO.YG0025644" android:text="NO.YG0025644"
android:textColor="#ffdde2e6"
android:textSize="12sp" /> android:textSize="12sp" />
</LinearLayout> </LinearLayout>
</LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="17" android:text="0"
android:textSize="20sp" /> android:textSize="20sp" />
<TextView <TextView
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="17" android:text="0"
android:textSize="20sp" /> android:textSize="20sp" />
<TextView <TextView
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="17" android:text="0"
android:textSize="20sp" /> android:textSize="20sp" />
<TextView <TextView
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论