|
@@ -224,7 +224,7 @@
|
|
|
stack: '完成',
|
|
|
data:[
|
|
|
<% for (const s of stages) {%>
|
|
|
- <%- ctx.helper.mul(s.pre_contract_tp, s.pre_qc_tp) %>,
|
|
|
+ <%- ctx.helper.add(s.pre_contract_tp, s.pre_qc_tp) %>,
|
|
|
<% } %>
|
|
|
]
|
|
|
},
|
|
@@ -235,7 +235,7 @@
|
|
|
stack: '完成',
|
|
|
data:[
|
|
|
<% for (const s of stages) {%>
|
|
|
- <%- ctx.helper.mul(s.contract_tp, s.qc_tp) %>,
|
|
|
+ <%- ctx.helper.add(s.contract_tp, s.qc_tp) %>,
|
|
|
<% } %>
|
|
|
]
|
|
|
},
|
|
@@ -246,7 +246,7 @@
|
|
|
yAxisIndex: 1,
|
|
|
data:[
|
|
|
<% for (const s of stages) {%>
|
|
|
- <%- ctx.helper.mul(ctx.helper.div(ctx.helper.mul(s.contract_tp, s.qc_tp), tender.sum, 2), 100) %>,
|
|
|
+ <%- ctx.helper.mul(ctx.helper.div(ctx.helper.add(s.contract_tp, s.qc_tp), tender.sum, 2), 100) %>,
|
|
|
<% } %>
|
|
|
]
|
|
|
},
|