Quote.vue 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451
  1. <template>
  2. <div>
  3. <div
  4. v-if="quoteLoadState == 0"
  5. v-loading="true"
  6. class="com-loading"></div>
  7. <div v-else-if="quoteLoadState == 1">
  8. <tab-nav
  9. :borderType="'allBorder'" :liWidth="100" :liHeight="40" :marginRight="5"
  10. :currTab.sync="curWeek"
  11. :tabList="priceList" />
  12. <div
  13. v-for="(items, indexs) in priceList"
  14. :key="items.name"
  15. v-show="curWeek == indexs">
  16. <div>
  17. <tab-nav
  18. :borderType="'incompleteBorder'"
  19. :currTab.sync="items.curPrint"
  20. :tabList="items.basePrice"
  21. :allPrintTab="allPrintTab"
  22. :marginTop="0"
  23. :marginRight="5"
  24. :marginBottom="items.basePrice?.length>1?7:0"
  25. @handle="sortBy(items)" />
  26. <!-- <el-popover
  27. placement="bottom-start"
  28. trigger="hover">
  29. <div
  30. class="exclamation-icon"
  31. slot="reference">!</div>
  32. <div class="popover">
  33. <p class="title">Print Price Comparison</p>
  34. <div
  35. v-for="(item,index) in items.basePrice"
  36. :key="item.name">
  37. <total-table
  38. :tableColumns="[...undecorated_columns, ...items.part_columns]"
  39. :tableData="item.data"
  40. :tableType="'Comparison'"
  41. :title="item.name"
  42. :curDecoration="items.decorationOrign[items.curPrint]" :indexDecoration="items.decorationOrign[index]"></total-table>
  43. </div>
  44. </div>
  45. </el-popover> -->
  46. </div>
  47. <div
  48. v-for="(item, index) in items.basePrice"
  49. :key="item.name"
  50. v-show="items.curPrint == index">
  51. <new-price-table
  52. :tableColumns="[...undecorated_columns, ...item.part_columns]"
  53. :tableData="item.data"
  54. :tableType="'Undecorated'"
  55. :curPrint="item.name"
  56. :curModel="items.decorationOrign[index]?.model"
  57. :data="items"
  58. :selectRow.sync="item.selectBaseRow"></new-price-table>
  59. </div>
  60. <!-- decoration_multiple is_more_print 打印开关,ID1001092需求 ;additional_print 颜色数量开关
  61. 以上需求作废,改版为多色多面的需求-->
  62. <new-price-table
  63. v-if="items.decoration?.length || items.basePrice?.[items.curPrint]?.decoration_addition?.length"
  64. :tableData="items.decoration"
  65. :tableColumns="[...decoration_columns, ...comCurBaseColumns]"
  66. :tableType="'Decoration'"
  67. :marginBottom="0"
  68. :hasDecAdd="items.basePrice?.[items.curPrint]?.decoration_addition?.length"></new-price-table>
  69. <div
  70. v-for="(item, index) in items.basePrice"
  71. :key="item.name + index"
  72. v-show="items.curPrint == index && item.decoration_addition.length">
  73. <new-price-table
  74. :tableData="item.decoration_addition"
  75. :tableColumns="[...addon_columns, ...item.part_columns]"
  76. :isCheckBox="true"
  77. :tableType="'Addon'"
  78. :multipleSelection.sync="items.selectAdditionRow"></new-price-table>
  79. </div>
  80. </div>
  81. <section>
  82. <p class="title1">
  83. <span></span>
  84. <span>Currency AUD($)</span>
  85. </p>
  86. <total-table
  87. :comLocationNum="comLocationNum"
  88. :tableData="comBuyData"
  89. :tableColumns="[
  90. ...buy_columns,
  91. ...comCurBaseTotalColumns
  92. ]"
  93. :curOrder="`${curWeek}-${comCurPrint}`"
  94. :min="comCurBaseColumns[0]?.label"
  95. :title="'Buy Price'" @send-idx="getChildIdx"></total-table>
  96. <p class="text-red">Price is ex- gst</p>
  97. <ul>
  98. <li class="entry">
  99. <div class="entry-l">Delivery Locations</div>
  100. <el-input
  101. placeholder="Enter Num"
  102. v-model="comCurBasePrice.locationNum"
  103. size="small" max="7" min="1"
  104. style="width: 130px;"
  105. type="number" @input="setMaxNum"></el-input>
  106. </li>
  107. <li
  108. class="entry"
  109. v-if="comLocationNum > 1">
  110. <div class="entry-text">Qty / Location</div>
  111. </li>
  112. <li class="entry" v-for="(i,k) in comCurBaseTotalColumns" :key="i.prop" v-show="comLocationNum > k">
  113. <div class="entry-l">Delivery Postcode</div>
  114. <el-input
  115. clearable
  116. placeholder="Enter Postcode"
  117. v-model="
  118. i.postcode"
  119. size="small"
  120. style="width: 130px; margin-right: 20px;"
  121. @input="getDebFreight(k)"></el-input>
  122. <el-input
  123. v-if="comLocationNum > 1"
  124. placeholder="Enter Qty"
  125. type="number"
  126. :min="comCurBaseColumns[0]?.label"
  127. @blur="getNumber($event, comCurBaseTotalColumns[k],comCurBaseColumns[0]?.label)"
  128. v-model="i.label"
  129. size="small"
  130. style="width: 130px; margin-right: 20px;"></el-input>
  131. <div class="entry-r">
  132. <span>Freight Method</span>
  133. <el-radio-group
  134. v-model="i.freight_type"
  135. @change="getFreight(k)">
  136. <el-radio :label="1">Road Express</el-radio>
  137. <el-radio :label="2">Air Freight</el-radio>
  138. </el-radio-group>
  139. </div>
  140. </li>
  141. </ul>
  142. <div class="entry">
  143. <div class="entry-l">Setup</div>
  144. <div class="entry-l">include in unit price</div>
  145. <pc-switch v-model="setup_switch"></pc-switch>
  146. </div>
  147. <div class="entry">
  148. <div class="entry-l">Freight</div>
  149. <div class="entry-l">include in unit price</div>
  150. <div>
  151. <pc-switch v-model="freight_switch"></pc-switch>
  152. </div>
  153. </div>
  154. <el-button
  155. size="medium"
  156. class="button-black"
  157. @click="openMailDialog">
  158. Enquiry
  159. </el-button>
  160. <!-- 需求隐藏 加入car project弹框 -->
  161. <!-- <el-button class="button-white" @click="openProjectdDialog"><img src="@/assets/img/car.png"/><span> to my project</span></el-button> -->
  162. </section>
  163. <!-- <section>
  164. <unit-table
  165. :tableData="unitData"
  166. :tableColumns="[
  167. ...unit_columns,
  168. ...comCurBaseTotalColumns
  169. ]"></unit-table>
  170. 直接用comMergeColumns会出现summary数值问题,改用v-show="comLocationNum"控制
  171. <total-table
  172. v-show="comLocationNum == 1"
  173. :tableData="comSellData"
  174. :tableColumns="comNoSumCol"
  175. :comLocationNum="comLocationNum"
  176. :title="'Sell Price'"></total-table>
  177. <total-table
  178. v-show="comLocationNum != 1"
  179. :tableData="comSellData"
  180. :tableColumns="comHasSumCol"
  181. :comLocationNum="comLocationNum"
  182. :title="'Sell Price'"></total-table>
  183. <el-button
  184. class="button-black button-margin"
  185. size="medium"
  186. @click="openDownloadDialog(0)"
  187. >View Quote</el-button>
  188. <el-button
  189. class="button-black button-margin"
  190. size="medium"
  191. @click="openDownloadDialog(1)"
  192. >Send Order Enquiry</el-button>
  193. </section> -->
  194. </div>
  195. <!-- <div
  196. v-else
  197. class="quote-tips">
  198. Current item prices are missing, please contact<a
  199. href="mailto:Info@promocollection.com.au">
  200. info@promocollection.com.au</a>
  201. </div> -->
  202. <no-ssr>
  203. <div v-if="quoteLoadState == 1">
  204. <!-- Enquiry按钮 -->
  205. <form-dialog
  206. :emailForm="enquiryForm"
  207. :enquiryConfig="enquiryConfig"
  208. :visible.sync="enquiryFormVisible"
  209. @handleSend="sendPriceMail"
  210. :rules="rules"
  211. :labelWidth="
  212. enquiryConfig[3].selectlist?.length ? 140 : 82
  213. "></form-dialog>
  214. <mail-table
  215. ref="mailtable"
  216. :mailData="mailData"
  217. v-show="false">
  218. <price-to-img
  219. :pageData="pageData"
  220. :specificationsObj="specificationsObj"
  221. :tableData="comFilterSwitchSellData"
  222. :tableColumns="comMergeColumns"
  223. :comLocationNum="comLocationNum"
  224. :emailForm="commentObj"></price-to-img>
  225. </mail-table>
  226. <el-dialog
  227. ref="dialogRef"
  228. :lock-scroll="false"
  229. title="Customer Quote"
  230. :visible.sync="priceToImgVisible"
  231. custom-class="price-to-img-dialog">
  232. <price-to-img
  233. :isImgSrc="false"
  234. ref="priceToImgRef"
  235. :loading.sync="pdfLoading"
  236. :pageData="pageData"
  237. :specificationsObj="specificationsObj"
  238. :tableData="comFilterSwitchSellData"
  239. :tableColumns="comMergeColumns"
  240. :comLocationNum="comLocationNum"
  241. :emailForm="commentObj"></price-to-img>
  242. <p class="tips">Change default standard comment:</p>
  243. <el-input v-model="commentObj.Comments"></el-input>
  244. <div class="btn-wrap">
  245. <el-button
  246. class="button-black button-margin"
  247. size="medium"
  248. @click="handleDownloadPdf"
  249. :loading="pdfLoading"
  250. >Download</el-button>
  251. </div>
  252. </el-dialog>
  253. <form-dialog
  254. :emailForm="commentObj"
  255. :enquiryConfig="enquiryConfig1"
  256. :visible.sync="downloadDialogVisible"
  257. @handleSend="sendPdfMail"
  258. :rules="rules1"
  259. :labelWidth="120"
  260. :isSendPdf="true"></form-dialog>
  261. <price-to-img
  262. ref="pdf"
  263. v-show="false"
  264. :loading.sync="pdfLoading"
  265. :pageData="pageData"
  266. :specificationsObj="specificationsObj"
  267. :tableData="comFilterSwitchSellData"
  268. :tableColumns="comMergeColumns"
  269. :comLocationNum="comLocationNum"
  270. :emailForm="commentObj"></price-to-img>
  271. <!-- 报价图片弹框 -->
  272. <dialog-XX-success
  273. :visible.sync="xxContentVisible" :imgType="false"
  274. :content="'This quantity is below the MOQ for this product'"></dialog-XX-success>
  275. </div>
  276. </no-ssr>
  277. </div>
  278. </template>
  279. <script>
  280. import { mapState, mapMutations, mapActions } from 'vuex'
  281. import _ from 'lodash'
  282. import { times as npTimes,plus as npPlus, minus as npMinus, divide as npDivide } from 'number-precision';
  283. import NewPriceTable from '@/components/table/NewPriceTable'
  284. import TotalTable from '@/components/table/TotalTable'
  285. import UnitTable from '@/components/table/UnitTable'
  286. import MailTable from '@/components/table/MailTable'
  287. import dialogXXSuccess from '@/components/DIalogXXSuccess.vue'
  288. export default {
  289. components: {
  290. NewPriceTable,
  291. TotalTable,
  292. UnitTable,
  293. MailTable,
  294. 'dialog-XX-success': dialogXXSuccess
  295. },
  296. props: {
  297. pageData: {
  298. type: Object,
  299. default: () => {
  300. return {}
  301. },
  302. },
  303. id: {
  304. type: Number,
  305. default: null
  306. },
  307. },
  308. data() {
  309. return {
  310. quoteLoadState: 0,
  311. curWeek: 0,
  312. allPrintTab: [],
  313. priceList: [],
  314. initZeroObj: {},
  315. initSetupObj: {},
  316. initUnitObj: {},
  317. initChangeUnitObj: {},
  318. initFrightObj: {},
  319. initTotalObj: {},
  320. xxContentVisible: false,
  321. setup_switch: false,
  322. freight_switch: false,
  323. weight: {},
  324. undecorated_columns: [
  325. {
  326. label: 'MODEL',
  327. prop: 'model',
  328. type: 'text',
  329. align: 'left',
  330. width: 150,
  331. extraWidth: 50, // 配合组件 (820-tableColumns[0].width-tableColumns[0].extraWidth)/(tableColumns.length-1)
  332. isFirstColumn: true, // 去掉$符号
  333. },
  334. {
  335. label: 'SETUP',
  336. prop: 'website_setup',
  337. },
  338. ],
  339. decoration_columns: [
  340. {
  341. label: 'PRINT OPTION',
  342. prop: 'dec_code',
  343. type: 'radioInput',
  344. align: 'left',
  345. width: 150,
  346. extraWidth: 50,
  347. },
  348. {
  349. label: 'SETUP',
  350. prop: 'website_setup',
  351. },
  352. ],
  353. addon_columns: [
  354. {
  355. label: 'Addon',
  356. prop: 'name',
  357. type: 'text',
  358. width: 150,
  359. extraWidth: 50,
  360. isFirstColumn: true, // 去掉$符号
  361. },
  362. {
  363. label: 'Setup',
  364. prop: 'website_setup',
  365. },
  366. ],
  367. buy_columns: [
  368. {
  369. label: 'QTY',
  370. prop: 'project',
  371. isFirstColumn: true, // 去掉$符号
  372. },
  373. ],
  374. unit_columns: [
  375. {
  376. label: 'QTY',
  377. prop: 'total',
  378. align: 'left',
  379. isText: true,
  380. },
  381. ],
  382. buyData: [
  383. { project: 'Setup' },
  384. { project: 'Unit' },
  385. { project: 'Freight' },
  386. { project: 'Total' }
  387. ],
  388. unitData: [
  389. { total: 'Unit Rate %' },
  390. { total: 'Setup %' },
  391. { total: 'Freight %' },
  392. ],
  393. sellData: [
  394. { project: 'Postcode',summary: '-' },
  395. { project: 'Setup',summary: 0.00 },
  396. { project: 'Unit',summary: 0.00 },
  397. { project: 'Freight',summary: 0.00 },
  398. { project: 'Total',summary: 0.00 },
  399. ],
  400. POA_Config: ['111', '111.00', '999', '999.00'],
  401. enquiryFormVisible: false,
  402. enquiryForm: {
  403. Name: '',
  404. Email: '',
  405. Phone: '',
  406. // 'Customer manager': null,
  407. Comments: '',
  408. },
  409. enquiryConfig: [
  410. { prop: 'Name', type: 'input' },
  411. { prop: 'Email', type: 'input' },
  412. { prop: 'Phone', type: 'input' },
  413. {
  414. prop: 'Customer manager',
  415. type: 'select',
  416. selectlist: [],
  417. isShow: false,
  418. },
  419. { prop: 'Comments', type: 'textarea' },
  420. ],
  421. rules: {
  422. Name: [{ required: true, message: 'Please enter', trigger: 'blur' }],
  423. Email: [
  424. {
  425. required: true,
  426. message: 'Please enter the correct format',
  427. pattern:
  428. /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/,
  429. trigger: 'blur',
  430. },
  431. ],
  432. Phone: [
  433. {
  434. required: true,
  435. message: 'Please enter the correct format',
  436. // pattern: /^1[0-9]{10}$/,
  437. trigger: 'blur',
  438. },
  439. ],
  440. 'Customer manager': [
  441. { required: true, message: 'Please select', trigger: 'change' },
  442. ],
  443. },
  444. mailData: {
  445. Url: '',
  446. },
  447. priceToImgVisible: false,
  448. downloadDialogVisible: false,
  449. commentObj: {
  450. 'Email Address': '',
  451. Comments: '',
  452. },
  453. enquiryConfig1: [
  454. { prop: 'Email Address', type: 'input' },
  455. { prop: 'Comments', type: 'input' },
  456. ],
  457. rules1: {
  458. 'Email Address': [
  459. {
  460. required: true,
  461. message: 'Please enter the correct format',
  462. pattern:
  463. /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/,
  464. trigger: 'blur',
  465. },
  466. ],
  467. },
  468. specificationsObj: {
  469. time: null,
  470. model: null,
  471. decoration: null,
  472. addonArr: null,
  473. },
  474. pdfLoading: false,
  475. }
  476. },
  477. computed: {
  478. ...mapState('config', { configInfo: state => state.configInfo }),
  479. userInfo() {
  480. return this.$store.state.userInfo
  481. },
  482. comCurWeekPrice() {
  483. return this.priceList[this.curWeek] || {}
  484. },
  485. comCurPrint() {
  486. return this.comCurWeekPrice.curPrint
  487. },
  488. comCurBasePrice() {
  489. return this.comCurWeekPrice.basePrice[this.comCurPrint]
  490. },
  491. comLocationNum() {
  492. return +(this.comCurWeekPrice.basePrice[this.comCurPrint].locationNum)
  493. },
  494. comCurBaseColumns() {
  495. return this.comCurBasePrice.part_columns
  496. },
  497. comCurBaseTotalColumns() {
  498. const d = this.comCurWeekPrice.basePrice[this.comCurPrint].total_part_columns
  499. const n = this.comLocationNum
  500. if (n === 1) {
  501. return d
  502. }else{
  503. const concatAdd = [...d,...this.comCurWeekPrice.basePrice[this.comCurPrint].remainingAttr].slice(0, n);
  504. return concatAdd
  505. }
  506. },
  507. comTotalLabel(){
  508. // 计算所有元素label的和
  509. return this.comCurBaseTotalColumns.reduce((sum, item) => sum + Number(item.label), 0);
  510. },
  511. comSummaryColumns(){
  512. return [{ label: this.comTotalLabel.toString(), prop: 'summary' }];
  513. },
  514. comAttributeList() {
  515. const obj = {}
  516. this.comCurBaseTotalColumns?.forEach(item => {
  517. obj[item.prop] = item.label
  518. })
  519. obj.summary = this.comTotalLabel;
  520. return obj
  521. },
  522. // 当前已选基础价
  523. comBasePrice() {
  524. return this.comCurBasePrice.selectBaseRow
  525. },
  526. // 当前累加打印价
  527. comDecoPrice() {
  528. if (!this.comCurWeekPrice.decoration?.length) {
  529. return []
  530. }
  531. const arr = this.comCurWeekPrice.decoration
  532. .map((item, idx) => {
  533. const obj = {}
  534. if (+item.num > 0) {
  535. for (const i in this.initUnitObj) {
  536. if (idx === 0) {
  537. // 首个打印价要取附加价计算
  538. const keyArr = i.split('_')
  539. const supplier_val = item[`supplier_${keyArr[1]}`]
  540. if (this.POA_Config.includes(supplier_val)) {
  541. obj[`${i}`] = supplier_val
  542. } else {
  543. obj[`${i}`] = npTimes(+supplier_val, item.num)
  544. }
  545. } else {
  546. obj[`${i}`] = this.POA_Config.includes(item[i]) ? item[i] : npTimes(+item[i], item.num);
  547. }
  548. }
  549. }
  550. return obj
  551. })
  552. .filter(obj => Object.keys(obj).length !== 0)
  553. return arr
  554. },
  555. comBuyData() {
  556. this.calculateBuyData();
  557. return this.buyData
  558. },
  559. comNoSumCol(){
  560. return [
  561. ...this.buy_columns,
  562. ...this.comCurBaseTotalColumns
  563. ]
  564. },
  565. comHasSumCol(){
  566. return [
  567. ...this.buy_columns,
  568. ...this.comCurBaseTotalColumns,
  569. ...this.comSummaryColumns
  570. ];
  571. },
  572. comMergeColumns(){
  573. return this.comLocationNum == 1 ? this.comNoSumCol:this.comHasSumCol
  574. },
  575. comSellData() {
  576. if (Object.keys(this.comAttributeList).length !== 0) {
  577. this.calculateSellData();
  578. }
  579. return this.sellData
  580. },
  581. comFilterSwitchSellData() {
  582. return this.comSellData?.filter((item, i) => {
  583. if (i === 1 && this.setup_switch) {
  584. return false;
  585. } else if (i === 3 && this.freight_switch) {
  586. return false;
  587. } else {
  588. return item
  589. }
  590. })
  591. },
  592. },
  593. methods: {
  594. ...mapActions(['getUserInfo']),
  595. multiplyWithMargin(o, m) {
  596. return npDivide(Math.round(npTimes(o, (100 + parseFloat(m)))), 100).toFixed(2)
  597. },
  598. async getQuote() {
  599. let margin = 0
  600. let setupMargin = 0
  601. await this.$store
  602. .dispatch('getShopInfo')
  603. .then(res => {
  604. margin = parseFloat(res.margin) || 0
  605. setupMargin = parseFloat(res.setup_margin) || 0
  606. })
  607. this.$axios
  608. .post('/catalog/pricequote', { id: this.id })
  609. .then(res => {
  610. if (localStorage.getItem('unit')) {
  611. this.unitData = JSON.parse(localStorage.getItem('unit'))
  612. }
  613. const { attributeList, priceList, default: defaultID } = res.result
  614. if (
  615. !Object.keys(attributeList).length ||
  616. !Object.keys(priceList).length
  617. ) {
  618. this.quoteLoadState = 2
  619. return
  620. }
  621. for (const a in attributeList) {
  622. // 过滤掉website_qty标签无数量
  623. if (attributeList[a]) {
  624. this.initZeroObj[a] = 0
  625. }else{
  626. delete attributeList[a]
  627. }
  628. for (const unit of this.unitData) {
  629. // 如果对象中缺少 attributeList 的 key,则设置为 40
  630. if (!(a in unit) || unit[a] === '') {
  631. this.$set(unit,a,40)
  632. }
  633. }
  634. }
  635. // 把价格数据全部乘上margin比例.
  636. for(const key in priceList) {
  637. if (Object.hasOwn(priceList, key)) {
  638. for (const k in priceList[key]) {
  639. if (Object.hasOwn(priceList[key], k)) {
  640. priceList[key][k] = priceList[key][k].map(item => {
  641. const temp = {...item}
  642. for(let i = 1; i<=8; i++) {
  643. if (temp[`website_qty${i}`] && !this.POA_Config.includes(temp[`website_qty${i}`])) {
  644. temp[`website_qty${i}`] = this.multiplyWithMargin(parseFloat(temp[`website_qty${i}`]) || 0, margin).toString()
  645. }
  646. if (temp[`supplier_qty${i}`] && !this.POA_Config.includes(temp[`supplier_qty${i}`])) {
  647. temp[`supplier_qty${i}`] = this.multiplyWithMargin(parseFloat(temp[`supplier_qty${i}`]) || 0, margin).toString()
  648. }
  649. }
  650. temp.website_setup = this.multiplyWithMargin(parseFloat(temp.website_setup) || 0, setupMargin).toString()
  651. if (temp.supplier_setup) {
  652. temp.supplier_setup = this.multiplyWithMargin(parseFloat(temp.supplier_setup) || 0, setupMargin).toString()
  653. }
  654. if (k === 'decoration') {
  655. temp.decoration_addition = temp.decoration_addition.map(deco => {
  656. const d = {...deco}
  657. for(let i = 1; i<=8; i++) {
  658. if (d[`website_qty${i}`] && !this.POA_Config.includes(d[`website_qty${i}`])) {
  659. d[`website_qty${i}`] = this.multiplyWithMargin(parseFloat(d[`website_qty${i}`]) || 0, margin).toString()
  660. }
  661. if (d[`supplier_qty${i}`] && !this.POA_Config.includes(d[`supplier_qty${i}`])) {
  662. d[`supplier_qty${i}`] = this.multiplyWithMargin(parseFloat(d[`supplier_qty${i}`]) || 0, margin).toString()
  663. }
  664. }
  665. d.website_setup = this.multiplyWithMargin(parseFloat(d.website_setup) || 0, setupMargin).toString()
  666. if (d.supplier_setup) {
  667. d.supplier_setup = this.multiplyWithMargin(parseFloat(d.supplier_setup) || 0, setupMargin).toString()
  668. }
  669. return d
  670. })
  671. }
  672. return temp
  673. })
  674. }
  675. }
  676. }
  677. }
  678. // 格式化数据,对象改成数组
  679. for (const keys in priceList) {
  680. const vals = {}
  681. const { decoration, additionlist, ...remaining } = priceList[keys]
  682. vals.basePrice = []
  683. vals.selectAdditionRow = []
  684. vals.curPrint = 0
  685. vals.name = this.formatDurationString(keys)
  686. vals.nameOrigin = keys
  687. vals.decorationOrign = [...decoration]
  688. vals.decorationID = decoration.map(i => i.id)
  689. vals.decoration = [...decoration].flatMap(item => {
  690. const result = [];
  691. if (item.max_color > 0) {
  692. result.push({ ...item, max_num: item.max_color,id:`${item.id}-1`,decName:item.max_color_name });
  693. }
  694. if (item.max_point > 0) {
  695. result.push({ ...item, max_num: item.max_point,id:`${item.id}-2`,decName:item.max_point_name });
  696. }
  697. return result;
  698. });
  699. vals.additionlist = (additionlist || []).map(item => {
  700. return {
  701. ...item,
  702. id: item.id + '-1' // 修改 id
  703. }
  704. })
  705. for (const k in remaining) {
  706. const o = {}
  707. o.name = k
  708. o.data = remaining[k]
  709. o.attributeList = this.copyData(attributeList)
  710. if (remaining[k]?.length>1) {
  711. // 检查数组中各元素的 website_qtyN 是否都等于 "-" or "POA",则删除key
  712. for (const a in attributeList) {
  713. const is111Poa = remaining[k].every(item => this.POA_Config.includes(item[a]));
  714. if (is111Poa) {
  715. delete o.attributeList[a]
  716. }
  717. }
  718. }else if (remaining[k]?.length === 1) {
  719. // 判断 remaining[k][0] 中是否包含 vals.attributeList 的键,并且对应的值都等于 "-" or "POA",则不删除key
  720. const obj = remaining[k][0];
  721. const attributeKeys = Object.keys(o.attributeList);
  722. const areAllKeysInPOAConfig = attributeKeys.every(key => {
  723. return Object.prototype.hasOwnProperty.call(obj, key) && this.POA_Config.includes(obj[key]);
  724. });
  725. if (!areAllKeysInPOAConfig) {
  726. attributeKeys.forEach(key => {
  727. if (Object.prototype.hasOwnProperty.call(obj, key) && this.POA_Config.includes(obj[key])) {
  728. delete o.attributeList[key];
  729. }
  730. });
  731. }
  732. }
  733. o.name = k
  734. o.data = remaining[k]
  735. o.locationNum = 1
  736. o.part_columns = Object.keys(o.attributeList).map(e => {
  737. return { label: o.attributeList[e].toString(), prop: e }
  738. })
  739. const freightParam = {
  740. postcode: '',
  741. freight_type: 1,
  742. freight: {}
  743. }
  744. o.total_part_columns = this.copyData(o.part_columns).map(obj => ({
  745. ...obj,
  746. ...freightParam
  747. }));
  748. o.remainingAttr = []
  749. const firstColumns = { ...o.part_columns[0],...freightParam}
  750. for(let i = 1; i < 9; i++){
  751. if(!Object.keys(o.attributeList).includes(`website_qty${i}`)){
  752. const newColumn = {...firstColumns}
  753. this.$set(newColumn,'prop',`website_qty${i}`)
  754. o.remainingAttr.push(newColumn)
  755. }
  756. };
  757. vals.basePrice.push(o)
  758. if (!this.allPrintTab.includes(k)) {
  759. this.allPrintTab.push(k)
  760. }
  761. }
  762. this.priceList.push(vals)
  763. }
  764. this.priceList.forEach((options, index) => {
  765. // 原始数据name没空格,需要映射到
  766. if (options.nameOrigin === defaultID?.name) {
  767. this.curWeek = index
  768. options.decorationOrign.forEach((opt, idx) => {
  769. if (opt.id === defaultID?.decoration?.id) {
  770. this.$set(options, 'curPrint', idx)
  771. }
  772. })
  773. }
  774. // 所有周期的所有打印,进来页面时默认勾选第一条价格
  775. options.basePrice.forEach((opt,idx) => {
  776. this.$set(opt, 'selectBaseRow', opt.data[0] ||{})
  777. // 打印原数据decorationOrign的name 匹配 basePrice(周期下的每个打印数据)的name
  778. const matchData = options.decorationOrign.find(d=>{
  779. return d.pricetype?.name === opt.name
  780. })
  781. opt.decoration_addition = [...(matchData?.decoration_addition || []),...(options.additionlist || [])]
  782. })
  783. options.decoration.forEach(opt => {
  784. this.$set(opt, 'num', 0)
  785. })
  786. })
  787. this.initSetupObj = Object.assign({}, this.initZeroObj)
  788. this.initUnitObj = Object.assign({}, this.initZeroObj, {
  789. website_setup: 0,
  790. })
  791. this.initFrightObj = Object.assign({}, this.initZeroObj)
  792. this.buyData = this.buyData.map(item => {
  793. return { ...item, ...this.initSetupObj }
  794. })
  795. this.sellData = this.sellData.map(item => {
  796. return { ...item, ...this.initSetupObj }
  797. })
  798. this.quoteLoadState = 1
  799. })
  800. .catch((e) => {
  801. console.log('this.quoteLoadState1: ', e);
  802. this.quoteLoadState = 2
  803. })
  804. },
  805. formatDurationString(input) {
  806. // 匹配数字和字符串的正则表达式
  807. const regex = /(\d+)([a-zA-Z]+)/g;
  808. const result = input.replace(regex, '$1 $2');
  809. return result;
  810. },
  811. getWeight() {
  812. this.$axios
  813. .post('/catalog/weight', { id: this.id })
  814. .then(res => {
  815. this.weight = res.result
  816. })
  817. .catch(() => {})
  818. },
  819. getFreight(k) {
  820. const postcode = this.comCurBaseTotalColumns[k].postcode
  821. const type = this.comCurBaseTotalColumns[k].freight_type
  822. const init = { basic:0,pickup:0,minimum:0 }
  823. if (postcode.length < 3) {
  824. this.comCurBaseTotalColumns[k].freight = init
  825. return
  826. }
  827. this.$axios
  828. .post('/catalog/freight', {
  829. postcode,
  830. type
  831. })
  832. .then(res => {
  833. this.comCurBaseTotalColumns[k].freight = Array.isArray(res.result)?init:res.result
  834. })
  835. },
  836. getDebFreight: _.debounce(function (k) {
  837. this.getFreight(k)
  838. }, 200),
  839. getNumber(e, row, min) {
  840. if (parseInt(e.target.value) < min) {
  841. this.xxContentVisible = true;
  842. row.label = min
  843. } else {
  844. this.xxContentVisible = false;
  845. }
  846. },
  847. sortBy(items) {
  848. // items.decoration.sort(this.customSort(items.decorationID))
  849. // const targetElement = items.decoration.splice(items.curPrint, 1)[0]
  850. // items.decoration.unshift(targetElement)
  851. },
  852. // 按原打印数组的id字段排序
  853. customSort(decorationID) {
  854. return (a, b) => {
  855. return decorationID.indexOf(a.id) - decorationID.indexOf(b.id)
  856. }
  857. },
  858. dividePrice(a) {
  859. return npDivide(+a, 100)
  860. },
  861. openMailDialog() {
  862. this.enquiryFormVisible = true
  863. // if (this.$utils.checkLogin()) {
  864. // this.getUserInfo()
  865. // const { contacts, email, phone, crm_users_id:crmUsersId } = this.userInfo
  866. // this.enquiryForm.Name = contacts
  867. // this.enquiryForm.Email = email
  868. // this.enquiryForm.Phone = phone
  869. // if (crmUsersId?.length) {
  870. // this.enquiryConfig[3].selectlist = crmUsersId
  871. // if (crmUsersId?.length === 1) {
  872. // this.enquiryForm['Customer manager'] = crmUsersId[0].name
  873. // }
  874. // } else {
  875. // this.enquiryConfig[3].isShow = false
  876. // this.$delete(this.enquiryForm, 'Customer manager')
  877. // }
  878. // this.enquiryFormVisible = true
  879. // } else {
  880. // this.openDialog()
  881. // }
  882. },
  883. getMailData() {
  884. this.mailData.Url = window.location.href
  885. const { Name, Email, Phone, Comments } = this.enquiryForm
  886. this.mailData['Customer Name'] = Name
  887. this.mailData['Customer Email'] = Email
  888. this.mailData['Customer Phone'] = Phone
  889. this.mailData.Comments = Comments
  890. // const { email, level, createTime } = this.userInfo
  891. // this.mailData['Member Account'] = email
  892. // this.mailData['Member Grade'] = level.name
  893. // this.mailData['Member Registration time'] = createTime
  894. this.mailData['Quote time'] = this.$utils.formatTime(new Date())
  895. },
  896. // 发送价格邮件 Enquiry按钮
  897. async sendPriceMail() {
  898. await this.getMailData()
  899. await this.getCustomerQuoteData()
  900. const shopInfo = await this.$store.dispatch('getShopInfo').then(res => res)
  901. const {
  902. Name,
  903. Email,
  904. Phone,
  905. Comments,
  906. } = this.enquiryForm
  907. this.$axios
  908. .post('/c-api/quote/sendenquiry', {
  909. site_id: shopInfo.id || '',
  910. content: this.$refs.mailtable.$el.innerHTML,
  911. name: Name,
  912. email: Email,
  913. phone: Phone,
  914. product_code: this.pageData.product_code,
  915. comments: Comments,
  916. })
  917. .then(res => {
  918. this.setLoading(false)
  919. this.enquiryFormVisible = false
  920. this.$confirm('Enquiry Sent', {
  921. confirmButtonText: 'OK',
  922. showCancelButton: false,
  923. type: 'success',
  924. center: true,
  925. showClose: false,
  926. confirmButtonClass: 'com-btnblack',
  927. }).then(() => {})
  928. })
  929. .catch(() => {
  930. this.setLoading(false)
  931. })
  932. },
  933. getCustomerQuoteData() {
  934. const { name, selectAdditionRow } = this.comCurWeekPrice
  935. this.specificationsObj.time = name
  936. this.specificationsObj.model = this.comBasePrice.model
  937. this.specificationsObj.decoration = this.comCurBasePrice.name
  938. if (selectAdditionRow.length) {
  939. this.specificationsObj.addonArr = selectAdditionRow.map(
  940. item => item.name
  941. )
  942. } else {
  943. this.specificationsObj.addonArr = null
  944. }
  945. },
  946. openDownloadDialog(type) {
  947. this.getCustomerQuoteData()
  948. type
  949. ? (this.downloadDialogVisible = true)
  950. : (this.priceToImgVisible = true)
  951. },
  952. handleDownloadPdf() {
  953. this.pdfLoading = true
  954. this.$nextTick(() => {
  955. this.$refs.priceToImgRef.htmlToPdf(this.pageData.product_code)
  956. })
  957. },
  958. // 发送PDF邮件
  959. sendPdfMail() {
  960. this.$axios
  961. .post('/quote/sendpdf', {
  962. content: this.$refs.pdf.$el.innerHTML,
  963. product_code: this.pageData.product_code,
  964. email: this.commentObj['Email Address'],
  965. })
  966. .then(res => {
  967. this.setLoading(false)
  968. this.downloadDialogVisible = false
  969. this.$confirm('Enquiry Sent', {
  970. confirmButtonText: 'OK',
  971. showCancelButton: false,
  972. type: 'success',
  973. center: true,
  974. showClose: false,
  975. confirmButtonClass: 'com-btnblack',
  976. })
  977. })
  978. .catch(() => {
  979. this.setLoading(false)
  980. })
  981. },
  982. copyData(data) {
  983. return JSON.parse(JSON.stringify(data))
  984. },
  985. calculateBuyData(){
  986. const selPriceArr = []
  987. if (JSON.stringify(this.comBasePrice) !== '{}') {
  988. selPriceArr.push(this.comBasePrice)
  989. }
  990. selPriceArr.push(...this.comDecoPrice, ...this.comCurWeekPrice.selectAdditionRow);
  991. if(selPriceArr.length === 0){
  992. this.buyData = this.buyData.map(item => ({ ...item, ...this.initZeroObj }));
  993. return
  994. }
  995. // 累加所选,初始数量对应的单价。赋值给this.initUnitObj
  996. for (const i in this.initUnitObj) {
  997. const columnSum = this.copyData(selPriceArr).reduce(function (prev, cur) {
  998. if (cur[i] === '111' || cur[i] === '111.00') {
  999. return (cur[i] = '-')
  1000. } else if (cur[i] === '999' || cur[i] === '999.00') {
  1001. return (cur[i] = 'POA')
  1002. } else {
  1003. // 当基础价格是-POA,后续累加价格是正常数字价,依然返回-POA
  1004. if (prev === '-' || prev === 'POA') {
  1005. return prev
  1006. }
  1007. return npPlus(+cur[i], prev).toFixed(2)
  1008. }
  1009. }, 0)
  1010. this.$set(this.initUnitObj, i, columnSum)
  1011. }
  1012. for (const a in this.comAttributeList) {
  1013. // 每次更改选择价格,必须遍历整个comAttributeList
  1014. const tempIdx = this.comCurBaseColumns.findIndex(
  1015. items => +this.comAttributeList[a] < +items.label
  1016. )
  1017. if (tempIdx > 0) {
  1018. const key = this.comCurBaseColumns[tempIdx - 1].prop
  1019. this.$set(this.initChangeUnitObj, a, this.initUnitObj[key])
  1020. } else {
  1021. const length = this.comCurBaseColumns.length
  1022. const key = this.comCurBaseColumns[length - 1].prop
  1023. this.$set(this.initChangeUnitObj, a, this.initUnitObj[key])
  1024. }
  1025. if (
  1026. this.initChangeUnitObj[a] === 'POA' ||
  1027. this.initChangeUnitObj[a] === '-'
  1028. ) {
  1029. this.$set(this.initSetupObj, a, this.initChangeUnitObj[a])
  1030. this.$set(this.initFrightObj, a, this.initChangeUnitObj[a])
  1031. } else {
  1032. this.$set(this.initSetupObj, a, this.initUnitObj.website_setup)
  1033. // 计算运费
  1034. // 单独批次数量的总重
  1035. // weight定义是{},后端没数据传回[]
  1036. const unitWLocal = this.weight.unit_w_local ? +this.weight.unit_w_local : 0;
  1037. const totalWeight = Math.ceil(
  1038. npTimes(unitWLocal, this.comAttributeList[a])
  1039. )
  1040. // Road express 1 AAE:AAEFactor 2
  1041. const setupFuel = this.dividePrice(this.configInfo.fuel)
  1042. const setupBagFreight = this.dividePrice(this.configInfo.bag_freight)
  1043. const setupExpressFreight = this.dividePrice(
  1044. this.configInfo.express_freight
  1045. )
  1046. const AAEFactor = npPlus(1, setupBagFreight, setupFuel)
  1047. const expressFactor = npPlus(1, setupExpressFreight, setupFuel)
  1048. let frightCost = 0
  1049. let freightType
  1050. let postcode
  1051. let freight = {}
  1052. const matchIndex = this.comCurBaseTotalColumns.findIndex(item => item.prop === a)
  1053. // 1,所有按第一个运费统计;不为1,则只计算 comCurBaseTotalColumns的[地址数]长度
  1054. if (+this.comLocationNum === 1 || this.comLocationNum >= matchIndex + 1) {
  1055. ({ freight, freight_type: freightType, postcode } = this.comCurBaseTotalColumns[+this.comLocationNum === 1 ? 0 : matchIndex] || {});
  1056. }
  1057. if (freightType === 1 && postcode >= 3) {
  1058. if (totalWeight > 20) {
  1059. const a1 = npMinus(totalWeight, 20)
  1060. const a2 = npTimes(a1, +freight.basic)
  1061. const a3 = npPlus(+freight.pickup, a2)
  1062. frightCost = npTimes(a3, expressFactor)
  1063. } else {
  1064. frightCost = npTimes(+freight.pickup, expressFactor)
  1065. }
  1066. } else if (freightType === 2 && postcode >= 3) {
  1067. const a1 = npDivide(totalWeight, 5)
  1068. const a2 = npTimes(+freight.minimum, Math.ceil(a1))
  1069. frightCost = npTimes(a2, AAEFactor)
  1070. } else {
  1071. frightCost = 0
  1072. }
  1073. this.$set(this.initFrightObj, a, Math.ceil(frightCost).toFixed(2))
  1074. }
  1075. if (
  1076. this.initChangeUnitObj[a] === '-' ||
  1077. this.initChangeUnitObj[a] === 'POA'
  1078. ) {
  1079. this.$set(this.initTotalObj, a, this.initChangeUnitObj[a])
  1080. } else {
  1081. const unitQTY = npTimes(
  1082. this.initChangeUnitObj[a],
  1083. this.comAttributeList[a]
  1084. )
  1085. this.$set(
  1086. this.initTotalObj,
  1087. a,
  1088. npPlus(
  1089. this.initUnitObj.website_setup,
  1090. unitQTY,
  1091. this.initFrightObj[a]
  1092. ).toFixed(2)
  1093. )
  1094. }
  1095. if (this.setup_switch) {
  1096. // 业务:Setup价格/对应数量后向上取整
  1097. if (
  1098. this.initChangeUnitObj[a] === '-' ||
  1099. this.initChangeUnitObj[a] === 'POA'
  1100. ) {
  1101. this.$set(this.initChangeUnitObj, a, this.initChangeUnitObj[a])
  1102. } else {
  1103. const num =
  1104. Math.ceil(
  1105. (this.initSetupObj[a] / this.comAttributeList[a]) * 100
  1106. ) / 100
  1107. this.$set(
  1108. this.initChangeUnitObj,
  1109. a,
  1110. npPlus(this.initChangeUnitObj[a], num).toFixed(2)
  1111. )
  1112. }
  1113. }
  1114. if (this.freight_switch) {
  1115. if (
  1116. this.initChangeUnitObj[a] === '-' ||
  1117. this.initChangeUnitObj[a] === 'POA'
  1118. ) {
  1119. this.$set(this.initChangeUnitObj, a, this.initChangeUnitObj[a])
  1120. } else {
  1121. const num =
  1122. Math.ceil(
  1123. (this.initFrightObj[a] / this.comAttributeList[a]) * 100
  1124. ) / 100
  1125. this.$set(
  1126. this.initChangeUnitObj,
  1127. a,
  1128. npPlus(this.initChangeUnitObj[a], num).toFixed(2)
  1129. )
  1130. }
  1131. }
  1132. }
  1133. if (this.setup_switch) {
  1134. this.$set(this.buyData, 0, { ...this.buyData[0], ...this.initZeroObj, ...{'summary':0.00} })
  1135. } else {
  1136. this.$set(this.buyData, 0, { ...this.buyData[0], ...this.initSetupObj })
  1137. }
  1138. this.$set(this.buyData, 1, {
  1139. ...this.buyData[1],
  1140. ...this.initChangeUnitObj,
  1141. })
  1142. if (this.freight_switch) {
  1143. this.$set(this.buyData, 2, { ...this.buyData[2], ...this.initZeroObj })
  1144. } else {
  1145. this.$set(this.buyData, 2, {
  1146. ...this.buyData[2],
  1147. ...this.initFrightObj,
  1148. })
  1149. }
  1150. this.$set(this.buyData, 3, { ...this.buyData[3], ...this.initTotalObj })
  1151. },
  1152. calculateSellData() {
  1153. // 放置comSellData计算和副作用的代码
  1154. const buySetup = this.comBuyData[0]
  1155. const buyUnit = this.comBuyData[1]
  1156. const buyFright = this.comBuyData[2]
  1157. let frightSummary = 0
  1158. for (const i in this.comAttributeList) {
  1159. if (buyUnit[i] === '-' || buyUnit[i] === 'POA') {
  1160. this.sellData[0][i] = '-'
  1161. this.sellData[1][i] = buyUnit[i]
  1162. this.sellData[2][i] = buyUnit[i]
  1163. this.sellData[3][i] = buyUnit[i]
  1164. this.sellData[4][i] = buyUnit[i]
  1165. } else {
  1166. const item = this.comLocationNum === 1 ? this.comCurBaseTotalColumns[0] : this.comCurBaseTotalColumns.find(element => element.prop === i);
  1167. this.sellData[0][i] = item && item.postcode !== '' ? item.postcode : '-';
  1168. // 分别乘以Markup %表格
  1169. const key = this.comCurBaseTotalColumns[0]?.prop
  1170. if (this.unitData[1] && this.unitData[1][key]) {
  1171. const a = npPlus(this.unitData[1][key] / 100, 1)
  1172. this.sellData[1][i] = npTimes(buySetup[i], a).toFixed(2)
  1173. } else {
  1174. this.sellData[1][i] = buySetup[i]
  1175. }
  1176. if (this.unitData[0][i]) {
  1177. const a = npPlus(this.unitData[0][i] / 100, 1)
  1178. this.sellData[2][i] = npTimes(buyUnit[i], a).toFixed(2)
  1179. } else {
  1180. this.sellData[2][i] = buyUnit[i]
  1181. }
  1182. if (this.unitData[2] && this.unitData[2][key]) {
  1183. const a = npPlus(this.unitData[2][key] / 100, 1)
  1184. this.sellData[3][i] = npTimes(buyFright[i], a).toFixed(2)
  1185. // freight_switch会使qty的运费=0无法计算,故用了initFrightObj
  1186. const fa = npTimes(this.initFrightObj[i], a)
  1187. frightSummary = npPlus(frightSummary,fa).toFixed(2)
  1188. } else {
  1189. this.sellData[3][i] = buyFright[i]
  1190. frightSummary = npPlus(frightSummary,this.initFrightObj[i]).toFixed(2)
  1191. }
  1192. const unitQTY = npTimes(this.sellData[2][i], this.comAttributeList[i])
  1193. this.$set(
  1194. this.sellData[4],
  1195. i,
  1196. npPlus(this.sellData[1][i], unitQTY, this.sellData[3][i]).toFixed(2)
  1197. )
  1198. }
  1199. }
  1200. // 迭代加了Total列,需要统计qty的运费后才能合计运费
  1201. if (this.sellData[2].summary !== '-' && this.sellData[2].summary !== 'POA') {
  1202. if (this.freight_switch) {
  1203. const num = Math.ceil((frightSummary / this.comAttributeList.summary) * 100) / 100
  1204. this.sellData[2].summary = npPlus(this.sellData[2].summary, num).toFixed(2)
  1205. this.sellData[3].summary = 0.00
  1206. const a = npTimes(this.sellData[2].summary,this.comAttributeList.summary)
  1207. this.sellData[4].summary = npPlus(this.sellData[1].summary,a).toFixed(2)
  1208. } else {
  1209. this.sellData[3].summary = frightSummary
  1210. this.sellData[4].summary = npPlus(frightSummary,this.sellData[4].summary).toFixed(2)
  1211. }
  1212. }
  1213. },
  1214. // 低于最小起订量 把该栏的数值重置到最小起订量
  1215. getChildIdx(idx){
  1216. this.xxContentVisible = true;
  1217. this.$set(this.comCurBaseTotalColumns[idx-1],'label',this.comCurBaseColumns[0]?.label)
  1218. },
  1219. setMaxNum(val){
  1220. if(val > 7){
  1221. this.comCurBasePrice.locationNum = 7
  1222. }else if(val < 1){
  1223. this.comCurBasePrice.locationNum = 1
  1224. }
  1225. },
  1226. ...mapMutations({ openDialog: 'openDialog', setLoading: 'product/setLoading' })
  1227. },
  1228. }
  1229. </script>
  1230. <style lang='scss' scoped>
  1231. $deep-blue: #004a97;
  1232. .exclamation-icon {
  1233. width: 18px;
  1234. height: 18px;
  1235. line-height: 18px;
  1236. display: inline-block;
  1237. text-align: center;
  1238. color: #000;
  1239. border-radius: 100%;
  1240. border: 1px solid #000;
  1241. font-size: 18px;
  1242. font-weight: 550;
  1243. }
  1244. .popover {
  1245. border: 1px solid #eee;
  1246. padding: 20px;
  1247. .title {
  1248. text-align: center;
  1249. font-weight: bold;
  1250. font-size: 20px;
  1251. }
  1252. }
  1253. .title1 {
  1254. margin: 30px 0 0;
  1255. padding: 20px 0 0;
  1256. font-size: 16px;
  1257. color: #15263d;
  1258. display: flex;
  1259. font-family: ProximaNova-Regular;
  1260. font-weight: 600;
  1261. justify-content: space-between;
  1262. border-top: 1px solid #eee;
  1263. span {
  1264. &:nth-child(2) {
  1265. font-size: 14px;
  1266. color: #50596b;
  1267. }
  1268. }
  1269. }
  1270. .text-red {
  1271. text-align: right;
  1272. color: #e90000;
  1273. padding: 10px 10px 0 0;
  1274. font-size: 16px;
  1275. font-weight: bold;
  1276. }
  1277. .entry {
  1278. color: #50596b;
  1279. margin: 15px 10px;
  1280. display: flex;
  1281. flex-direction: row;
  1282. align-items: center;
  1283. .entry-l {
  1284. width: 120px;
  1285. margin-right: 10px;
  1286. }
  1287. .entry-text{
  1288. margin-left: 280px;
  1289. width: 130px;
  1290. text-align: center;
  1291. font-weight: bold;
  1292. }
  1293. :deep(.el-input__inner) {
  1294. text-align: center;
  1295. padding: 0;
  1296. }
  1297. .entry-r {
  1298. flex: 1;
  1299. text-align: right;
  1300. span {
  1301. margin-right: 10px;
  1302. }
  1303. //修改radio选中为✔样式
  1304. :deep(.el-radio__inner) {
  1305. border-radius: 0;
  1306. width: 18px;
  1307. height: 18px;
  1308. }
  1309. :deep(.el-radio__input.is-checked .el-radio__inner) {
  1310. background: $deep-blue;
  1311. border: 1px solid $deep-blue;
  1312. }
  1313. :deep(.el-radio__input.is-checked + .el-radio__label) {
  1314. color: $deep-blue;
  1315. }
  1316. :deep(.el-radio__input.is-checked .el-radio__inner::after) {
  1317. content: '';
  1318. width: 10px;
  1319. height: 5px;
  1320. border: 1px solid white;
  1321. border-top: transparent;
  1322. border-right: transparent;
  1323. text-align: center;
  1324. display: block;
  1325. position: absolute;
  1326. top: 3px;
  1327. left: 2px;
  1328. transform: rotate(-45deg);
  1329. border-radius: 0px;
  1330. background: none;
  1331. }
  1332. }
  1333. }
  1334. .button-margin {
  1335. margin: 20px 0 0;
  1336. }
  1337. .quote-tips {
  1338. font-size: 16px;
  1339. a {
  1340. color: #6495ed;
  1341. text-decoration: underline;
  1342. margin-left: 5px;
  1343. }
  1344. }
  1345. button {
  1346. font-size: 12px;
  1347. width: 200px;
  1348. height: 30px;
  1349. border-radius: 5px;
  1350. margin-right: 20px;
  1351. cursor: pointer;
  1352. border: none;
  1353. box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  1354. }
  1355. .button-black {
  1356. background-color: $deep-blue;
  1357. color: #ffffff;
  1358. &:hover {
  1359. background-color: #013269;
  1360. }
  1361. }
  1362. .button-white {
  1363. background-color: #fff;
  1364. color: #50596b;
  1365. img,
  1366. span {
  1367. vertical-align: middle;
  1368. }
  1369. }
  1370. // 报价图片弹框样式
  1371. :deep(.price-to-img-dialog) {
  1372. min-width: 840px;
  1373. margin-top: 2vh !important;
  1374. .el-dialog__header {
  1375. background-color: #00213b;
  1376. padding: 10px 20px;
  1377. .el-dialog__title {
  1378. color: #fff;
  1379. }
  1380. .el-dialog__headerbtn {
  1381. top: 15px;
  1382. }
  1383. }
  1384. .el-dialog__body {
  1385. background-color: #f1f4f9;
  1386. padding: 13px 20px;
  1387. }
  1388. .tips {
  1389. font-size: 16px;
  1390. color: #00213b;
  1391. margin: 12px 0;
  1392. }
  1393. .btn-wrap {
  1394. text-align: left;
  1395. .button-black {
  1396. margin-top: 20px;
  1397. }
  1398. }
  1399. }
  1400. :deep(.el-switch) {
  1401. .el-switch__label {
  1402. position: absolute;
  1403. display: none;
  1404. color: #fff !important;
  1405. }
  1406. /*打开时文字位置设置*/
  1407. .el-switch__label--right {
  1408. z-index: 1;
  1409. right: -3px;
  1410. }
  1411. /*关闭时文字位置设置*/
  1412. .el-switch__label--left {
  1413. z-index: 1;
  1414. left: 20px;
  1415. }
  1416. /*显示文字*/
  1417. .el-switch__label.is-active {
  1418. display: block;
  1419. }
  1420. .el-switch .el-switch__core,
  1421. .el-switch .el-switch__label {
  1422. width: 50px !important;
  1423. }
  1424. .el-switch__label * {
  1425. font-size: 13px !important;
  1426. }
  1427. }
  1428. </style>