|
@@ -24,7 +24,7 @@
|
|
|
{{ isFilterTime(item.cmpdate) }}
|
|
|
</span>
|
|
|
</header>
|
|
|
- <section class="flx-justify-between mt-4">
|
|
|
+ <section class="flx-justify-between mt-4" style="align-items: flex-start">
|
|
|
<!-- <div style="margin: auto; margin-top: 0">
|
|
|
<AvatarIcon size="small" :username="item.empname"></AvatarIcon>
|
|
|
</div> -->
|
|
@@ -52,24 +52,64 @@
|
|
|
<span class="text-h5-b text-primary-text">
|
|
|
{{ isFilterPrice(item?.dannum_cost1) }}
|
|
|
</span>
|
|
|
+ <div class="text-f-c text-disable">不含税出厂价</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dijia_cost1) }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
<div class="text-f-c text-disable">小单金额</div>
|
|
|
<span class="text-h5-b text-primary-text">
|
|
|
{{ isFilterPrice(item?.dannum_cost4) }}
|
|
|
</span>
|
|
|
+ <div class="text-f-c text-disable">不含税出厂价</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dijia_cost4) }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
<div class="text-f-c text-disable">标准金额</div>
|
|
|
<span class="text-h5-b text-primary-text">
|
|
|
{{ isFilterPrice(item?.dannum_cost2) }}
|
|
|
</span>
|
|
|
+ <div class="text-f-c text-disable">不含税出厂价</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dijia_cost2) }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
<div class="text-f-c text-disable">大单金额</div>
|
|
|
<span class="text-h5-b text-primary-text">
|
|
|
{{ isFilterPrice(item?.dannum_cost3) }}
|
|
|
</span>
|
|
|
+ <div class="text-f-c text-disable">不含税出厂价</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dijia_cost3) }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
+ <div class="text-f-c text-disable">FOB费</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dannum_cost1) }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
+ <div class="text-f-c text-disable">柜型</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dannum_cost4) }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
+ <div class="text-f-c text-disable">税率</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dannum_cost2) }}
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <div class="oa-flow-item__right-content-title flx-col flx-center">
|
|
|
+ <div class="text-f-c text-disable">佣金点数</div>
|
|
|
+ <span class="text-h5-b text-primary-text">
|
|
|
+ {{ isFilterPrice(item?.dannum_cost3) }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<!-- </div> -->
|
|
|
</section>
|
|
@@ -112,7 +152,7 @@ const isFilterTime = time => {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.oa-flow-item {
|
|
|
- margin-top: $space-a2;
|
|
|
+ // margin-top: $space-b1;
|
|
|
padding-top: $space-b1;
|
|
|
padding-bottom: $space-b1;
|
|
|
padding-right: $space-b1;
|
|
@@ -127,7 +167,7 @@ const isFilterTime = time => {
|
|
|
position: relative;
|
|
|
width: 0;
|
|
|
text-align: right;
|
|
|
- padding-right: $space-a2;
|
|
|
+ padding-right: $space-b1;
|
|
|
// line-height: 1;
|
|
|
|
|
|
.icon {
|
|
@@ -151,7 +191,7 @@ const isFilterTime = time => {
|
|
|
}
|
|
|
}
|
|
|
&__right {
|
|
|
- padding-left: $space-a2;
|
|
|
+ padding-left: $space-b1;
|
|
|
&-content {
|
|
|
margin-left: $space-a1;
|
|
|
// border-radius: $br-sm;
|