|
@@ -42,9 +42,9 @@
|
|
android:id="@+id/action_sendFragment_to_sendMainFragment"
|
|
android:id="@+id/action_sendFragment_to_sendMainFragment"
|
|
app:destination="@id/SendMainFragment" />
|
|
app:destination="@id/SendMainFragment" />
|
|
|
|
|
|
- <action
|
|
|
|
- android:id="@+id/action_sendFragment_to_paymentFragment"
|
|
|
|
- app:destination="@id/PaymentFragment" />
|
|
|
|
|
|
+<!-- <action-->
|
|
|
|
+<!-- android:id="@+id/action_sendFragment_to_paymentFragment"-->
|
|
|
|
+<!-- app:destination="@id/PaymentFragment" />-->
|
|
|
|
|
|
<action
|
|
<action
|
|
android:id="@+id/action_sendFragment_to_collectMaterialsFragment"
|
|
android:id="@+id/action_sendFragment_to_collectMaterialsFragment"
|
|
@@ -188,6 +188,10 @@
|
|
<action
|
|
<action
|
|
android:id="@+id/action_paymentFragment_to_sendMainFragment"
|
|
android:id="@+id/action_paymentFragment_to_sendMainFragment"
|
|
app:destination="@id/SendMainFragment"/>
|
|
app:destination="@id/SendMainFragment"/>
|
|
|
|
+
|
|
|
|
+ <action
|
|
|
|
+ android:id="@+id/action_paymentFragment_to_InputInfoKeyBoardFragment"
|
|
|
|
+ app:destination="@id/InputInfoKeyBoardFragment"/>
|
|
</fragment>
|
|
</fragment>
|
|
<!-- 选择投递还是异常处理 -->
|
|
<!-- 选择投递还是异常处理 -->
|
|
<fragment
|
|
<fragment
|
|
@@ -220,6 +224,11 @@
|
|
<action
|
|
<action
|
|
android:id="@+id/action_chooseCabinetFragment_to_InputInfoKeyBoardFragment"
|
|
android:id="@+id/action_chooseCabinetFragment_to_InputInfoKeyBoardFragment"
|
|
app:destination="@id/InputInfoKeyBoardFragment"/>
|
|
app:destination="@id/InputInfoKeyBoardFragment"/>
|
|
|
|
+
|
|
|
|
+ <action
|
|
|
|
+ android:id="@+id/action_chooseCabinetFragment_to_paymentFragment"
|
|
|
|
+ app:destination="@id/PaymentFragment"/>
|
|
|
|
+
|
|
<action
|
|
<action
|
|
android:id="@+id/action_chooseCabinetFragment_to_sendInfoConfirmFragment"
|
|
android:id="@+id/action_chooseCabinetFragment_to_sendInfoConfirmFragment"
|
|
app:destination="@id/SendInfoConfirmFragment"/>
|
|
app:destination="@id/SendInfoConfirmFragment"/>
|