|
@@ -94,7 +94,7 @@
|
|
<a-input-number
|
|
<a-input-number
|
|
style="width:100%"
|
|
style="width:100%"
|
|
:min="0"
|
|
:min="0"
|
|
- :max="999999"
|
|
|
|
|
|
+ :max="99999999"
|
|
:precision="2"
|
|
:precision="2"
|
|
placeholder="请输入订单金额"
|
|
placeholder="请输入订单金额"
|
|
v-model="form.orderAmount"></a-input-number>
|
|
v-model="form.orderAmount"></a-input-number>
|
|
@@ -105,7 +105,7 @@
|
|
<a-input-number
|
|
<a-input-number
|
|
style="width:100%"
|
|
style="width:100%"
|
|
:min="0"
|
|
:min="0"
|
|
- :max="999999"
|
|
|
|
|
|
+ :max="99999999"
|
|
:precision="2"
|
|
:precision="2"
|
|
placeholder="请输入收款金额"
|
|
placeholder="请输入收款金额"
|
|
v-model="form.receiptAmount"></a-input-number>
|
|
v-model="form.receiptAmount"></a-input-number>
|
|
@@ -128,7 +128,7 @@
|
|
<a-input-number
|
|
<a-input-number
|
|
style="width:100%"
|
|
style="width:100%"
|
|
:min="0"
|
|
:min="0"
|
|
- :max="999999"
|
|
|
|
|
|
+ :max="99999999"
|
|
:precision="2"
|
|
:precision="2"
|
|
placeholder="请输入余款抵扣"
|
|
placeholder="请输入余款抵扣"
|
|
v-model="form.balanceAmount"></a-input-number>
|
|
v-model="form.balanceAmount"></a-input-number>
|
|
@@ -139,7 +139,7 @@
|
|
<a-input-number
|
|
<a-input-number
|
|
style="width:100%"
|
|
style="width:100%"
|
|
:min="0"
|
|
:min="0"
|
|
- :max="999999"
|
|
|
|
|
|
+ :max="99999999"
|
|
:precision="2"
|
|
:precision="2"
|
|
placeholder="请输入跨月打款金额"
|
|
placeholder="请输入跨月打款金额"
|
|
v-model="form.nextMonthAmount"></a-input-number>
|
|
v-model="form.nextMonthAmount"></a-input-number>
|