Browse Source

20241014

java8
qiezi 1 year ago
parent
commit
50ecf3838c
  1. 10
      src/views/modules/quote/detail/primary/quoteDetailCost.vue

10
src/views/modules/quote/detail/primary/quoteDetailCost.vue

@ -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">

Loading…
Cancel
Save