|
|
@ -219,7 +219,7 @@ export default { |
|
|
<!--系统自动计算结果--> |
|
|
<!--系统自动计算结果--> |
|
|
<el-form :model="copyDetail" ref="costForm" :rules="rules" label-position="top" label-width="120px"> |
|
|
<el-form :model="copyDetail" ref="costForm" :rules="rules" label-position="top" label-width="120px"> |
|
|
<fieldset |
|
|
<fieldset |
|
|
style="height:80px;margin-top: 2px;border-color: rgb(255,255,255);"> |
|
|
|
|
|
|
|
|
style="height:80px;margin-top: 2px;"> |
|
|
<legend>系统自动计算结果(料工费/工具)</legend> |
|
|
<legend>系统自动计算结果(料工费/工具)</legend> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
@ -255,7 +255,7 @@ export default { |
|
|
</el-row> |
|
|
</el-row> |
|
|
</fieldset> |
|
|
</fieldset> |
|
|
<fieldset |
|
|
<fieldset |
|
|
style="height:80px;margin-top: 5px;border-color: rgb(255,255,255);"> |
|
|
|
|
|
|
|
|
style="height:80px;margin-top: 5px;"> |
|
|
<legend>调整后成本(料工费/工具)</legend> |
|
|
<legend>调整后成本(料工费/工具)</legend> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
@ -291,7 +291,7 @@ export default { |
|
|
</el-row> |
|
|
</el-row> |
|
|
</fieldset> |
|
|
</fieldset> |
|
|
<fieldset |
|
|
<fieldset |
|
|
style="height:80px;margin-top: 5px;border-color: rgb(255,255,255)"> |
|
|
|
|
|
|
|
|
style="height:80px;margin-top: 5px;"> |
|
|
<legend>其他成本</legend> |
|
|
<legend>其他成本</legend> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
@ -326,7 +326,7 @@ export default { |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
</fieldset> |
|
|
</fieldset> |
|
|
<fieldset style="height:80px;margin-top: 5px;border-color: rgb(255,255,255);"> |
|
|
|
|
|
|
|
|
<fieldset style="height:80px;margin-top: 5px;"> |
|
|
<legend>利润</legend> |
|
|
<legend>利润</legend> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
@ -343,7 +343,7 @@ export default { |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
</fieldset> |
|
|
</fieldset> |
|
|
<fieldset style="height:80px;margin-top: 5px;border-color: rgb(255,255,255);"> |
|
|
|
|
|
|
|
|
<fieldset style="height:80px;margin-top: 5px;"> |
|
|
<legend>最终价格</legend> |
|
|
<legend>最终价格</legend> |
|
|
<el-row :gutter="20"> |
|
|
<el-row :gutter="20"> |
|
|
<el-col :span="4"> |
|
|
<el-col :span="4"> |
|
|
@ -387,4 +387,8 @@ export default { |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
padding-right: 5px !important; |
|
|
padding-right: 5px !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
form fieldset{ |
|
|
|
|
|
border: 1px solid #000; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |