feat: update claude md file
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
android:layout_weight="1"
|
||||
enable="@{false}"
|
||||
title='@{"特码"}'
|
||||
titleLength="@{3}"
|
||||
titleLength="@{5}"
|
||||
type="@{DataLayoutType.INPUT}"
|
||||
value='@{viewModel.dataBean.spCode}' />
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
android:layout_weight="1"
|
||||
enable="@{false}"
|
||||
title='@{"航班号"}'
|
||||
titleLength="@{4}"
|
||||
titleLength="@{5}"
|
||||
type="@{DataLayoutType.INPUT}"
|
||||
value='@{viewModel.dataBean.fno}' />
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
android:layout_weight="1"
|
||||
enable="@{false}"
|
||||
title='@{"航程"}'
|
||||
titleLength="@{3}"
|
||||
titleLength="@{5}"
|
||||
type="@{DataLayoutType.INPUT}"
|
||||
value='@{viewModel.dataBean.range}' />
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
android:layout_weight="1"
|
||||
enable="@{false}"
|
||||
title='@{"代理人"}'
|
||||
titleLength="@{4}"
|
||||
titleLength="@{5}"
|
||||
type="@{DataLayoutType.INPUT}"
|
||||
value='@{viewModel.dataBean.agentName}' />
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
android:layout_weight="1"
|
||||
enable="@{false}"
|
||||
title='@{"车牌号"}'
|
||||
titleLength="@{4}"
|
||||
titleLength="@{5}"
|
||||
type="@{DataLayoutType.INPUT}"
|
||||
value='@{viewModel.dataBean.carNumber}' />
|
||||
|
||||
@@ -293,7 +293,7 @@
|
||||
enable="@{false}"
|
||||
inputHeight="@{80}"
|
||||
title='@{"备注"}'
|
||||
titleLength="@{3}"
|
||||
titleLength="@{5}"
|
||||
type="@{DataLayoutType.INPUT}"
|
||||
value='@{viewModel.dataBean.remark}' />
|
||||
|
||||
@@ -317,7 +317,7 @@
|
||||
<!-- 退回按钮 -->
|
||||
<TextView
|
||||
style="@style/tv_bottom_btn"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:onClick="@{()-> viewModel.auditReject()}"
|
||||
android:text="退回" />
|
||||
|
||||
|
||||
@@ -7,4 +7,5 @@
|
||||
<color name="gjc_teal_700">#FF018786</color>
|
||||
<color name="gjc_black">#FF000000</color>
|
||||
<color name="gjc_white">#FFFFFFFF</color>
|
||||
<color name="color_33">#333333</color>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user