|
@@ -157,23 +157,34 @@
|
|
|
<div style="width: 50%; border-right: 1px solid black; padding-left: 4px">
|
|
|
<div style="font-weight: 700">买方 SOLD TO MESSRS:</div>
|
|
|
<div>{{ printDetails.customer.name }}</div>
|
|
|
+
|
|
|
+ <div style="padding-top: 16px" v-if="[2].includes(openStatus)">
|
|
|
+ <span style="font-weight: 700">TAX NUMBER:</span>
|
|
|
+ <span> {{ printDetails.contract.taxNumber }} </span>
|
|
|
+ </div>
|
|
|
<div style="padding: 16px 0">
|
|
|
{{ printDetails.contract.buyAddress }},{{ printDetails.contract.buyPostalCode }},{{ printDetails.contract.buyCityName }},{{
|
|
|
printDetails.contract.buyProvinceName
|
|
|
}},{{ printDetails.contract.buyCountryName }}
|
|
|
</div>
|
|
|
- <div>CONTRACT: {{ printDetails.contract.buyContactName }}</div>
|
|
|
+ <div v-if="[2].includes(openStatus)">
|
|
|
+ <span style="font-weight: 700">POST CODE:</span>
|
|
|
+ <span> {{ printDetails.contract.buyPostalCode }} </span>
|
|
|
+ </div>
|
|
|
+ <div style="padding-top: 16px">CONTRACT: {{ printDetails.contract.buyContactName }}</div>
|
|
|
<div>TEL.: {{ printDetails.contract.buyContactNumber }}</div>
|
|
|
</div>
|
|
|
<div style="width: 50%; padding-left: 4px">
|
|
|
<div style="font-weight: 700">卖方 VENDOR:</div>
|
|
|
<div>{{ printDetails.corporation.name }}</div>
|
|
|
<div>{{ printDetails.corporation.nameEn }}</div>
|
|
|
+
|
|
|
<div style="padding: 16px 0">
|
|
|
{{ printDetails.contract.sellAddress }},{{ printDetails.contract.sellCityName }},{{ printDetails.contract.sellProvinceName }},{{
|
|
|
printDetails.contract.sellCountryName
|
|
|
}}
|
|
|
</div>
|
|
|
+
|
|
|
<div>CONTRACT: {{ printDetails.contract.sellContactName }}</div>
|
|
|
<div>TEL.: {{ printDetails.contract.sellContactNumber }}</div>
|
|
|
</div>
|
|
@@ -194,12 +205,20 @@
|
|
|
<div style="width: 50%; padding-left: 4px">
|
|
|
<div style="font-weight: 700">买方 BUYER:</div>
|
|
|
<div>{{ printDetails.customer.name }}</div>
|
|
|
+ <div style="padding-top: 16px">
|
|
|
+ <span style="font-weight: 700">TAX NUMBER:</span>
|
|
|
+ <span> {{ printDetails.contract.taxNumber }} </span>
|
|
|
+ </div>
|
|
|
<div style="padding: 16px 0">
|
|
|
{{ printDetails.contract.buyAddress }},{{ printDetails.contract.buyPostalCode }},{{ printDetails.contract.buyCityName }},{{
|
|
|
printDetails.contract.buyProvinceName
|
|
|
}},{{ printDetails.contract.buyCountryName }}
|
|
|
</div>
|
|
|
- <div>CONTRACT: {{ printDetails.contract.buyContactName }}</div>
|
|
|
+ <div>
|
|
|
+ <span style="font-weight: 700">POST CODE:</span>
|
|
|
+ <span> {{ printDetails.contract.buyPostalCode }} </span>
|
|
|
+ </div>
|
|
|
+ <div style="padding-top: 16px">CONTRACT: {{ printDetails.contract.buyContactName }}</div>
|
|
|
<div>TEL.: {{ printDetails.contract.buyContactNumber }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -435,7 +454,9 @@
|
|
|
</template>
|
|
|
<tr>
|
|
|
<td :colspan="4" style="text-align: left; padding-left: 4px">
|
|
|
- TOTAL {{ dictValueLabel(printDetails.contract.tradeMethods, tradeMethods) }} PRICE:
|
|
|
+ TOTAL
|
|
|
+ {{ dictValueLabel(printDetails.contract.tradeMethods, tradeMethods) }}
|
|
|
+ PRICE:
|
|
|
</td>
|
|
|
<td style="text-align: center">{{ printDetails.contract.currency }}{{ getAllMoney(statistics("price", "quantity", 2)) }}</td>
|
|
|
</tr>
|
|
@@ -457,7 +478,9 @@
|
|
|
</template>
|
|
|
<tr>
|
|
|
<td :colspan="5" style="text-align: left; padding-left: 4px">
|
|
|
- TOTAL {{ dictValueLabel(printDetails.contract.tradeMethods, tradeMethods) }} PRICE:
|
|
|
+ TOTAL
|
|
|
+ {{ dictValueLabel(printDetails.contract.tradeMethods, tradeMethods) }}
|
|
|
+ PRICE:
|
|
|
</td>
|
|
|
<td style="text-align: center">{{ printDetails.contract.currency }}{{ getAllMoney(statistics("price", "quantity", 2)) }}</td>
|
|
|
</tr>
|
|
@@ -542,7 +565,6 @@
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
<el-button @click="openPrint = false" size="large">取消</el-button>
|
|
|
- <el-button v-print="printObj" size="large">打印</el-button>
|
|
|
<el-button type="primary" @click="clickDownload()" size="large">下载PDF</el-button>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
@@ -1018,8 +1040,7 @@
|
|
|
<tr>
|
|
|
<td colspan="15" style="text-align: left; padding-left: 8px">
|
|
|
<span style="color: red">
|
|
|
- 我司保证以上所提供的信息及资料准确无误,如在海关申报、查验时有任何异议,所造成的损失及后果由我司承担。
|
|
|
- 确认签名/盖章:_________________________
|
|
|
+ 我司保证以上所提供的信息及资料准确无误,如在海关申报、查验时有任何异议,所造成的损失及后果由我司承担。 确认签名/盖章:_________________________
|
|
|
</span>
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -1028,7 +1049,6 @@
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
<el-button @click="openCustomsDeclaration = false" size="large">取消</el-button>
|
|
|
- <el-button v-print="printObj" size="large">打印</el-button>
|
|
|
<el-button type="primary" @click="clickDownload()" size="large">下载PDF</el-button>
|
|
|
<el-button type="primary" @click="clickSave()" size="large">保存</el-button>
|
|
|
</template>
|