1.0.7
This commit is contained in:
parent
52ad72ccf4
commit
e2c0a14f75
@ -12,7 +12,7 @@
|
|||||||
"filters": [],
|
"filters": [],
|
||||||
"versionCode": 5,
|
"versionCode": 5,
|
||||||
"versionName": "1.0.5",
|
"versionName": "1.0.5",
|
||||||
"outputFile": "管理端正式_release_1.0.5_202204041240.apk"
|
"outputFile": "管理端正式_release_1.0.5_202204041835.apk"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -327,6 +327,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:hint="请输入拒绝原因"
|
android:hint="请输入拒绝原因"
|
||||||
|
android:text="您选择的审批单位与你园区地址不一致,请选择正确的审批单位"
|
||||||
android:textSize="14dp"></EditText>
|
android:textSize="14dp"></EditText>
|
||||||
|
|
||||||
|
|
||||||
|
@ -128,6 +128,7 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
|
@ -46,6 +46,7 @@
|
|||||||
android:textSize="16dp"
|
android:textSize="16dp"
|
||||||
android:textStyle="bold"></TextView>
|
android:textStyle="bold"></TextView>
|
||||||
<TextView
|
<TextView
|
||||||
|
android:visibility="gone"
|
||||||
android:id="@+id/tvType"
|
android:id="@+id/tvType"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -56,6 +57,7 @@
|
|||||||
></TextView>
|
></TextView>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
android:visibility="gone"
|
||||||
android:layout_marginTop="4dp"
|
android:layout_marginTop="4dp"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
Reference in New Issue
Block a user