{{ form.opportunityName || '-' }}
{{ form.quoteName || '-' }}
{{ form.contactName || '-' }}
{{ form.quoteLinkName || '-' }}
{{ form.contactLinkName || '-' }}
{{ form.quoteTel || '-' }}
{{ form.contactTel || '-' }}
{{ form.quoteFax || '-' }}
{{ form.contactFax || '-' }}
{{ form.quoteEmail || '-' }}
{{ form.contactEmail || '-' }}
{{ form.quoteAddress || '-' }}
{{ form.contactAddress || '-' }}
{{ form.acceptUnpack == 1 ? '接受' : '不接受' }}
{{ form.settlementModeName || '-' }}