|
@@ -28,17 +28,163 @@
|
|
|
</template>
|
|
|
</byTable>
|
|
|
</div>
|
|
|
+
|
|
|
+ <el-dialog title="打印" v-if="openPrint" v-model="openPrint" width="860" v-loading="loadingPrint">
|
|
|
+ <div id="pdfDom" style="width: 800px; padding: 16px; font-size: 12px !important">
|
|
|
+ <div style="font-size: 18px; text-align: center">{{ getLabel(printDetails.sellCorporationId, corporationList, "nameEn") }}</div>
|
|
|
+ <div style="text-align: center">
|
|
|
+ {{ printDetails.sellCountryId }},{{ printDetails.sellProvinceId }},{{ printDetails.sellCityId }},{{ printDetails.sellAddress }}
|
|
|
+ </div>
|
|
|
+ <div style="font-size: 14px; color: #409eff; text-align: center; padding-top: 16px">QUOTATION</div>
|
|
|
+ <div style="padding-top: 8px">
|
|
|
+ <div>Reference NO. : {{ printDetails.code }}</div>
|
|
|
+ <div style="display: flex">
|
|
|
+ <div style="width: 50%">DATE: {{ moment(printDetails.createTime).format("DD/MMM/yyyy") }}</div>
|
|
|
+ <div style="width: 50%">Valid Date:</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="border: 1px solid #999; display: flex">
|
|
|
+ <div style="width: 50%; border-right: 1px solid #999">
|
|
|
+ <div style="color: #409eff">VENDOR:</div>
|
|
|
+ <div>{{ getLabel(printDetails.sellCorporationId, corporationList, "nameEn") }}</div>
|
|
|
+ <div style="padding: 16px 0">
|
|
|
+ {{ printDetails.sellCountryId }},{{ printDetails.sellProvinceId }},{{ printDetails.sellCityId }},{{ printDetails.sellAddress }}
|
|
|
+ </div>
|
|
|
+ <div>{{ printDetails.sellContactName }},{{ printDetails.sellContactNumber }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 50%">
|
|
|
+ <div style="color: #409eff">BUYER:</div>
|
|
|
+ <div>{{ getLabel(printDetails.buyCorporationId, customerList, "name") }}</div>
|
|
|
+ <div style="padding: 16px 0">
|
|
|
+ {{ printDetails.buyCountryName }},{{ printDetails.buyProvinceName }},{{ printDetails.buyCityName }},{{ printDetails.buyAddress }}
|
|
|
+ </div>
|
|
|
+ <div>{{ printDetails.buyContactName }},{{ printDetails.buyContactNumber }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="height: 16px"></div>
|
|
|
+ <div style="border: 1px solid #999">
|
|
|
+ <div style="display: flex; width: 100%">
|
|
|
+ <div style="width: 33%; border-bottom: 1px solid #999; border-right: 1px solid #999">
|
|
|
+ <div style="color: #409eff">COUNTRY OF ORIGIN:</div>
|
|
|
+ <div>{{ printDetails.sellCountryId }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 34%; border-bottom: 1px solid #999; border-right: 1px solid #999">
|
|
|
+ <div style="color: #409eff">COUNTRY OF DESTINATION:</div>
|
|
|
+ <div>{{ printDetails.buyCountryName }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 33%; border-bottom: 1px solid #999">
|
|
|
+ <div style="color: #409eff">PLACE OF DISCHARGE:</div>
|
|
|
+ <div>{{ printDetails.transportRemark }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex; width: 100%">
|
|
|
+ <div style="width: 33%; border-bottom: 1px solid #999; border-right: 1px solid #999">
|
|
|
+ <div style="color: #409eff">TERMS OF DELIVERY:</div>
|
|
|
+ <div>{{ dictValueLabel(printDetails.tradeMethods, tradeMethods) }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 34%; border-bottom: 1px solid #999; border-right: 1px solid #999">
|
|
|
+ <div style="color: #409eff">CURRENCY:</div>
|
|
|
+ <div>{{ dictValueLabel(printDetails.currency, accountCurrency) }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 33%; border-bottom: 1px solid #999">
|
|
|
+ <div style="color: #409eff">EXPORT BY/VIA:</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="display: flex; width: 100%">
|
|
|
+ <div style="width: 33%; border-right: 1px solid #999">
|
|
|
+ <div style="color: #409eff">DELIVERY TIME:</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 67%">
|
|
|
+ <div style="color: #409eff">TERMS OF PAYMENT:</div>
|
|
|
+ <div>{{ printDetails.remark }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="height: 16px"></div>
|
|
|
+ <div class="baseRow" style="display: flex; color: #409eff">
|
|
|
+ <div class="contentRow" style="width: 50px; text-align: center">NO.</div>
|
|
|
+ <div class="contentRow" style="width: calc(100% - 450px); text-align: center">COMMODITY, SPECIFICATION</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">UNIT</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">QUANTITY</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">UNIT PRICE</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">TOTAL PRICE</div>
|
|
|
+ </div>
|
|
|
+ <div v-if="printDetails.quotationProductList && printDetails.quotationProductList.length > 0">
|
|
|
+ <div class="baseRow" style="display: flex" v-for="(item, index) in printDetails.quotationProductList" :key="item.productId">
|
|
|
+ <div class="contentRow" style="width: 50px; text-align: center">{{ index + 1 }}</div>
|
|
|
+ <div class="contentRow" style="width: calc(100% - 450px); text-align: center">{{ item.productName }}</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ item.productUnit }}</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ item.quantity }}</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ item.price }}</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ item.amount }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="baseRow" style="display: flex; color: #409eff">
|
|
|
+ <div class="contentRow" style="width: calc(100% - 400px); text-align: center">SUBTOTAL:</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center"></div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ statistics("quantity", 0) }}</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center"></div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ statistics("amount", 2) }}</div>
|
|
|
+ </div>
|
|
|
+ <div v-if="printDetails.quotationPayList && printDetails.quotationPayList.length > 0">
|
|
|
+ <div class="baseRow" style="display: flex" v-for="(item, index) in printDetails.quotationPayList" :key="index">
|
|
|
+ <div class="contentRow" style="width: calc(100% - 100px); text-align: right; color: #409eff">{{ item.payName }}:</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ item.amount }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="baseRow" style="display: flex">
|
|
|
+ <div class="contentRow" style="width: calc(100% - 100px); text-align: right; color: #409eff">TOTAL PRICE:</div>
|
|
|
+ <div class="contentRow" style="width: 100px; text-align: center">{{ getAllMoney(statistics("amount", 2)) }}</div>
|
|
|
+ </div>
|
|
|
+ <div class="baseRow" style="display: flex; border-bottom: 1px solid #999">
|
|
|
+ <div class="contentRow" style="width: 100%">{{ translateIntoEnglish(printDetails.amount, printDetails.currency) }}</div>
|
|
|
+ </div>
|
|
|
+ <!-- <div style="height: 16px"></div>
|
|
|
+ <div class="baseRow" style="color: #409eff">
|
|
|
+ <div class="contentRow" style="width: 100%">ACCOUNT INFORMATION:</div>
|
|
|
+ </div>
|
|
|
+ <div class="baseRow" style="border-bottom: 1px solid #999">
|
|
|
+ <div class="contentRow" style="width: 100%">
|
|
|
+ <div style="line-height: 24px; padding-left: 4px; word-break: break-all; word-wrap: break-word">Beneficiary Name: {{}}</div>
|
|
|
+ <div style="line-height: 24px; padding-left: 4px; word-break: break-all; word-wrap: break-word">Beneficiary Bank: {{}}</div>
|
|
|
+ <div style="line-height: 24px; padding-left: 4px; word-break: break-all; word-wrap: break-word">Beneficiary Bank Address: {{}}</div>
|
|
|
+ <div style="line-height: 24px; padding-left: 4px; word-break: break-all; word-wrap: break-word">Beneficiary Account Number: {{}}</div>
|
|
|
+ <div style="line-height: 24px; padding-left: 4px; word-break: break-all; word-wrap: break-word">Swift Code: {{}}</div>
|
|
|
+ <div style="line-height: 24px; padding-left: 4px; word-break: break-all; word-wrap: break-word">Beneficiary Address: {{}}</div>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
+ <div style="height: 32px"></div>
|
|
|
+ <div style="display: flex">
|
|
|
+ <div style="width: 50%">
|
|
|
+ <div style="color: #409eff">CONFIRMED BY VENDOR:</div>
|
|
|
+ <div>{{ getLabel(printDetails.sellCorporationId, corporationList, "nameEn") }}</div>
|
|
|
+ </div>
|
|
|
+ <div style="width: 50%">
|
|
|
+ <div style="color: #409eff">CONFIRMED BY BUYER:</div>
|
|
|
+ <div>{{ getLabel(printDetails.buyCorporationId, customerList, "name") }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <template #footer>
|
|
|
+ <el-button @click="openPrint = false" size="large">取消</el-button>
|
|
|
+ <el-button type="primary" @click="clickDownload()" size="large">下载PDF</el-button>
|
|
|
+ </template>
|
|
|
+ </el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
import { computed, ref } from "vue";
|
|
|
import byTable from "@/components/byTable/index";
|
|
|
+import moment from "moment";
|
|
|
+import useUserStore from "@/store/modules/user";
|
|
|
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
const accountList = ref([]);
|
|
|
const corporationList = ref([]);
|
|
|
const customerList = ref([]);
|
|
|
+const tradeMethods = ref([]);
|
|
|
+const accountCurrency = ref([]);
|
|
|
const status = ref([
|
|
|
{
|
|
|
label: "草稿",
|
|
@@ -238,6 +384,40 @@ const getDict = () => {
|
|
|
};
|
|
|
});
|
|
|
});
|
|
|
+ proxy
|
|
|
+ .post("/dictTenantData/page", {
|
|
|
+ pageNum: 1,
|
|
|
+ pageSize: 999,
|
|
|
+ dictCode: "trade_methods",
|
|
|
+ tenantId: useUserStore().user.tenantId,
|
|
|
+ })
|
|
|
+ .then((res) => {
|
|
|
+ if (res.rows && res.rows.length > 0) {
|
|
|
+ tradeMethods.value = res.rows.map((item) => {
|
|
|
+ return {
|
|
|
+ label: item.dictValue,
|
|
|
+ value: item.dictKey,
|
|
|
+ };
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
+ proxy
|
|
|
+ .post("/dictTenantData/page", {
|
|
|
+ pageNum: 1,
|
|
|
+ pageSize: 999,
|
|
|
+ dictCode: "account_currency",
|
|
|
+ tenantId: useUserStore().user.tenantId,
|
|
|
+ })
|
|
|
+ .then((res) => {
|
|
|
+ if (res.rows && res.rows.length > 0) {
|
|
|
+ accountCurrency.value = res.rows.map((item) => {
|
|
|
+ return {
|
|
|
+ label: item.dictValue,
|
|
|
+ value: item.dictKey,
|
|
|
+ };
|
|
|
+ });
|
|
|
+ }
|
|
|
+ });
|
|
|
};
|
|
|
const getList = async (req) => {
|
|
|
sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
@@ -271,8 +451,51 @@ const clickCopy = (item) => {
|
|
|
},
|
|
|
});
|
|
|
};
|
|
|
-const clickPrint = (item) => {
|
|
|
- console.log(item);
|
|
|
+const openPrint = ref(false);
|
|
|
+const loadingPrint = ref(false);
|
|
|
+const printDetails = ref({});
|
|
|
+const clickPrint = (row) => {
|
|
|
+ printDetails.value = {};
|
|
|
+ loadingPrint.value = true;
|
|
|
+ openPrint.value = true;
|
|
|
+ proxy.post("/saleQuotation/detail", { id: row.id }).then((res) => {
|
|
|
+ printDetails.value = res;
|
|
|
+ });
|
|
|
+};
|
|
|
+const clickDownload = () => {
|
|
|
+ proxy.getPdf("报价单PDF文件");
|
|
|
+};
|
|
|
+const statistics = (label, index) => {
|
|
|
+ let num = 0;
|
|
|
+ if (printDetails.value.quotationProductList && printDetails.value.quotationProductList.length > 0) {
|
|
|
+ printDetails.value.quotationProductList.map((item) => {
|
|
|
+ if (item[label]) {
|
|
|
+ num = parseFloat(Number(num) + Number(item[label])).toFixed(index);
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ return num;
|
|
|
+};
|
|
|
+const getLabel = (key, list, label) => {
|
|
|
+ let text = "";
|
|
|
+ if (list && list.length > 0) {
|
|
|
+ let data = list.filter((item) => item.id === key);
|
|
|
+ if (data && data.length > 0) {
|
|
|
+ text = data[0][label];
|
|
|
+ }
|
|
|
+ }
|
|
|
+ return text;
|
|
|
+};
|
|
|
+const getAllMoney = (num) => {
|
|
|
+ let money = num;
|
|
|
+ if (printDetails.value.quotationPayList && printDetails.value.quotationPayList.length > 0) {
|
|
|
+ printDetails.value.quotationPayList.map((item) => {
|
|
|
+ if (item.amount) {
|
|
|
+ money = parseFloat(Number(money) + Number(item.amount)).toFixed(2);
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
+ return money;
|
|
|
};
|
|
|
</script>
|
|
|
|
|
@@ -283,4 +506,14 @@ const clickPrint = (item) => {
|
|
|
::v-deep(.el-input-number .el-input__inner) {
|
|
|
text-align: left;
|
|
|
}
|
|
|
+.baseRow {
|
|
|
+ min-height: 24px;
|
|
|
+ border-top: 1px solid #999;
|
|
|
+ border-left: 1px solid #999;
|
|
|
+}
|
|
|
+.contentRow {
|
|
|
+ border-right: 1px solid #999;
|
|
|
+ line-height: 24px;
|
|
|
+ padding-left: 4px;
|
|
|
+}
|
|
|
</style>
|