|
@@ -135,7 +135,7 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
- <a-form-model-item style="margin-bottom:5px;">
|
|
|
+ <a-form-model-item style="margin-bottom:5px;" label="跨月打款">
|
|
|
<a-input-number
|
|
|
style="width:100%"
|
|
|
:min="0"
|
|
@@ -146,7 +146,7 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
- <a-form-model-item style="margin-bottom:5px;">
|
|
|
+ <a-form-model-item style="margin-bottom:5px;" label="特殊申请发货">
|
|
|
<a-input-number
|
|
|
style="width:100%"
|
|
|
:min="0"
|
|
@@ -157,7 +157,7 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
<a-col :span="12">
|
|
|
- <a-form-model-item style="margin-bottom:5px;">
|
|
|
+ <a-form-model-item style="margin-bottom:5px;" label="足额打款">
|
|
|
<v-select
|
|
|
showType="radio"
|
|
|
v-model="form.fullPaymentFlag"
|