Commit 7270a20c authored by 吴春's avatar 吴春

1

parent ef010c04
...@@ -786,7 +786,7 @@ ...@@ -786,7 +786,7 @@
<td>{{moneyFormat(item.PlanTotalPrice)}}</td> <td>{{moneyFormat(item.PlanTotalPrice)}}</td>
<td>{{moneyFormat(item.ExpendTotalPrice)}}</td> <td>{{moneyFormat(item.ExpendTotalPrice)}}</td>
<td> <td>
{{(index == 0&& LineId!=90) ? moneyFormat(item.PlanTotalPrice - AllBZPrice): moneyFormat(item.PlanTotalPrice - item.ExpendTotalPrice)}} {{ (nav!=null&&nav.length>0&& nav[0].LineId=="90"?moneyFormat(item.PlanTotalPrice - item.ExpendTotalPrice):((index == 0) ? moneyFormat(item.PlanTotalPrice - AllBZPrice): moneyFormat(item.PlanTotalPrice - item.ExpendTotalPrice))) }}
</td> </td>
</tr> </tr>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment