|
|
|
@ -191,7 +191,7 @@ export default { |
|
|
|
<!--系统自动计算结果--> |
|
|
|
<el-form :model="quoteDetail" ref="costForm" :rules="rules" label-position="top" label-width="120px"> |
|
|
|
<fieldset |
|
|
|
style="height:80px;margin-top: 2px;border-color: rgb(255,255,255);"> |
|
|
|
style="height:80px;margin-top: 2px;"> |
|
|
|
<legend>系统自动计算结果(料工费/工具)</legend> |
|
|
|
<el-row :gutter="10" type="flex"> |
|
|
|
<el-col :span="4"> |
|
|
|
@ -239,7 +239,7 @@ export default { |
|
|
|
</el-row> |
|
|
|
</fieldset> |
|
|
|
<fieldset |
|
|
|
style="height:80px;margin-top: 5px;border-color: rgb(255,255,255);"> |
|
|
|
style="height:80px;margin-top: 5px;"> |
|
|
|
<legend>调整后成本(料工费/工具)</legend> |
|
|
|
<el-row :gutter="10" type="flex"> |
|
|
|
<el-col :span="4"> |
|
|
|
@ -287,7 +287,7 @@ export default { |
|
|
|
</el-row> |
|
|
|
</fieldset> |
|
|
|
<fieldset |
|
|
|
style="height:80px;margin-top: 5px;border-color: rgb(255,255,255)"> |
|
|
|
style="height:80px;margin-top: 5px;"> |
|
|
|
<legend>其他成本</legend> |
|
|
|
<el-row :gutter="10" type="flex"> |
|
|
|
<el-col :span="4"> |
|
|
|
@ -326,7 +326,7 @@ export default { |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</fieldset> |
|
|
|
<fieldset style="height:80px;margin-top: 5px;border-color: rgb(255,255,255);"> |
|
|
|
<fieldset style="height:80px;margin-top: 5px;"> |
|
|
|
<legend>利润</legend> |
|
|
|
<el-row :gutter="10" type="flex"> |
|
|
|
<el-col :span="4"> |
|
|
|
@ -353,7 +353,7 @@ export default { |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
</fieldset> |
|
|
|
<fieldset style="height:80px;margin-top: 5px;border-color: rgb(255,255,255);"> |
|
|
|
<fieldset style="height:80px;margin-top: 5px;"> |
|
|
|
<legend>最终价格</legend> |
|
|
|
<el-row :gutter="10" type="flex"> |
|
|
|
<el-col :span="4"> |
|
|
|
|