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

1

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