Quote.vue 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442
  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(npTimes(o, (100 + parseFloat(m))), 100)
  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
  700. for (const k in remaining) {
  701. const o = {}
  702. o.name = k
  703. o.data = remaining[k]
  704. o.attributeList = this.copyData(attributeList)
  705. if (remaining[k]?.length>1) {
  706. // 检查数组中各元素的 website_qtyN 是否都等于 "-" or "POA",则删除key
  707. for (const a in attributeList) {
  708. const is111Poa = remaining[k].every(item => this.POA_Config.includes(item[a]));
  709. if (is111Poa) {
  710. delete o.attributeList[a]
  711. }
  712. }
  713. }else if (remaining[k]?.length === 1) {
  714. // 判断 remaining[k][0] 中是否包含 vals.attributeList 的键,并且对应的值都等于 "-" or "POA",则不删除key
  715. const obj = remaining[k][0];
  716. const attributeKeys = Object.keys(o.attributeList);
  717. const areAllKeysInPOAConfig = attributeKeys.every(key => {
  718. return Object.prototype.hasOwnProperty.call(obj, key) && this.POA_Config.includes(obj[key]);
  719. });
  720. if (!areAllKeysInPOAConfig) {
  721. attributeKeys.forEach(key => {
  722. if (Object.prototype.hasOwnProperty.call(obj, key) && this.POA_Config.includes(obj[key])) {
  723. delete o.attributeList[key];
  724. }
  725. });
  726. }
  727. }
  728. o.name = k
  729. o.data = remaining[k]
  730. o.locationNum = 1
  731. o.part_columns = Object.keys(o.attributeList).map(e => {
  732. return { label: o.attributeList[e].toString(), prop: e }
  733. })
  734. const freightParam = {
  735. postcode: '',
  736. freight_type: 1,
  737. freight: {}
  738. }
  739. o.total_part_columns = this.copyData(o.part_columns).map(obj => ({
  740. ...obj,
  741. ...freightParam
  742. }));
  743. o.remainingAttr = []
  744. const firstColumns = { ...o.part_columns[0],...freightParam}
  745. for(let i = 1; i < 9; i++){
  746. if(!Object.keys(o.attributeList).includes(`website_qty${i}`)){
  747. const newColumn = {...firstColumns}
  748. this.$set(newColumn,'prop',`website_qty${i}`)
  749. o.remainingAttr.push(newColumn)
  750. }
  751. };
  752. vals.basePrice.push(o)
  753. if (!this.allPrintTab.includes(k)) {
  754. this.allPrintTab.push(k)
  755. }
  756. }
  757. this.priceList.push(vals)
  758. }
  759. this.priceList.forEach((options, index) => {
  760. // 原始数据name没空格,需要映射到
  761. if (options.nameOrigin === defaultID?.name) {
  762. this.curWeek = index
  763. options.decorationOrign.forEach((opt, idx) => {
  764. if (opt.id === defaultID?.decoration?.id) {
  765. this.$set(options, 'curPrint', idx)
  766. }
  767. })
  768. }
  769. // 所有周期的所有打印,进来页面时默认勾选第一条价格
  770. options.basePrice.forEach((opt,idx) => {
  771. this.$set(opt, 'selectBaseRow', opt.data[0] ||{})
  772. opt.decoration_addition = [...(options.decorationOrign?.[idx]?.decoration_addition || []),...(options.additionlist || [])]
  773. })
  774. options.decoration.forEach(opt => {
  775. this.$set(opt, 'num', 0)
  776. })
  777. })
  778. this.initSetupObj = Object.assign({}, this.initZeroObj)
  779. this.initUnitObj = Object.assign({}, this.initZeroObj, {
  780. website_setup: 0,
  781. })
  782. this.initFrightObj = Object.assign({}, this.initZeroObj)
  783. this.buyData = this.buyData.map(item => {
  784. return { ...item, ...this.initSetupObj }
  785. })
  786. this.sellData = this.sellData.map(item => {
  787. return { ...item, ...this.initSetupObj }
  788. })
  789. this.quoteLoadState = 1
  790. })
  791. .catch((e) => {
  792. console.log('this.quoteLoadState1: ', e);
  793. this.quoteLoadState = 2
  794. })
  795. },
  796. formatDurationString(input) {
  797. // 匹配数字和字符串的正则表达式
  798. const regex = /(\d+)([a-zA-Z]+)/g;
  799. const result = input.replace(regex, '$1 $2');
  800. return result;
  801. },
  802. getWeight() {
  803. this.$axios
  804. .post('/catalog/weight', { id: this.id })
  805. .then(res => {
  806. this.weight = res.result
  807. })
  808. .catch(() => {})
  809. },
  810. getFreight(k) {
  811. const postcode = this.comCurBaseTotalColumns[k].postcode
  812. const type = this.comCurBaseTotalColumns[k].freight_type
  813. const init = { basic:0,pickup:0,minimum:0 }
  814. if (postcode.length < 3) {
  815. this.comCurBaseTotalColumns[k].freight = init
  816. return
  817. }
  818. this.$axios
  819. .post('/catalog/freight', {
  820. postcode,
  821. type
  822. })
  823. .then(res => {
  824. this.comCurBaseTotalColumns[k].freight = Array.isArray(res.result)?init:res.result
  825. })
  826. },
  827. getDebFreight: _.debounce(function (k) {
  828. this.getFreight(k)
  829. }, 200),
  830. getNumber(e, row, min) {
  831. if (parseInt(e.target.value) < min) {
  832. this.xxContentVisible = true;
  833. row.label = min
  834. } else {
  835. this.xxContentVisible = false;
  836. }
  837. },
  838. sortBy(items) {
  839. // items.decoration.sort(this.customSort(items.decorationID))
  840. // const targetElement = items.decoration.splice(items.curPrint, 1)[0]
  841. // items.decoration.unshift(targetElement)
  842. },
  843. // 按原打印数组的id字段排序
  844. customSort(decorationID) {
  845. return (a, b) => {
  846. return decorationID.indexOf(a.id) - decorationID.indexOf(b.id)
  847. }
  848. },
  849. dividePrice(a) {
  850. return npDivide(+a, 100)
  851. },
  852. openMailDialog() {
  853. this.enquiryFormVisible = true
  854. // if (this.$utils.checkLogin()) {
  855. // this.getUserInfo()
  856. // const { contacts, email, phone, crm_users_id:crmUsersId } = this.userInfo
  857. // this.enquiryForm.Name = contacts
  858. // this.enquiryForm.Email = email
  859. // this.enquiryForm.Phone = phone
  860. // if (crmUsersId?.length) {
  861. // this.enquiryConfig[3].selectlist = crmUsersId
  862. // if (crmUsersId?.length === 1) {
  863. // this.enquiryForm['Customer manager'] = crmUsersId[0].name
  864. // }
  865. // } else {
  866. // this.enquiryConfig[3].isShow = false
  867. // this.$delete(this.enquiryForm, 'Customer manager')
  868. // }
  869. // this.enquiryFormVisible = true
  870. // } else {
  871. // this.openDialog()
  872. // }
  873. },
  874. getMailData() {
  875. this.mailData.Url = window.location.href
  876. const { Name, Email, Phone, Comments } = this.enquiryForm
  877. this.mailData['Customer Name'] = Name
  878. this.mailData['Customer Email'] = Email
  879. this.mailData['Customer Phone'] = Phone
  880. this.mailData.Comments = Comments
  881. // const { email, level, createTime } = this.userInfo
  882. // this.mailData['Member Account'] = email
  883. // this.mailData['Member Grade'] = level.name
  884. // this.mailData['Member Registration time'] = createTime
  885. this.mailData['Quote time'] = this.$utils.formatTime(new Date())
  886. },
  887. // 发送价格邮件 Enquiry按钮
  888. async sendPriceMail() {
  889. await this.getMailData()
  890. await this.getCustomerQuoteData()
  891. const shopInfo = await this.$store.dispatch('getShopInfo').then(res => res)
  892. const {
  893. Name,
  894. Email,
  895. Phone,
  896. Comments,
  897. } = this.enquiryForm
  898. this.$axios
  899. .post('/c-api/quote/sendenquiry', {
  900. site_id: shopInfo.id || '',
  901. content: this.$refs.mailtable.$el.innerHTML,
  902. name: Name,
  903. email: Email,
  904. phone: Phone,
  905. product_code: this.pageData.product_code,
  906. comments: Comments,
  907. })
  908. .then(res => {
  909. this.setLoading(false)
  910. this.enquiryFormVisible = false
  911. this.$confirm('Enquiry Sent', {
  912. confirmButtonText: 'OK',
  913. showCancelButton: false,
  914. type: 'success',
  915. center: true,
  916. showClose: false,
  917. confirmButtonClass: 'com-btnblack',
  918. }).then(() => {})
  919. })
  920. .catch(() => {
  921. this.setLoading(false)
  922. })
  923. },
  924. getCustomerQuoteData() {
  925. const { name, selectAdditionRow } = this.comCurWeekPrice
  926. this.specificationsObj.time = name
  927. this.specificationsObj.model = this.comBasePrice.model
  928. this.specificationsObj.decoration = this.comCurBasePrice.name
  929. if (selectAdditionRow.length) {
  930. this.specificationsObj.addonArr = selectAdditionRow.map(
  931. item => item.name
  932. )
  933. } else {
  934. this.specificationsObj.addonArr = null
  935. }
  936. },
  937. openDownloadDialog(type) {
  938. this.getCustomerQuoteData()
  939. type
  940. ? (this.downloadDialogVisible = true)
  941. : (this.priceToImgVisible = true)
  942. },
  943. handleDownloadPdf() {
  944. this.pdfLoading = true
  945. this.$nextTick(() => {
  946. this.$refs.priceToImgRef.htmlToPdf(this.pageData.product_code)
  947. })
  948. },
  949. // 发送PDF邮件
  950. sendPdfMail() {
  951. this.$axios
  952. .post('/quote/sendpdf', {
  953. content: this.$refs.pdf.$el.innerHTML,
  954. product_code: this.pageData.product_code,
  955. email: this.commentObj['Email Address'],
  956. })
  957. .then(res => {
  958. this.setLoading(false)
  959. this.downloadDialogVisible = false
  960. this.$confirm('Enquiry Sent', {
  961. confirmButtonText: 'OK',
  962. showCancelButton: false,
  963. type: 'success',
  964. center: true,
  965. showClose: false,
  966. confirmButtonClass: 'com-btnblack',
  967. })
  968. })
  969. .catch(() => {
  970. this.setLoading(false)
  971. })
  972. },
  973. copyData(data) {
  974. return JSON.parse(JSON.stringify(data))
  975. },
  976. calculateBuyData(){
  977. const selPriceArr = []
  978. if (JSON.stringify(this.comBasePrice) !== '{}') {
  979. selPriceArr.push(this.comBasePrice)
  980. }
  981. selPriceArr.push(...this.comDecoPrice, ...this.comCurWeekPrice.selectAdditionRow);
  982. if(selPriceArr.length === 0){
  983. this.buyData = this.buyData.map(item => ({ ...item, ...this.initZeroObj }));
  984. return
  985. }
  986. // 累加所选,初始数量对应的单价。赋值给this.initUnitObj
  987. for (const i in this.initUnitObj) {
  988. const columnSum = this.copyData(selPriceArr).reduce(function (prev, cur) {
  989. if (cur[i] === '111' || cur[i] === '111.00') {
  990. return (cur[i] = '-')
  991. } else if (cur[i] === '999' || cur[i] === '999.00') {
  992. return (cur[i] = 'POA')
  993. } else {
  994. // 当基础价格是-POA,后续累加价格是正常数字价,依然返回-POA
  995. if (prev === '-' || prev === 'POA') {
  996. return prev
  997. }
  998. return npPlus(+cur[i], prev).toFixed(2)
  999. }
  1000. }, 0)
  1001. this.$set(this.initUnitObj, i, columnSum)
  1002. }
  1003. for (const a in this.comAttributeList) {
  1004. // 每次更改选择价格,必须遍历整个comAttributeList
  1005. const tempIdx = this.comCurBaseColumns.findIndex(
  1006. items => +this.comAttributeList[a] < +items.label
  1007. )
  1008. if (tempIdx > 0) {
  1009. const key = this.comCurBaseColumns[tempIdx - 1].prop
  1010. this.$set(this.initChangeUnitObj, a, this.initUnitObj[key])
  1011. } else {
  1012. const length = this.comCurBaseColumns.length
  1013. const key = this.comCurBaseColumns[length - 1].prop
  1014. this.$set(this.initChangeUnitObj, a, this.initUnitObj[key])
  1015. }
  1016. if (
  1017. this.initChangeUnitObj[a] === 'POA' ||
  1018. this.initChangeUnitObj[a] === '-'
  1019. ) {
  1020. this.$set(this.initSetupObj, a, this.initChangeUnitObj[a])
  1021. this.$set(this.initFrightObj, a, this.initChangeUnitObj[a])
  1022. } else {
  1023. this.$set(this.initSetupObj, a, this.initUnitObj.website_setup)
  1024. // 计算运费
  1025. // 单独批次数量的总重
  1026. // weight定义是{},后端没数据传回[]
  1027. const unitWLocal = this.weight.unit_w_local ? +this.weight.unit_w_local : 0;
  1028. const totalWeight = Math.ceil(
  1029. npTimes(unitWLocal, this.comAttributeList[a])
  1030. )
  1031. // Road express 1 AAE:AAEFactor 2
  1032. const setupFuel = this.dividePrice(this.configInfo.fuel)
  1033. const setupBagFreight = this.dividePrice(this.configInfo.bag_freight)
  1034. const setupExpressFreight = this.dividePrice(
  1035. this.configInfo.express_freight
  1036. )
  1037. const AAEFactor = npPlus(1, setupBagFreight, setupFuel)
  1038. const expressFactor = npPlus(1, setupExpressFreight, setupFuel)
  1039. let frightCost = 0
  1040. let freightType
  1041. let postcode
  1042. let freight = {}
  1043. const matchIndex = this.comCurBaseTotalColumns.findIndex(item => item.prop === a)
  1044. // 1,所有按第一个运费统计;不为1,则只计算 comCurBaseTotalColumns的[地址数]长度
  1045. if (+this.comLocationNum === 1 || this.comLocationNum >= matchIndex + 1) {
  1046. ({ freight, freight_type: freightType, postcode } = this.comCurBaseTotalColumns[+this.comLocationNum === 1 ? 0 : matchIndex] || {});
  1047. }
  1048. if (freightType === 1 && postcode >= 3) {
  1049. if (totalWeight > 20) {
  1050. const a1 = npMinus(totalWeight, 20)
  1051. const a2 = npTimes(a1, +freight.basic)
  1052. const a3 = npPlus(+freight.pickup, a2)
  1053. frightCost = npTimes(a3, expressFactor)
  1054. } else {
  1055. frightCost = npTimes(+freight.pickup, expressFactor)
  1056. }
  1057. } else if (freightType === 2 && postcode >= 3) {
  1058. const a1 = npDivide(totalWeight, 5)
  1059. const a2 = npTimes(+freight.minimum, Math.ceil(a1))
  1060. frightCost = npTimes(a2, AAEFactor)
  1061. } else {
  1062. frightCost = 0
  1063. }
  1064. this.$set(this.initFrightObj, a, Math.ceil(frightCost).toFixed(2))
  1065. }
  1066. if (
  1067. this.initChangeUnitObj[a] === '-' ||
  1068. this.initChangeUnitObj[a] === 'POA'
  1069. ) {
  1070. this.$set(this.initTotalObj, a, this.initChangeUnitObj[a])
  1071. } else {
  1072. const unitQTY = npTimes(
  1073. this.initChangeUnitObj[a],
  1074. this.comAttributeList[a]
  1075. )
  1076. this.$set(
  1077. this.initTotalObj,
  1078. a,
  1079. npPlus(
  1080. this.initUnitObj.website_setup,
  1081. unitQTY,
  1082. this.initFrightObj[a]
  1083. ).toFixed(2)
  1084. )
  1085. }
  1086. if (this.setup_switch) {
  1087. // 业务:Setup价格/对应数量后向上取整
  1088. if (
  1089. this.initChangeUnitObj[a] === '-' ||
  1090. this.initChangeUnitObj[a] === 'POA'
  1091. ) {
  1092. this.$set(this.initChangeUnitObj, a, this.initChangeUnitObj[a])
  1093. } else {
  1094. const num =
  1095. Math.ceil(
  1096. (this.initSetupObj[a] / this.comAttributeList[a]) * 100
  1097. ) / 100
  1098. this.$set(
  1099. this.initChangeUnitObj,
  1100. a,
  1101. npPlus(this.initChangeUnitObj[a], num).toFixed(2)
  1102. )
  1103. }
  1104. }
  1105. if (this.freight_switch) {
  1106. if (
  1107. this.initChangeUnitObj[a] === '-' ||
  1108. this.initChangeUnitObj[a] === 'POA'
  1109. ) {
  1110. this.$set(this.initChangeUnitObj, a, this.initChangeUnitObj[a])
  1111. } else {
  1112. const num =
  1113. Math.ceil(
  1114. (this.initFrightObj[a] / this.comAttributeList[a]) * 100
  1115. ) / 100
  1116. this.$set(
  1117. this.initChangeUnitObj,
  1118. a,
  1119. npPlus(this.initChangeUnitObj[a], num).toFixed(2)
  1120. )
  1121. }
  1122. }
  1123. }
  1124. if (this.setup_switch) {
  1125. this.$set(this.buyData, 0, { ...this.buyData[0], ...this.initZeroObj, ...{'summary':0.00} })
  1126. } else {
  1127. this.$set(this.buyData, 0, { ...this.buyData[0], ...this.initSetupObj })
  1128. }
  1129. this.$set(this.buyData, 1, {
  1130. ...this.buyData[1],
  1131. ...this.initChangeUnitObj,
  1132. })
  1133. if (this.freight_switch) {
  1134. this.$set(this.buyData, 2, { ...this.buyData[2], ...this.initZeroObj })
  1135. } else {
  1136. this.$set(this.buyData, 2, {
  1137. ...this.buyData[2],
  1138. ...this.initFrightObj,
  1139. })
  1140. }
  1141. this.$set(this.buyData, 3, { ...this.buyData[3], ...this.initTotalObj })
  1142. },
  1143. calculateSellData() {
  1144. // 放置comSellData计算和副作用的代码
  1145. const buySetup = this.comBuyData[0]
  1146. const buyUnit = this.comBuyData[1]
  1147. const buyFright = this.comBuyData[2]
  1148. let frightSummary = 0
  1149. for (const i in this.comAttributeList) {
  1150. if (buyUnit[i] === '-' || buyUnit[i] === 'POA') {
  1151. this.sellData[0][i] = '-'
  1152. this.sellData[1][i] = buyUnit[i]
  1153. this.sellData[2][i] = buyUnit[i]
  1154. this.sellData[3][i] = buyUnit[i]
  1155. this.sellData[4][i] = buyUnit[i]
  1156. } else {
  1157. const item = this.comLocationNum === 1 ? this.comCurBaseTotalColumns[0] : this.comCurBaseTotalColumns.find(element => element.prop === i);
  1158. this.sellData[0][i] = item && item.postcode !== '' ? item.postcode : '-';
  1159. // 分别乘以Markup %表格
  1160. const key = this.comCurBaseTotalColumns[0]?.prop
  1161. if (this.unitData[1] && this.unitData[1][key]) {
  1162. const a = npPlus(this.unitData[1][key] / 100, 1)
  1163. this.sellData[1][i] = npTimes(buySetup[i], a).toFixed(2)
  1164. } else {
  1165. this.sellData[1][i] = buySetup[i]
  1166. }
  1167. if (this.unitData[0][i]) {
  1168. const a = npPlus(this.unitData[0][i] / 100, 1)
  1169. this.sellData[2][i] = npTimes(buyUnit[i], a).toFixed(2)
  1170. } else {
  1171. this.sellData[2][i] = buyUnit[i]
  1172. }
  1173. if (this.unitData[2] && this.unitData[2][key]) {
  1174. const a = npPlus(this.unitData[2][key] / 100, 1)
  1175. this.sellData[3][i] = npTimes(buyFright[i], a).toFixed(2)
  1176. // freight_switch会使qty的运费=0无法计算,故用了initFrightObj
  1177. const fa = npTimes(this.initFrightObj[i], a)
  1178. frightSummary = npPlus(frightSummary,fa).toFixed(2)
  1179. } else {
  1180. this.sellData[3][i] = buyFright[i]
  1181. frightSummary = npPlus(frightSummary,this.initFrightObj[i]).toFixed(2)
  1182. }
  1183. const unitQTY = npTimes(this.sellData[2][i], this.comAttributeList[i])
  1184. this.$set(
  1185. this.sellData[4],
  1186. i,
  1187. npPlus(this.sellData[1][i], unitQTY, this.sellData[3][i]).toFixed(2)
  1188. )
  1189. }
  1190. }
  1191. // 迭代加了Total列,需要统计qty的运费后才能合计运费
  1192. if (this.sellData[2].summary !== '-' && this.sellData[2].summary !== 'POA') {
  1193. if (this.freight_switch) {
  1194. const num = Math.ceil((frightSummary / this.comAttributeList.summary) * 100) / 100
  1195. this.sellData[2].summary = npPlus(this.sellData[2].summary, num).toFixed(2)
  1196. this.sellData[3].summary = 0.00
  1197. const a = npTimes(this.sellData[2].summary,this.comAttributeList.summary)
  1198. this.sellData[4].summary = npPlus(this.sellData[1].summary,a).toFixed(2)
  1199. } else {
  1200. this.sellData[3].summary = frightSummary
  1201. this.sellData[4].summary = npPlus(frightSummary,this.sellData[4].summary).toFixed(2)
  1202. }
  1203. }
  1204. },
  1205. // 低于最小起订量 把该栏的数值重置到最小起订量
  1206. getChildIdx(idx){
  1207. this.xxContentVisible = true;
  1208. this.$set(this.comCurBaseTotalColumns[idx-1],'label',this.comCurBaseColumns[0]?.label)
  1209. },
  1210. setMaxNum(val){
  1211. if(val > 7){
  1212. this.comCurBasePrice.locationNum = 7
  1213. }else if(val < 1){
  1214. this.comCurBasePrice.locationNum = 1
  1215. }
  1216. },
  1217. ...mapMutations({ openDialog: 'openDialog', setLoading: 'product/setLoading' })
  1218. },
  1219. }
  1220. </script>
  1221. <style lang='scss' scoped>
  1222. $deep-blue: #004a97;
  1223. .exclamation-icon {
  1224. width: 18px;
  1225. height: 18px;
  1226. line-height: 18px;
  1227. display: inline-block;
  1228. text-align: center;
  1229. color: #000;
  1230. border-radius: 100%;
  1231. border: 1px solid #000;
  1232. font-size: 18px;
  1233. font-weight: 550;
  1234. }
  1235. .popover {
  1236. border: 1px solid #eee;
  1237. padding: 20px;
  1238. .title {
  1239. text-align: center;
  1240. font-weight: bold;
  1241. font-size: 20px;
  1242. }
  1243. }
  1244. .title1 {
  1245. margin: 30px 0 0;
  1246. padding: 20px 0 0;
  1247. font-size: 16px;
  1248. color: #15263d;
  1249. display: flex;
  1250. font-family: ProximaNova-Regular;
  1251. font-weight: 600;
  1252. justify-content: space-between;
  1253. border-top: 1px solid #eee;
  1254. span {
  1255. &:nth-child(2) {
  1256. font-size: 14px;
  1257. color: #50596b;
  1258. }
  1259. }
  1260. }
  1261. .text-red {
  1262. text-align: right;
  1263. color: #e90000;
  1264. padding: 10px 10px 0 0;
  1265. font-size: 16px;
  1266. font-weight: bold;
  1267. }
  1268. .entry {
  1269. color: #50596b;
  1270. margin: 15px 10px;
  1271. display: flex;
  1272. flex-direction: row;
  1273. align-items: center;
  1274. .entry-l {
  1275. width: 120px;
  1276. margin-right: 10px;
  1277. }
  1278. .entry-text{
  1279. margin-left: 280px;
  1280. width: 130px;
  1281. text-align: center;
  1282. font-weight: bold;
  1283. }
  1284. :deep(.el-input__inner) {
  1285. text-align: center;
  1286. padding: 0;
  1287. }
  1288. .entry-r {
  1289. flex: 1;
  1290. text-align: right;
  1291. span {
  1292. margin-right: 10px;
  1293. }
  1294. //修改radio选中为✔样式
  1295. :deep(.el-radio__inner) {
  1296. border-radius: 0;
  1297. width: 18px;
  1298. height: 18px;
  1299. }
  1300. :deep(.el-radio__input.is-checked .el-radio__inner) {
  1301. background: $deep-blue;
  1302. border: 1px solid $deep-blue;
  1303. }
  1304. :deep(.el-radio__input.is-checked + .el-radio__label) {
  1305. color: $deep-blue;
  1306. }
  1307. :deep(.el-radio__input.is-checked .el-radio__inner::after) {
  1308. content: '';
  1309. width: 10px;
  1310. height: 5px;
  1311. border: 1px solid white;
  1312. border-top: transparent;
  1313. border-right: transparent;
  1314. text-align: center;
  1315. display: block;
  1316. position: absolute;
  1317. top: 3px;
  1318. left: 2px;
  1319. transform: rotate(-45deg);
  1320. border-radius: 0px;
  1321. background: none;
  1322. }
  1323. }
  1324. }
  1325. .button-margin {
  1326. margin: 20px 0 0;
  1327. }
  1328. .quote-tips {
  1329. font-size: 16px;
  1330. a {
  1331. color: #6495ed;
  1332. text-decoration: underline;
  1333. margin-left: 5px;
  1334. }
  1335. }
  1336. button {
  1337. font-size: 12px;
  1338. width: 200px;
  1339. height: 30px;
  1340. border-radius: 5px;
  1341. margin-right: 20px;
  1342. cursor: pointer;
  1343. border: none;
  1344. box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  1345. }
  1346. .button-black {
  1347. background-color: $deep-blue;
  1348. color: #ffffff;
  1349. &:hover {
  1350. background-color: #013269;
  1351. }
  1352. }
  1353. .button-white {
  1354. background-color: #fff;
  1355. color: #50596b;
  1356. img,
  1357. span {
  1358. vertical-align: middle;
  1359. }
  1360. }
  1361. // 报价图片弹框样式
  1362. :deep(.price-to-img-dialog) {
  1363. min-width: 840px;
  1364. margin-top: 2vh !important;
  1365. .el-dialog__header {
  1366. background-color: #00213b;
  1367. padding: 10px 20px;
  1368. .el-dialog__title {
  1369. color: #fff;
  1370. }
  1371. .el-dialog__headerbtn {
  1372. top: 15px;
  1373. }
  1374. }
  1375. .el-dialog__body {
  1376. background-color: #f1f4f9;
  1377. padding: 13px 20px;
  1378. }
  1379. .tips {
  1380. font-size: 16px;
  1381. color: #00213b;
  1382. margin: 12px 0;
  1383. }
  1384. .btn-wrap {
  1385. text-align: left;
  1386. .button-black {
  1387. margin-top: 20px;
  1388. }
  1389. }
  1390. }
  1391. :deep(.el-switch) {
  1392. .el-switch__label {
  1393. position: absolute;
  1394. display: none;
  1395. color: #fff !important;
  1396. }
  1397. /*打开时文字位置设置*/
  1398. .el-switch__label--right {
  1399. z-index: 1;
  1400. right: -3px;
  1401. }
  1402. /*关闭时文字位置设置*/
  1403. .el-switch__label--left {
  1404. z-index: 1;
  1405. left: 20px;
  1406. }
  1407. /*显示文字*/
  1408. .el-switch__label.is-active {
  1409. display: block;
  1410. }
  1411. .el-switch .el-switch__core,
  1412. .el-switch .el-switch__label {
  1413. width: 50px !important;
  1414. }
  1415. .el-switch__label * {
  1416. font-size: 13px !important;
  1417. }
  1418. }
  1419. </style>