|
@@ -60,6 +60,7 @@
|
|
|
<div ng-if="type == 'PAIDTOVENDOR'" ng-bind="salePerAccount.bankname" title="{{salePerAccount.bankname}}" class="word-in-10"></div>
|
|
<div ng-if="type == 'PAIDTOVENDOR'" ng-bind="salePerAccount.bankname" title="{{salePerAccount.bankname}}" class="word-in-10"></div>
|
|
|
<div ng-if="type == 'PAIDTOVENDOR'" ng-bind="salePerAccount.number"></div>
|
|
<div ng-if="type == 'PAIDTOVENDOR'" ng-bind="salePerAccount.number"></div>
|
|
|
<div ng-if="type == 'PAIDTOVENDOR'" ng-bind="salePerAccount.accountname"></div>
|
|
<div ng-if="type == 'PAIDTOVENDOR'" ng-bind="salePerAccount.accountname"></div>
|
|
|
|
|
+ <div ng-if="!salePerAccount || salePerAccount == null">尚未选择收款账户,请联系卖家处理</div>
|
|
|
</li>
|
|
</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|