|
@@ -115,7 +115,7 @@
|
|
|
</a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
- <a-form-item label="面料不含税金额合计" class="fontColor">
|
|
|
+ <a-form-item label="面料不含税金额合计">
|
|
|
<a-input v-model="sumInfo.fabricExcludTax"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
@@ -133,7 +133,7 @@
|
|
|
</a-col>
|
|
|
|
|
|
<a-col :md="6" :sm="8">
|
|
|
- <a-form-item label="面料金额合计" class="fontColor">
|
|
|
+ <a-form-item label="面料金额合计" >
|
|
|
<a-input v-model="sumInfo.fabricAmount"></a-input>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
@@ -205,11 +205,11 @@ export default {
|
|
|
scopedSlots: { customRender: 'fabInQuaSlot' },
|
|
|
},
|
|
|
{
|
|
|
- // title: '转入成本',
|
|
|
+ title: '转入成本',
|
|
|
dataIndex: 'transferCost',
|
|
|
width: 120,
|
|
|
className: 'replacecolor',
|
|
|
- slots:{title:'transferCostTitle'} ,
|
|
|
+ // slots:{title:'transferCostTitle'} ,
|
|
|
},
|
|
|
|
|
|
{ title: '单耗/件', dataIndex: 'unitConsumption', width: 120, className: 'replacecolor' },
|
|
@@ -236,11 +236,11 @@ export default {
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
- // title: '余下数量的成本',
|
|
|
+ title: '余下数量的成本',
|
|
|
dataIndex: 'remainingQuantitycost',
|
|
|
width: 120,
|
|
|
className: 'replacecolor',
|
|
|
- slots:{title:'remainingQuantitycostTitle'} ,
|
|
|
+ // slots:{title:'remainingQuantitycostTitle'} ,
|
|
|
|
|
|
}
|
|
|
],
|