|
|
|
@ -287,26 +287,26 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="44dp"
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginEnd="4dp"
|
|
|
|
|
android:visibility='@{visState ? View.GONE:View.VISIBLE}'>>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_title"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="外协单位:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_info"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="@{vm.outsrcName}" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<!-- <LinearLayout-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="44dp"-->
|
|
|
|
|
<!-- android:layout_marginTop="8dp"-->
|
|
|
|
|
<!-- android:layout_marginEnd="4dp"-->
|
|
|
|
|
<!-- android:visibility='@{visState ? View.GONE:View.VISIBLE}'>>-->
|
|
|
|
|
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/text_title"-->
|
|
|
|
|
<!-- android:layout_width="90dp"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:text="外协单位:" />-->
|
|
|
|
|
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/text_info"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:text="@{vm.outsrcName}" />-->
|
|
|
|
|
|
|
|
|
|
<!-- </LinearLayout>-->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
@ -314,7 +314,7 @@
|
|
|
|
|
android:layout_marginTop="8dp"
|
|
|
|
|
android:layout_marginEnd="4dp"
|
|
|
|
|
android:background="@drawable/text_bg"
|
|
|
|
|
android:visibility='@{visState & vm.radioState2 ? View.VISIBLE:View.GONE}'>
|
|
|
|
|
android:visibility='@{vm.radioState2 ? View.VISIBLE:View.GONE}'>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/text_title"
|
|
|
|
@ -330,6 +330,7 @@
|
|
|
|
|
android:onItemSelected="@{vm.selectOutSourcingID}"
|
|
|
|
|
android:spinnerMode="dropdown"
|
|
|
|
|
android:selection="@{vm.outsrcIdIndex}"
|
|
|
|
|
android:enabled="@{visState}"
|
|
|
|
|
android:textAlignment="center" />
|
|
|
|
|
<!-- -->
|
|
|
|
|
</LinearLayout>
|
|
|
|
|