Commit 02492163 authored by 华国豪's avatar 华国豪 🙄

1

parent 59930fdb
......@@ -117,8 +117,8 @@
</div>
</td>
<td>
<span v-if="item.SupplierPayType !== 0">
<span>{{item.SupplierName}} <span :style="{'color': item.SupplierPayType == 2 ? '#E95252': '#111111'}">{{item.SupplierPayType == 2 ? '签单' : '现付'}}</span></span>
<span>
<span>{{item.SupplierName}} <span v-if="item.SupplierPayType !== 0" :style="{'color': item.SupplierPayType == 2 ? '#E95252': '#111111'}">{{item.SupplierPayType == 2 ? '签单' : '现付'}}</span></span>
</span>
</td>
</tr>
......@@ -223,10 +223,8 @@
<td v-if="childIndex==0" :rowspan="5">
{{subItem.Remarks}}
</td>
<td>
<span v-if="subItem.SupplierPayType !== 0">
<span>{{subItem.SupplierName}} <span :style="{'color': subItem.SupplierPayType == 2 ? '#E95252': '#111111'}">{{subItem.SupplierPayType == 2 ? '签单' : '现付'}}</span></span>
</span>
<td v-if="childIndex==0" :rowspan="5">
<span>{{subItem.SupplierName}} <span v-if="subItem.SupplierPayType !== 0" :style="{'color': subItem.SupplierPayType == 2 ? '#E95252': '#111111'}">{{subItem.SupplierPayType == 2 ? '签单' : '现付'}}</span></span>
</td>
</tr>
</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