123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452 |
- <template>
- <div>
- <div
- v-if="quoteLoadState == 0"
- v-loading="true"
- class="com-loading"></div>
- <div v-else-if="quoteLoadState == 1">
- <tab-nav
- :borderType="'allBorder'" :liWidth="100" :liHeight="40" :marginRight="5"
- :currTab.sync="curWeek"
- :tabList="priceList" />
- <div
- v-for="(items, indexs) in priceList"
- :key="items.name"
- v-show="curWeek == indexs">
- <div>
- <tab-nav
- :borderType="'incompleteBorder'"
- :currTab.sync="items.curPrint"
- :tabList="items.basePrice"
- :allPrintTab="allPrintTab"
- :marginTop="0"
- :marginRight="5"
- :marginBottom="items.basePrice?.length>1?7:0"
- @handle="sortBy(items)" />
- <!-- <el-popover
- placement="bottom-start"
- trigger="hover">
- <div
- class="exclamation-icon"
- slot="reference">!</div>
- <div class="popover">
- <p class="title">Print Price Comparison</p>
- <div
- v-for="(item,index) in items.basePrice"
- :key="item.name">
- <total-table
- :tableColumns="[...undecorated_columns, ...items.part_columns]"
- :tableData="item.data"
- :tableType="'Comparison'"
- :title="item.name"
- :curDecoration="items.decorationOrign[items.curPrint]" :indexDecoration="items.decorationOrign[index]"></total-table>
- </div>
- </div>
- </el-popover> -->
- </div>
- <div
- v-for="(item, index) in items.basePrice"
- :key="item.name"
- v-show="items.curPrint == index">
- <new-price-table
- :tableColumns="[...undecorated_columns, ...item.part_columns]"
- :tableData="item.data"
- :tableType="'Undecorated'"
- :curPrint="item.name"
- :curModel="items.decorationOrign[index]?.model"
- :data="items"
- :selectRow.sync="item.selectBaseRow"></new-price-table>
- </div>
- <!-- decoration_multiple is_more_print 打印开关,ID1001092需求 ;additional_print 颜色数量开关
- 以上需求作废,改版为多色多面的需求-->
- <new-price-table
- v-if="items.decoration?.length || items.basePrice?.[items.curPrint]?.decoration_addition?.length"
- :tableData="items.decoration"
- :tableColumns="[...decoration_columns, ...comCurBaseColumns]"
- :tableType="'Decoration'"
- :marginBottom="0"
- :hasDecAdd="items.basePrice?.[items.curPrint]?.decoration_addition?.length"></new-price-table>
-
- <div
- v-for="(item, index) in items.basePrice"
- :key="item.name + index"
- v-show="items.curPrint == index && item.decoration_addition.length">
- <new-price-table
- :tableData="item.decoration_addition"
- :tableColumns="[...addon_columns, ...item.part_columns]"
- :isCheckBox="true"
- :tableType="'Addon'"
- :multipleSelection.sync="items.selectAdditionRow"></new-price-table>
- </div>
- </div>
- <section>
- <p class="title1">
- <span></span>
- <span>Currency AUD($)</span>
- </p>
- <total-table
- :comLocationNum="comLocationNum"
- :tableData="comBuyData"
- :tableColumns="[
- ...buy_columns,
- ...comCurBaseTotalColumns
- ]"
- :curOrder="`${curWeek}-${comCurPrint}`"
- :min="comCurBaseColumns[0]?.label"
- :title="'Buy Price'" @send-idx="getChildIdx"></total-table>
- <p class="text-red">Price is ex- gst</p>
- <ul>
- <li class="entry">
- <div class="entry-l">Delivery Locations</div>
- <el-input
- placeholder="Enter Num"
- v-model="comCurBasePrice.locationNum"
- size="small" max="7" min="1"
- style="width: 130px;"
- type="number" @input="setMaxNum"></el-input>
- </li>
- <li
- class="entry"
- v-if="comLocationNum > 1">
- <div class="entry-text">Qty / Location</div>
- </li>
- <li class="entry" v-for="(i,k) in comCurBaseTotalColumns" :key="i.prop" v-show="comLocationNum > k">
- <div class="entry-l">Delivery Postcode</div>
- <el-input
- clearable
- placeholder="Enter Postcode"
- v-model="
- i.postcode"
- size="small"
- style="width: 130px; margin-right: 20px;"
- @input="getDebFreight(k)"></el-input>
- <el-input
- v-if="comLocationNum > 1"
- placeholder="Enter Qty"
- type="number"
- :min="comCurBaseColumns[0]?.label"
- @blur="getNumber($event, comCurBaseTotalColumns[k],comCurBaseColumns[0]?.label)"
- v-model="i.label"
- size="small"
- style="width: 130px; margin-right: 20px;"></el-input>
- <div class="entry-r">
- <span>Freight Method</span>
- <el-radio-group
- v-model="i.freight_type"
- @change="getFreight(k)">
- <el-radio :label="1">Road Express</el-radio>
- <el-radio :label="2">Air Freight</el-radio>
- </el-radio-group>
- </div>
- </li>
- </ul>
- <div class="entry">
- <div class="entry-l">Setup</div>
- <div class="entry-l">include in unit price</div>
- <pc-switch v-model="setup_switch"></pc-switch>
- </div>
- <div class="entry">
- <div class="entry-l">Freight</div>
- <div class="entry-l">include in unit price</div>
- <div>
- <pc-switch v-model="freight_switch"></pc-switch>
- </div>
- </div>
- <el-button
- size="medium"
- class="button-black"
- @click="openMailDialog">
- Enquiry
- </el-button>
- <!-- 需求隐藏 加入car project弹框 -->
- <!-- <el-button class="button-white" @click="openProjectdDialog"><img src="@/assets/img/car.png"/><span> to my project</span></el-button> -->
- </section>
- <!-- <section>
- <unit-table
- :tableData="unitData"
- :tableColumns="[
- ...unit_columns,
- ...comCurBaseTotalColumns
- ]"></unit-table>
- 直接用comMergeColumns会出现summary数值问题,改用v-show="comLocationNum"控制
- <total-table
- v-show="comLocationNum == 1"
- :tableData="comSellData"
- :tableColumns="comNoSumCol"
- :comLocationNum="comLocationNum"
- :title="'Sell Price'"></total-table>
- <total-table
- v-show="comLocationNum != 1"
- :tableData="comSellData"
- :tableColumns="comHasSumCol"
- :comLocationNum="comLocationNum"
- :title="'Sell Price'"></total-table>
- <el-button
- class="button-black button-margin"
- size="medium"
- @click="openDownloadDialog(0)"
- >View Quote</el-button>
- <el-button
- class="button-black button-margin"
- size="medium"
- @click="openDownloadDialog(1)"
- >Send Order Enquiry</el-button>
- </section> -->
- </div>
- <!-- <div
- v-else
- class="quote-tips">
- Current item prices are missing, please contact<a
- href="mailto:Info@promocollection.com.au">
- info@promocollection.com.au</a>
- </div> -->
- <no-ssr>
- <div v-if="quoteLoadState == 1">
- <!-- Enquiry按钮 -->
- <form-dialog
- :emailForm="enquiryForm"
- :enquiryConfig="enquiryConfig"
- :visible.sync="enquiryFormVisible"
- @handleSend="sendPriceMail"
- :rules="rules"
- :labelWidth="
- enquiryConfig[3].selectlist?.length ? 140 : 82
- "></form-dialog>
- <mail-table
- ref="mailtable"
- :mailData="mailData"
- v-show="false">
- <price-to-img
- :pageData="pageData"
- :specificationsObj="specificationsObj"
- :tableData="comFilterSwitchSellData"
- :tableColumns="comMergeColumns"
- :comLocationNum="comLocationNum"
- :emailForm="commentObj"></price-to-img>
- </mail-table>
- <el-dialog
- ref="dialogRef"
- :lock-scroll="false"
- title="Customer Quote"
- :visible.sync="priceToImgVisible"
- custom-class="price-to-img-dialog">
- <price-to-img
- :isImgSrc="false"
- ref="priceToImgRef"
- :loading.sync="pdfLoading"
- :pageData="pageData"
- :specificationsObj="specificationsObj"
- :tableData="comFilterSwitchSellData"
- :tableColumns="comMergeColumns"
- :comLocationNum="comLocationNum"
- :emailForm="commentObj"></price-to-img>
- <p class="tips">Change default standard comment:</p>
- <el-input v-model="commentObj.Comments"></el-input>
- <div class="btn-wrap">
- <el-button
- class="button-black button-margin"
- size="medium"
- @click="handleDownloadPdf"
- :loading="pdfLoading"
- >Download</el-button>
- </div>
- </el-dialog>
- <form-dialog
- :emailForm="commentObj"
- :enquiryConfig="enquiryConfig1"
- :visible.sync="downloadDialogVisible"
- @handleSend="sendPdfMail"
- :rules="rules1"
- :labelWidth="120"
- :isSendPdf="true"></form-dialog>
- <price-to-img
- ref="pdf"
- v-show="false"
- :loading.sync="pdfLoading"
- :pageData="pageData"
- :specificationsObj="specificationsObj"
- :tableData="comFilterSwitchSellData"
- :tableColumns="comMergeColumns"
- :comLocationNum="comLocationNum"
- :emailForm="commentObj"></price-to-img>
- <!-- 报价图片弹框 -->
- <dialog-XX-success
- :visible.sync="xxContentVisible" :imgType="false"
- :content="'This quantity is below the MOQ for this product'"></dialog-XX-success>
- </div>
- </no-ssr>
- </div>
- </template>
- <script>
- import { mapState, mapMutations, mapActions } from 'vuex'
- import _ from 'lodash'
- import { times as npTimes,plus as npPlus, minus as npMinus, divide as npDivide } from 'number-precision';
- import NewPriceTable from '@/components/table/NewPriceTable'
- import TotalTable from '@/components/table/TotalTable'
- import UnitTable from '@/components/table/UnitTable'
- import MailTable from '@/components/table/MailTable'
- import dialogXXSuccess from '@/components/DIalogXXSuccess.vue'
- export default {
- components: {
- NewPriceTable,
- TotalTable,
- UnitTable,
- MailTable,
- 'dialog-XX-success': dialogXXSuccess
- },
- props: {
- pageData: {
- type: Object,
- default: () => {
- return {}
- },
- },
- id: {
- type: Number,
- default: null
- },
- },
- data() {
- return {
- quoteLoadState: 0,
- curWeek: 0,
- allPrintTab: [],
- priceList: [],
- initZeroObj: {},
- initSetupObj: {},
- initUnitObj: {},
- initChangeUnitObj: {},
- initFrightObj: {},
- initTotalObj: {},
- xxContentVisible: false,
- setup_switch: false,
- freight_switch: false,
- weight: {},
- undecorated_columns: [
- {
- label: 'MODEL',
- prop: 'model',
- type: 'text',
- align: 'left',
- width: 150,
- extraWidth: 50, // 配合组件 (820-tableColumns[0].width-tableColumns[0].extraWidth)/(tableColumns.length-1)
- isFirstColumn: true, // 去掉$符号
- },
- {
- label: 'SETUP',
- prop: 'website_setup',
- },
- ],
- decoration_columns: [
- {
- label: 'PRINT OPTION',
- prop: 'dec_code',
- type: 'radioInput',
- align: 'left',
- width: 150,
- extraWidth: 50,
- },
- {
- label: 'SETUP',
- prop: 'website_setup',
- },
- ],
- addon_columns: [
- {
- label: 'Addon',
- prop: 'name',
- type: 'text',
- width: 150,
- extraWidth: 50,
- isFirstColumn: true, // 去掉$符号
- },
- {
- label: 'Setup',
- prop: 'website_setup',
- },
- ],
- buy_columns: [
- {
- label: 'QTY',
- prop: 'project',
- isFirstColumn: true, // 去掉$符号
- },
- ],
- unit_columns: [
- {
- label: 'QTY',
- prop: 'total',
- align: 'left',
- isText: true,
- },
- ],
- buyData: [
- { project: 'Setup' },
- { project: 'Unit' },
- { project: 'Freight' },
- { project: 'Total' }
- ],
- unitData: [
- { total: 'Unit Rate %' },
- { total: 'Setup %' },
- { total: 'Freight %' },
- ],
- sellData: [
- { project: 'Postcode',summary: '-' },
- { project: 'Setup',summary: 0.00 },
- { project: 'Unit',summary: 0.00 },
- { project: 'Freight',summary: 0.00 },
- { project: 'Total',summary: 0.00 },
- ],
- POA_Config: ['111', '111.00', '999', '999.00'],
- enquiryFormVisible: false,
- enquiryForm: {
- Name: '',
- Email: '',
- Phone: '',
- // 'Customer manager': null,
- Comments: '',
- },
- enquiryConfig: [
- { prop: 'Name', type: 'input' },
- { prop: 'Email', type: 'input' },
- { prop: 'Phone', type: 'input' },
- {
- prop: 'Customer manager',
- type: 'select',
- selectlist: [],
- isShow: false,
- },
- { prop: 'Comments', type: 'textarea' },
- ],
- rules: {
- Name: [{ required: true, message: 'Please enter', trigger: 'blur' }],
- Email: [
- {
- required: true,
- message: 'Please enter the correct format',
- pattern:
- /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/,
- trigger: 'blur',
- },
- ],
- Phone: [
- {
- required: true,
- message: 'Please enter the correct format',
- // pattern: /^1[0-9]{10}$/,
- trigger: 'blur',
- },
- ],
- 'Customer manager': [
- { required: true, message: 'Please select', trigger: 'change' },
- ],
- },
- mailData: {
- Url: '',
- },
- priceToImgVisible: false,
- downloadDialogVisible: false,
- commentObj: {
- 'Email Address': '',
- Comments: '',
- },
- enquiryConfig1: [
- { prop: 'Email Address', type: 'input' },
- { prop: 'Comments', type: 'input' },
- ],
- rules1: {
- 'Email Address': [
- {
- required: true,
- message: 'Please enter the correct format',
- pattern:
- /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/,
- trigger: 'blur',
- },
- ],
- },
- specificationsObj: {
- time: null,
- model: null,
- decoration: null,
- addonArr: null,
- },
- pdfLoading: false,
- }
- },
- computed: {
- ...mapState('config', { configInfo: state => state.configInfo }),
- userInfo() {
- return this.$store.state.userInfo
- },
- comCurWeekPrice() {
- return this.priceList[this.curWeek] || {}
- },
- comCurPrint() {
- return this.comCurWeekPrice.curPrint
- },
- comCurBasePrice() {
- return this.comCurWeekPrice.basePrice[this.comCurPrint]
- },
- comLocationNum() {
- return +(this.comCurWeekPrice.basePrice[this.comCurPrint].locationNum)
- },
- comCurBaseColumns() {
- return this.comCurBasePrice.part_columns
- },
- comCurBaseTotalColumns() {
- const d = this.comCurWeekPrice.basePrice[this.comCurPrint].total_part_columns
- const n = this.comLocationNum
- if (n === 1) {
- return d
- }else{
- const concatAdd = [...d,...this.comCurWeekPrice.basePrice[this.comCurPrint].remainingAttr].slice(0, n);
- return concatAdd
- }
- },
- comTotalLabel(){
- // 计算所有元素label的和
- return this.comCurBaseTotalColumns.reduce((sum, item) => sum + Number(item.label), 0);
- },
- comSummaryColumns(){
- return [{ label: this.comTotalLabel.toString(), prop: 'summary' }];
- },
- comAttributeList() {
- const obj = {}
- this.comCurBaseTotalColumns?.forEach(item => {
- obj[item.prop] = item.label
- })
- obj.summary = this.comTotalLabel;
- return obj
- },
- // 当前已选基础价
- comBasePrice() {
- return this.comCurBasePrice.selectBaseRow
- },
- // 当前累加打印价
- comDecoPrice() {
- if (!this.comCurWeekPrice.decoration?.length) {
- return []
- }
- const arr = this.comCurWeekPrice.decoration
- .map((item, idx) => {
- const obj = {}
- if (+item.num > 0) {
- for (const i in this.initUnitObj) {
- if (idx === 0) {
- // 首个打印价要取附加价计算
- const keyArr = i.split('_')
- const supplier_val = item[`supplier_${keyArr[1]}`]
- if (this.POA_Config.includes(supplier_val)) {
- obj[`${i}`] = supplier_val
- } else {
- obj[`${i}`] = npTimes(+supplier_val, item.num)
- }
- } else {
- obj[`${i}`] = this.POA_Config.includes(item[i]) ? item[i] : npTimes(+item[i], item.num);
- }
- }
- }
- return obj
- })
- .filter(obj => Object.keys(obj).length !== 0)
- return arr
- },
- comBuyData() {
- this.calculateBuyData();
- return this.buyData
- },
- comNoSumCol(){
- return [
- ...this.buy_columns,
- ...this.comCurBaseTotalColumns
- ]
- },
- comHasSumCol(){
- return [
- ...this.buy_columns,
- ...this.comCurBaseTotalColumns,
- ...this.comSummaryColumns
- ];
- },
- comMergeColumns(){
- return this.comLocationNum == 1 ? this.comNoSumCol:this.comHasSumCol
- },
- comSellData() {
- if (Object.keys(this.comAttributeList).length !== 0) {
- this.calculateSellData();
- }
- return this.sellData
- },
- comFilterSwitchSellData() {
- return this.comSellData?.filter((item, i) => {
- if (i === 1 && this.setup_switch) {
- return false;
- } else if (i === 3 && this.freight_switch) {
- return false;
- } else {
- return item
- }
- })
- },
- },
- methods: {
- ...mapActions(['getUserInfo']),
- multiplyWithMargin(o, m) {
- return npDivide(Math.round(npTimes(o, (100 + parseFloat(m)))), 100).toFixed(2)
- },
- async getQuote() {
- let margin = 0
- let setupMargin = 0
- await this.$store
- .dispatch('getShopInfo')
- .then(res => {
- margin = parseFloat(res.margin) || 0
- setupMargin = parseFloat(res.setup_margin) || 0
- })
- this.$axios
- .post('/catalog/pricequote', { id: this.id })
- .then(res => {
- if (localStorage.getItem('unit')) {
- this.unitData = JSON.parse(localStorage.getItem('unit'))
- }
- const { attributeList, priceList, default: defaultID } = res.result
- if (
- !Object.keys(attributeList).length ||
- !Object.keys(priceList).length
- ) {
- this.quoteLoadState = 2
- return
- }
- for (const a in attributeList) {
- // 过滤掉website_qty标签无数量
- if (attributeList[a]) {
- this.initZeroObj[a] = 0
- }else{
- delete attributeList[a]
- }
- for (const unit of this.unitData) {
- // 如果对象中缺少 attributeList 的 key,则设置为 40
- if (!(a in unit) || unit[a] === '') {
- this.$set(unit,a,40)
- }
- }
- }
- // 把价格数据全部乘上margin比例.
- for(const key in priceList) {
- if (Object.hasOwn(priceList, key)) {
- for (const k in priceList[key]) {
- if (Object.hasOwn(priceList[key], k) && Array.isArray(priceList[key][k])) {
- priceList[key][k] = priceList[key][k].map(item => {
- const temp = {...item}
- for(let i = 1; i<=8; i++) {
- if (temp[`website_qty${i}`] && !this.POA_Config.includes(temp[`website_qty${i}`])) {
- temp[`website_qty${i}`] = this.multiplyWithMargin(parseFloat(temp[`website_qty${i}`]) || 0, margin).toString()
- }
- if (temp[`supplier_qty${i}`] && !this.POA_Config.includes(temp[`supplier_qty${i}`])) {
- temp[`supplier_qty${i}`] = this.multiplyWithMargin(parseFloat(temp[`supplier_qty${i}`]) || 0, margin).toString()
- }
- }
- temp.website_setup = this.multiplyWithMargin(parseFloat(temp.website_setup) || 0, setupMargin).toString()
- if (temp.supplier_setup) {
- temp.supplier_setup = this.multiplyWithMargin(parseFloat(temp.supplier_setup) || 0, setupMargin).toString()
- }
-
- if (k === 'decoration') {
- temp.decoration_addition = temp.decoration_addition.map(deco => {
- const d = {...deco}
- for(let i = 1; i<=8; i++) {
- if (d[`website_qty${i}`] && !this.POA_Config.includes(d[`website_qty${i}`])) {
- d[`website_qty${i}`] = this.multiplyWithMargin(parseFloat(d[`website_qty${i}`]) || 0, margin).toString()
- }
- if (d[`supplier_qty${i}`] && !this.POA_Config.includes(d[`supplier_qty${i}`])) {
- d[`supplier_qty${i}`] = this.multiplyWithMargin(parseFloat(d[`supplier_qty${i}`]) || 0, margin).toString()
- }
- }
- d.website_setup = this.multiplyWithMargin(parseFloat(d.website_setup) || 0, setupMargin).toString()
- if (d.supplier_setup) {
- d.supplier_setup = this.multiplyWithMargin(parseFloat(d.supplier_setup) || 0, setupMargin).toString()
- }
- return d
- })
- }
- return temp
- })
- }
- }
- }
- }
- // 格式化数据,对象改成数组
- for (const keys in priceList) {
- const vals = {}
- const { decoration, additionlist, printDescription, ...remaining } = priceList[keys]
- vals.basePrice = []
- vals.selectAdditionRow = []
- vals.curPrint = 0
- vals.name = this.formatDurationString(keys)
- vals.nameOrigin = keys
- vals.decorationOrign = [...decoration]
- vals.decorationID = decoration.map(i => i.id)
- vals.decoration = [...decoration].flatMap(item => {
- const result = [];
- if (item.max_color > 0) {
- result.push({ ...item, max_num: item.max_color,id:`${item.id}-1`,decName:item.max_color_name });
- }
- if (item.max_point > 0) {
- result.push({ ...item, max_num: item.max_point,id:`${item.id}-2`,decName:item.max_point_name });
- }
- return result;
- });
- vals.additionlist = (additionlist || []).map(item => {
- return {
- ...item,
- id: item.id + '-1' // 修改 id
- }
- })
- for (const k in remaining) {
- console.log(k, 'k')
- const o = {}
- o.name = k
- o.data = remaining[k]
- o.attributeList = this.copyData(attributeList)
- if (remaining[k]?.length>1) {
- // 检查数组中各元素的 website_qtyN 是否都等于 "-" or "POA",则删除key
- for (const a in attributeList) {
- const is111Poa = remaining[k].every(item => this.POA_Config.includes(item[a]));
- if (is111Poa) {
- delete o.attributeList[a]
- }
- }
- }else if (remaining[k]?.length === 1) {
- // 判断 remaining[k][0] 中是否包含 vals.attributeList 的键,并且对应的值都等于 "-" or "POA",则不删除key
- const obj = remaining[k][0];
- const attributeKeys = Object.keys(o.attributeList);
- const areAllKeysInPOAConfig = attributeKeys.every(key => {
- return Object.prototype.hasOwnProperty.call(obj, key) && this.POA_Config.includes(obj[key]);
- });
- if (!areAllKeysInPOAConfig) {
- attributeKeys.forEach(key => {
- if (Object.prototype.hasOwnProperty.call(obj, key) && this.POA_Config.includes(obj[key])) {
- delete o.attributeList[key];
- }
- });
- }
- }
- o.name = k
- o.data = remaining[k]
- o.locationNum = 1
- o.part_columns = Object.keys(o.attributeList).map(e => {
- return { label: o.attributeList[e].toString(), prop: e }
- })
- const freightParam = {
- postcode: '',
- freight_type: 1,
- freight: {}
- }
- o.total_part_columns = this.copyData(o.part_columns).map(obj => ({
- ...obj,
- ...freightParam
- }));
- o.remainingAttr = []
- const firstColumns = { ...o.part_columns[0],...freightParam}
- for(let i = 1; i < 9; i++){
- if(!Object.keys(o.attributeList).includes(`website_qty${i}`)){
- const newColumn = {...firstColumns}
- this.$set(newColumn,'prop',`website_qty${i}`)
- o.remainingAttr.push(newColumn)
- }
- };
- vals.basePrice.push(o)
- if (!this.allPrintTab.includes(k)) {
- this.allPrintTab.push(k)
- }
- }
- this.priceList.push(vals)
- }
- this.priceList.forEach((options, index) => {
- // 原始数据name没空格,需要映射到
- if (options.nameOrigin === defaultID?.name) {
- this.curWeek = index
- options.decorationOrign.forEach((opt, idx) => {
- if (opt.id === defaultID?.decoration?.id) {
- this.$set(options, 'curPrint', idx)
- }
- })
- }
- // 所有周期的所有打印,进来页面时默认勾选第一条价格
- options.basePrice.forEach((opt,idx) => {
- this.$set(opt, 'selectBaseRow', opt.data[0] ||{})
- // 打印原数据decorationOrign的name 匹配 basePrice(周期下的每个打印数据)的name
- const matchData = options.decorationOrign.find(d=>{
- return d.pricetype?.name === opt.name
- })
- opt.decoration_addition = [...(matchData?.decoration_addition || []),...(options.additionlist || [])]
- })
- options.decoration.forEach(opt => {
- this.$set(opt, 'num', 0)
- })
- })
- this.initSetupObj = Object.assign({}, this.initZeroObj)
- this.initUnitObj = Object.assign({}, this.initZeroObj, {
- website_setup: 0,
- })
- this.initFrightObj = Object.assign({}, this.initZeroObj)
- this.buyData = this.buyData.map(item => {
- return { ...item, ...this.initSetupObj }
- })
- this.sellData = this.sellData.map(item => {
- return { ...item, ...this.initSetupObj }
- })
- this.quoteLoadState = 1
- })
- .catch((e) => {
- console.log('this.quoteLoadState1: ', e);
- this.quoteLoadState = 2
- })
- },
- formatDurationString(input) {
- // 匹配数字和字符串的正则表达式
- const regex = /(\d+)([a-zA-Z]+)/g;
- const result = input.replace(regex, '$1 $2');
- return result;
- },
- getWeight() {
- this.$axios
- .post('/catalog/weight', { id: this.id })
- .then(res => {
- this.weight = res.result
- })
- .catch(() => {})
- },
- getFreight(k) {
- const postcode = this.comCurBaseTotalColumns[k].postcode
- const type = this.comCurBaseTotalColumns[k].freight_type
- const init = { basic:0,pickup:0,minimum:0 }
- if (postcode.length < 3) {
- this.comCurBaseTotalColumns[k].freight = init
- return
- }
- this.$axios
- .post('/catalog/freight', {
- postcode,
- type
- })
- .then(res => {
- this.comCurBaseTotalColumns[k].freight = Array.isArray(res.result)?init:res.result
- })
- },
- getDebFreight: _.debounce(function (k) {
- this.getFreight(k)
- }, 200),
- getNumber(e, row, min) {
- if (parseInt(e.target.value) < min) {
- this.xxContentVisible = true;
- row.label = min
- } else {
- this.xxContentVisible = false;
- }
- },
- sortBy(items) {
- // items.decoration.sort(this.customSort(items.decorationID))
- // const targetElement = items.decoration.splice(items.curPrint, 1)[0]
- // items.decoration.unshift(targetElement)
- },
- // 按原打印数组的id字段排序
- customSort(decorationID) {
- return (a, b) => {
- return decorationID.indexOf(a.id) - decorationID.indexOf(b.id)
- }
- },
- dividePrice(a) {
- return npDivide(+a, 100)
- },
- openMailDialog() {
- this.enquiryFormVisible = true
- // if (this.$utils.checkLogin()) {
- // this.getUserInfo()
- // const { contacts, email, phone, crm_users_id:crmUsersId } = this.userInfo
- // this.enquiryForm.Name = contacts
- // this.enquiryForm.Email = email
- // this.enquiryForm.Phone = phone
- // if (crmUsersId?.length) {
- // this.enquiryConfig[3].selectlist = crmUsersId
- // if (crmUsersId?.length === 1) {
- // this.enquiryForm['Customer manager'] = crmUsersId[0].name
- // }
- // } else {
- // this.enquiryConfig[3].isShow = false
- // this.$delete(this.enquiryForm, 'Customer manager')
- // }
- // this.enquiryFormVisible = true
- // } else {
- // this.openDialog()
- // }
- },
- getMailData() {
- this.mailData.Url = window.location.href
- const { Name, Email, Phone, Comments } = this.enquiryForm
- this.mailData['Customer Name'] = Name
- this.mailData['Customer Email'] = Email
- this.mailData['Customer Phone'] = Phone
- this.mailData.Comments = Comments
- // const { email, level, createTime } = this.userInfo
- // this.mailData['Member Account'] = email
- // this.mailData['Member Grade'] = level.name
- // this.mailData['Member Registration time'] = createTime
- this.mailData['Quote time'] = this.$utils.formatTime(new Date())
- },
- // 发送价格邮件 Enquiry按钮
- async sendPriceMail() {
- await this.getMailData()
- await this.getCustomerQuoteData()
- const shopInfo = await this.$store.dispatch('getShopInfo').then(res => res)
- const {
- Name,
- Email,
- Phone,
- Comments,
- } = this.enquiryForm
- this.$axios
- .post('/c-api/quote/sendenquiry', {
- site_id: shopInfo.id || '',
- content: this.$refs.mailtable.$el.innerHTML,
- name: Name,
- email: Email,
- phone: Phone,
- product_code: this.pageData.product_code,
- comments: Comments,
- })
- .then(res => {
- this.setLoading(false)
- this.enquiryFormVisible = false
- this.$confirm('Enquiry Sent', {
- confirmButtonText: 'OK',
- showCancelButton: false,
- type: 'success',
- center: true,
- showClose: false,
- confirmButtonClass: 'com-btnblack',
- }).then(() => {})
- })
- .catch(() => {
- this.setLoading(false)
- })
- },
- getCustomerQuoteData() {
- const { name, selectAdditionRow } = this.comCurWeekPrice
- this.specificationsObj.time = name
- this.specificationsObj.model = this.comBasePrice.model
- this.specificationsObj.decoration = this.comCurBasePrice.name
- if (selectAdditionRow.length) {
- this.specificationsObj.addonArr = selectAdditionRow.map(
- item => item.name
- )
- } else {
- this.specificationsObj.addonArr = null
- }
- },
- openDownloadDialog(type) {
- this.getCustomerQuoteData()
- type
- ? (this.downloadDialogVisible = true)
- : (this.priceToImgVisible = true)
- },
- handleDownloadPdf() {
- this.pdfLoading = true
- this.$nextTick(() => {
- this.$refs.priceToImgRef.htmlToPdf(this.pageData.product_code)
- })
- },
- // 发送PDF邮件
- sendPdfMail() {
- this.$axios
- .post('/quote/sendpdf', {
- content: this.$refs.pdf.$el.innerHTML,
- product_code: this.pageData.product_code,
- email: this.commentObj['Email Address'],
- })
- .then(res => {
- this.setLoading(false)
- this.downloadDialogVisible = false
- this.$confirm('Enquiry Sent', {
- confirmButtonText: 'OK',
- showCancelButton: false,
- type: 'success',
- center: true,
- showClose: false,
- confirmButtonClass: 'com-btnblack',
- })
- })
- .catch(() => {
- this.setLoading(false)
- })
- },
- copyData(data) {
- return JSON.parse(JSON.stringify(data))
- },
- calculateBuyData(){
- const selPriceArr = []
- if (JSON.stringify(this.comBasePrice) !== '{}') {
- selPriceArr.push(this.comBasePrice)
- }
- selPriceArr.push(...this.comDecoPrice, ...this.comCurWeekPrice.selectAdditionRow);
- if(selPriceArr.length === 0){
- this.buyData = this.buyData.map(item => ({ ...item, ...this.initZeroObj }));
- return
- }
- // 累加所选,初始数量对应的单价。赋值给this.initUnitObj
- for (const i in this.initUnitObj) {
- const columnSum = this.copyData(selPriceArr).reduce(function (prev, cur) {
- if (cur[i] === '111' || cur[i] === '111.00') {
- return (cur[i] = '-')
- } else if (cur[i] === '999' || cur[i] === '999.00') {
- return (cur[i] = 'POA')
- } else {
- // 当基础价格是-POA,后续累加价格是正常数字价,依然返回-POA
- if (prev === '-' || prev === 'POA') {
- return prev
- }
- return npPlus(+cur[i], prev).toFixed(2)
- }
- }, 0)
- this.$set(this.initUnitObj, i, columnSum)
- }
- for (const a in this.comAttributeList) {
- // 每次更改选择价格,必须遍历整个comAttributeList
- const tempIdx = this.comCurBaseColumns.findIndex(
- items => +this.comAttributeList[a] < +items.label
- )
- if (tempIdx > 0) {
- const key = this.comCurBaseColumns[tempIdx - 1].prop
- this.$set(this.initChangeUnitObj, a, this.initUnitObj[key])
- } else {
- const length = this.comCurBaseColumns.length
- const key = this.comCurBaseColumns[length - 1].prop
- this.$set(this.initChangeUnitObj, a, this.initUnitObj[key])
- }
- if (
- this.initChangeUnitObj[a] === 'POA' ||
- this.initChangeUnitObj[a] === '-'
- ) {
- this.$set(this.initSetupObj, a, this.initChangeUnitObj[a])
- this.$set(this.initFrightObj, a, this.initChangeUnitObj[a])
- } else {
- this.$set(this.initSetupObj, a, this.initUnitObj.website_setup)
- // 计算运费
- // 单独批次数量的总重
- // weight定义是{},后端没数据传回[]
- const unitWLocal = this.weight.unit_w_local ? +this.weight.unit_w_local : 0;
- const totalWeight = Math.ceil(
- npTimes(unitWLocal, this.comAttributeList[a])
- )
- // Road express 1 AAE:AAEFactor 2
- const setupFuel = this.dividePrice(this.configInfo.fuel)
- const setupBagFreight = this.dividePrice(this.configInfo.bag_freight)
- const setupExpressFreight = this.dividePrice(
- this.configInfo.express_freight
- )
- const AAEFactor = npPlus(1, setupBagFreight, setupFuel)
- const expressFactor = npPlus(1, setupExpressFreight, setupFuel)
- let frightCost = 0
- let freightType
- let postcode
- let freight = {}
- const matchIndex = this.comCurBaseTotalColumns.findIndex(item => item.prop === a)
- // 1,所有按第一个运费统计;不为1,则只计算 comCurBaseTotalColumns的[地址数]长度
- if (+this.comLocationNum === 1 || this.comLocationNum >= matchIndex + 1) {
- ({ freight, freight_type: freightType, postcode } = this.comCurBaseTotalColumns[+this.comLocationNum === 1 ? 0 : matchIndex] || {});
- }
- if (freightType === 1 && postcode >= 3) {
- if (totalWeight > 20) {
- const a1 = npMinus(totalWeight, 20)
- const a2 = npTimes(a1, +freight.basic)
- const a3 = npPlus(+freight.pickup, a2)
- frightCost = npTimes(a3, expressFactor)
- } else {
- frightCost = npTimes(+freight.pickup, expressFactor)
- }
- } else if (freightType === 2 && postcode >= 3) {
- const a1 = npDivide(totalWeight, 5)
- const a2 = npTimes(+freight.minimum, Math.ceil(a1))
- frightCost = npTimes(a2, AAEFactor)
- } else {
- frightCost = 0
- }
- this.$set(this.initFrightObj, a, Math.ceil(frightCost).toFixed(2))
- }
- if (
- this.initChangeUnitObj[a] === '-' ||
- this.initChangeUnitObj[a] === 'POA'
- ) {
- this.$set(this.initTotalObj, a, this.initChangeUnitObj[a])
- } else {
- const unitQTY = npTimes(
- this.initChangeUnitObj[a],
- this.comAttributeList[a]
- )
- this.$set(
- this.initTotalObj,
- a,
- npPlus(
- this.initUnitObj.website_setup,
- unitQTY,
- this.initFrightObj[a]
- ).toFixed(2)
- )
- }
- if (this.setup_switch) {
- // 业务:Setup价格/对应数量后向上取整
- if (
- this.initChangeUnitObj[a] === '-' ||
- this.initChangeUnitObj[a] === 'POA'
- ) {
- this.$set(this.initChangeUnitObj, a, this.initChangeUnitObj[a])
- } else {
- const num =
- Math.ceil(
- (this.initSetupObj[a] / this.comAttributeList[a]) * 100
- ) / 100
- this.$set(
- this.initChangeUnitObj,
- a,
- npPlus(this.initChangeUnitObj[a], num).toFixed(2)
- )
- }
- }
- if (this.freight_switch) {
- if (
- this.initChangeUnitObj[a] === '-' ||
- this.initChangeUnitObj[a] === 'POA'
- ) {
- this.$set(this.initChangeUnitObj, a, this.initChangeUnitObj[a])
- } else {
- const num =
- Math.ceil(
- (this.initFrightObj[a] / this.comAttributeList[a]) * 100
- ) / 100
- this.$set(
- this.initChangeUnitObj,
- a,
- npPlus(this.initChangeUnitObj[a], num).toFixed(2)
- )
- }
- }
- }
- if (this.setup_switch) {
- this.$set(this.buyData, 0, { ...this.buyData[0], ...this.initZeroObj, ...{'summary':0.00} })
- } else {
- this.$set(this.buyData, 0, { ...this.buyData[0], ...this.initSetupObj })
- }
- this.$set(this.buyData, 1, {
- ...this.buyData[1],
- ...this.initChangeUnitObj,
- })
- if (this.freight_switch) {
- this.$set(this.buyData, 2, { ...this.buyData[2], ...this.initZeroObj })
- } else {
- this.$set(this.buyData, 2, {
- ...this.buyData[2],
- ...this.initFrightObj,
- })
- }
- this.$set(this.buyData, 3, { ...this.buyData[3], ...this.initTotalObj })
- },
- calculateSellData() {
- // 放置comSellData计算和副作用的代码
- const buySetup = this.comBuyData[0]
- const buyUnit = this.comBuyData[1]
- const buyFright = this.comBuyData[2]
- let frightSummary = 0
- for (const i in this.comAttributeList) {
- if (buyUnit[i] === '-' || buyUnit[i] === 'POA') {
- this.sellData[0][i] = '-'
- this.sellData[1][i] = buyUnit[i]
- this.sellData[2][i] = buyUnit[i]
- this.sellData[3][i] = buyUnit[i]
- this.sellData[4][i] = buyUnit[i]
- } else {
- const item = this.comLocationNum === 1 ? this.comCurBaseTotalColumns[0] : this.comCurBaseTotalColumns.find(element => element.prop === i);
- this.sellData[0][i] = item && item.postcode !== '' ? item.postcode : '-';
- // 分别乘以Markup %表格
- const key = this.comCurBaseTotalColumns[0]?.prop
- if (this.unitData[1] && this.unitData[1][key]) {
- const a = npPlus(this.unitData[1][key] / 100, 1)
- this.sellData[1][i] = npTimes(buySetup[i], a).toFixed(2)
- } else {
- this.sellData[1][i] = buySetup[i]
- }
- if (this.unitData[0][i]) {
- const a = npPlus(this.unitData[0][i] / 100, 1)
- this.sellData[2][i] = npTimes(buyUnit[i], a).toFixed(2)
- } else {
- this.sellData[2][i] = buyUnit[i]
- }
- if (this.unitData[2] && this.unitData[2][key]) {
- const a = npPlus(this.unitData[2][key] / 100, 1)
- this.sellData[3][i] = npTimes(buyFright[i], a).toFixed(2)
- // freight_switch会使qty的运费=0无法计算,故用了initFrightObj
- const fa = npTimes(this.initFrightObj[i], a)
- frightSummary = npPlus(frightSummary,fa).toFixed(2)
- } else {
- this.sellData[3][i] = buyFright[i]
- frightSummary = npPlus(frightSummary,this.initFrightObj[i]).toFixed(2)
- }
- const unitQTY = npTimes(this.sellData[2][i], this.comAttributeList[i])
- this.$set(
- this.sellData[4],
- i,
- npPlus(this.sellData[1][i], unitQTY, this.sellData[3][i]).toFixed(2)
- )
- }
- }
- // 迭代加了Total列,需要统计qty的运费后才能合计运费
- if (this.sellData[2].summary !== '-' && this.sellData[2].summary !== 'POA') {
- if (this.freight_switch) {
- const num = Math.ceil((frightSummary / this.comAttributeList.summary) * 100) / 100
- this.sellData[2].summary = npPlus(this.sellData[2].summary, num).toFixed(2)
- this.sellData[3].summary = 0.00
- const a = npTimes(this.sellData[2].summary,this.comAttributeList.summary)
- this.sellData[4].summary = npPlus(this.sellData[1].summary,a).toFixed(2)
- } else {
- this.sellData[3].summary = frightSummary
- this.sellData[4].summary = npPlus(frightSummary,this.sellData[4].summary).toFixed(2)
- }
- }
- },
- // 低于最小起订量 把该栏的数值重置到最小起订量
- getChildIdx(idx){
- this.xxContentVisible = true;
- this.$set(this.comCurBaseTotalColumns[idx-1],'label',this.comCurBaseColumns[0]?.label)
- },
- setMaxNum(val){
- if(val > 7){
- this.comCurBasePrice.locationNum = 7
- }else if(val < 1){
- this.comCurBasePrice.locationNum = 1
- }
- },
- ...mapMutations({ openDialog: 'openDialog', setLoading: 'product/setLoading' })
- },
- }
- </script>
- <style lang='scss' scoped>
- $deep-blue: #004a97;
- .exclamation-icon {
- width: 18px;
- height: 18px;
- line-height: 18px;
- display: inline-block;
- text-align: center;
- color: #000;
- border-radius: 100%;
- border: 1px solid #000;
- font-size: 18px;
- font-weight: 550;
- }
- .popover {
- border: 1px solid #eee;
- padding: 20px;
- .title {
- text-align: center;
- font-weight: bold;
- font-size: 20px;
- }
- }
- .title1 {
- margin: 30px 0 0;
- padding: 20px 0 0;
- font-size: 16px;
- color: #15263d;
- display: flex;
- font-family: ProximaNova-Regular;
- font-weight: 600;
- justify-content: space-between;
- border-top: 1px solid #eee;
- span {
- &:nth-child(2) {
- font-size: 14px;
- color: #50596b;
- }
- }
- }
- .text-red {
- text-align: right;
- color: #e90000;
- padding: 10px 10px 0 0;
- font-size: 16px;
- font-weight: bold;
- }
- .entry {
- color: #50596b;
- margin: 15px 10px;
- display: flex;
- flex-direction: row;
- align-items: center;
- .entry-l {
- width: 120px;
- margin-right: 10px;
- }
- .entry-text{
- margin-left: 280px;
- width: 130px;
- text-align: center;
- font-weight: bold;
- }
- :deep(.el-input__inner) {
- text-align: center;
- padding: 0;
- }
- .entry-r {
- flex: 1;
- text-align: right;
- span {
- margin-right: 10px;
- }
- //修改radio选中为✔样式
- :deep(.el-radio__inner) {
- border-radius: 0;
- width: 18px;
- height: 18px;
- }
- :deep(.el-radio__input.is-checked .el-radio__inner) {
- background: $deep-blue;
- border: 1px solid $deep-blue;
- }
- :deep(.el-radio__input.is-checked + .el-radio__label) {
- color: $deep-blue;
- }
- :deep(.el-radio__input.is-checked .el-radio__inner::after) {
- content: '';
- width: 10px;
- height: 5px;
- border: 1px solid white;
- border-top: transparent;
- border-right: transparent;
- text-align: center;
- display: block;
- position: absolute;
- top: 3px;
- left: 2px;
- transform: rotate(-45deg);
- border-radius: 0px;
- background: none;
- }
- }
- }
- .button-margin {
- margin: 20px 0 0;
- }
- .quote-tips {
- font-size: 16px;
- a {
- color: #6495ed;
- text-decoration: underline;
- margin-left: 5px;
- }
- }
- button {
- font-size: 12px;
- width: 200px;
- height: 30px;
- border-radius: 5px;
- margin-right: 20px;
- cursor: pointer;
- border: none;
- box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
- }
- .button-black {
- background-color: $deep-blue;
- color: #ffffff;
- &:hover {
- background-color: #013269;
- }
- }
- .button-white {
- background-color: #fff;
- color: #50596b;
- img,
- span {
- vertical-align: middle;
- }
- }
- // 报价图片弹框样式
- :deep(.price-to-img-dialog) {
- min-width: 840px;
- margin-top: 2vh !important;
- .el-dialog__header {
- background-color: #00213b;
- padding: 10px 20px;
- .el-dialog__title {
- color: #fff;
- }
- .el-dialog__headerbtn {
- top: 15px;
- }
- }
- .el-dialog__body {
- background-color: #f1f4f9;
- padding: 13px 20px;
- }
- .tips {
- font-size: 16px;
- color: #00213b;
- margin: 12px 0;
- }
- .btn-wrap {
- text-align: left;
- .button-black {
- margin-top: 20px;
- }
- }
- }
- :deep(.el-switch) {
- .el-switch__label {
- position: absolute;
- display: none;
- color: #fff !important;
- }
- /*打开时文字位置设置*/
- .el-switch__label--right {
- z-index: 1;
- right: -3px;
- }
- /*关闭时文字位置设置*/
- .el-switch__label--left {
- z-index: 1;
- left: 20px;
- }
- /*显示文字*/
- .el-switch__label.is-active {
- display: block;
- }
- .el-switch .el-switch__core,
- .el-switch .el-switch__label {
- width: 50px !important;
- }
- .el-switch__label * {
- font-size: 13px !important;
- }
- }
- </style>
|