|
@@ -235,7 +235,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="8" class="noprint">
|
|
|
<a-form-model-item label="" prop="" >
|
|
|
- <h4 style="color:blue;" v-if="color2<0.8">
|
|
|
+ <h4 style="color:blue;" v-if="color2>=0&&color2<0.8">
|
|
|
标记(B)
|
|
|
<!-- <span>(计算结果小于O.8 时,该标记是蓝色)</span> -->
|
|
|
</h4>
|
|
@@ -655,7 +655,7 @@ export default {
|
|
|
this.detailsPlanNum.shortvalue=( this.detailsPlanNum.shortvalue==''|| !this.detailsPlanNum.shortvalue)?'': (this.detailsPlanNum.shortvalue).toFixed(2)//短出货值
|
|
|
this.color1 = Number(this.detailsPlanNum.rmbExportamount)-Number(this.detailsPlanNum.fabriccostNotincludestax)-Number(this.detailsPlanNum.excipiencostNotincludestax)-Number(this.detailsPlanNum.rmbProcesscost)-Number(this.detailsPlanNum.rmbExpense)
|
|
|
this.color2 = this.color1/Number(this.detailsPlanNum.usdTotalexportprice)
|
|
|
- this.color2 = this.color2>0?this.color2:-this.color2
|
|
|
+ // this.color2 = this.color2>0?this.color2:-this.color2
|
|
|
},
|
|
|
|
|
|
openEnclosure(){
|