|
@@ -106,6 +106,11 @@
|
|
|
{{ detailsPlanNum.rmbProcesscost }}
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
+ <a-form-model-item label="加工费(美元)" prop="usdProcesscost">
|
|
|
+ {{ detailsPlanNum.rmbProcesscost }}
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="短出数" prop="shortseveral" >
|
|
|
{{ detailsPlanNum.shortseveral }}
|
|
@@ -131,11 +136,21 @@
|
|
|
{{ detailsPlanNum.fabriccostIncludestax }}
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
+ <a-form-model-item label="面料含税成本(美元)" prop="UsdfabriccostIncludestax" >
|
|
|
+ {{ detailsPlanNum.UsdfabriccostIncludestax }}
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="辅料含税成本" prop="excipiencostIncludestax">
|
|
|
{{ detailsPlanNum.excipiencostIncludestax }}
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
+ <a-form-model-item label="辅料含税成本(美元)" prop="UsdexcipiencostIncludestax">
|
|
|
+ {{ detailsPlanNum.UsdexcipiencostIncludestax }}
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="销售订单本币总额" prop="salesordersLocaltotal">
|
|
|
{{ detailsPlanNum.salesordersLocaltotal }}
|
|
@@ -151,11 +166,21 @@
|
|
|
{{ detailsPlanNum.fabriccostNotincludestax }}
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
+ <a-form-model-item label="面料不含税成本(美元)" prop="UsdfabriccostNotincludestax" >
|
|
|
+ {{ detailsPlanNum.UsdfabriccostNotincludestax }}
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="辅料不含税成本" prop="excipiencostNotincludestax">
|
|
|
{{ detailsPlanNum.excipiencostNotincludestax }}
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
+ <a-col :md="6" :sm="8">
|
|
|
+ <a-form-model-item label="辅料不含税成本(美元)" prop="UsdexcipiencostNotincludestax">
|
|
|
+ {{ detailsPlanNum.UsdexcipiencostNotincludestax }}
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="销售订单原币总额" prop="salesrrdersOriginaltotal">
|
|
|
{{ detailsPlanNum.salesrrdersOriginaltotal }}
|