edit-good-form.vue 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691
  1. <template>
  2. <div class="page" :class="{ 'page--iphoneX': iphoneX }">
  3. <!-- 基本 -->
  4. <div class="form-card">
  5. <div class="head">
  6. <div class="tit">基本信息</div>
  7. <div class="switch"></div>
  8. </div>
  9. <section class="form-item">
  10. <div class="label">
  11. <span class="required">*</span>
  12. 店铺:
  13. </div>
  14. <div class="box">
  15. <!-- <picker
  16. :mode="'selector'"
  17. :range="storeList"
  18. :range-key="'name'"
  19. @change="pickerStoreChange"
  20. > -->
  21. <input
  22. type="text"
  23. v-model="baseInfo._storeName"
  24. :disabled="true"
  25. placeholder="请选择"
  26. />
  27. <!-- </picker> -->
  28. </div>
  29. </section>
  30. <section class="form-item">
  31. <div class="label">
  32. <span class="required">*</span>
  33. 商品条码:
  34. </div>
  35. <div class="box">
  36. <input
  37. type="text"
  38. v-model="baseInfo.barCode"
  39. @confirm="getBarCodeGood"
  40. />
  41. </div>
  42. <div class="tool code-tool">
  43. <span class="generate" @click="createBarcode()">生成</span>
  44. <my-image
  45. class="scan-img"
  46. @click="scan"
  47. src="/static/icon/scan.png"
  48. ></my-image>
  49. </div>
  50. </section>
  51. <section class="form-item">
  52. <div class="label">
  53. <span class="required">*</span>
  54. 商品标题:
  55. </div>
  56. <div class="box">
  57. <input type="text" v-model="baseInfo.name" />
  58. </div>
  59. </section>
  60. <section class="form-item">
  61. <div class="label">
  62. <span class="required hide">*</span>
  63. 初始销量:
  64. </div>
  65. <div class="box">
  66. <input type="number" v-model="baseInfo.initialSale" />
  67. </div>
  68. </section>
  69. <section class="form-item">
  70. <div class="label">
  71. <span class="required">*</span>
  72. 分类:
  73. </div>
  74. <div class="box">
  75. <div
  76. class="type-tip"
  77. v-if="cateList.length === 0"
  78. @touchstart.stop
  79. >
  80. 加载中...
  81. </div>
  82. <div
  83. class="type-item"
  84. v-for="(item, index) of typeList"
  85. :key="index"
  86. >
  87. <picker
  88. :mode="'multiSelector'"
  89. :range="cateList"
  90. :range-key="'name'"
  91. @columnchange="typeColumnchange"
  92. @change="pickerTypeChange($event, index)"
  93. >
  94. <input
  95. type="text"
  96. :disabled="true"
  97. :value="item.name"
  98. placeholder="请选择"
  99. />
  100. </picker>
  101. <span
  102. class="remove-text"
  103. @click="typeRemove(index, item)"
  104. >删除</span
  105. >
  106. </div>
  107. <div class="add-type" @click="addType">增加分类</div>
  108. </div>
  109. </section>
  110. </div>
  111. <!-- 规格 -->
  112. <div class="form-card sepc-card">
  113. <div class="head">
  114. <div class="tit">规格</div>
  115. <div class="switch"></div>
  116. </div>
  117. <section class="form-item">
  118. <div class="label">
  119. <span class="required">*</span>
  120. 规格数目:
  121. </div>
  122. <div class="box">
  123. <ul class="spec-list">
  124. <li
  125. :class="{ on: specIndex === 0 }"
  126. @click="specClick(0)"
  127. >
  128. 单品
  129. </li>
  130. <li
  131. :class="{ on: specIndex === 1 }"
  132. @click="specClick(1)"
  133. >
  134. 一种
  135. </li>
  136. <li
  137. :class="{ on: specIndex === 2 }"
  138. @click="specClick(2)"
  139. >
  140. 两种
  141. </li>
  142. <li
  143. :class="{ on: specIndex === 3 }"
  144. @click="specClick(3)"
  145. >
  146. 三种
  147. </li>
  148. </ul>
  149. </div>
  150. </section>
  151. <section
  152. class="form-item"
  153. v-if="specIndex === 1 || specIndex === 2 || specIndex === 3"
  154. >
  155. <div class="label">
  156. <span class="required">*</span>
  157. 规格一:
  158. </div>
  159. <div class="box">
  160. <div class="spec-view" @click="specEdit(1)">
  161. <span class="text" :class="{ dis: !specData1 }">{{
  162. specData1 | arrView
  163. }}</span>
  164. <my-image
  165. class="spec-link"
  166. src="/static/common/arrows_left.png"
  167. ></my-image>
  168. </div>
  169. </div>
  170. </section>
  171. <section
  172. class="form-item"
  173. v-if="specIndex === 2 || specIndex === 3"
  174. >
  175. <div class="label">
  176. <span class="required">*</span>
  177. 规格二:
  178. </div>
  179. <div class="box">
  180. <div class="spec-view" @click="specEdit(2)">
  181. <span class="text" :class="{ dis: !specData2 }">{{
  182. specData2 | arrView
  183. }}</span>
  184. <my-image
  185. class="spec-link"
  186. src="/static/common/arrows_left.png"
  187. ></my-image>
  188. </div>
  189. </div>
  190. </section>
  191. <section class="form-item" v-if="specIndex === 3">
  192. <div class="label">
  193. <span class="required">*</span>
  194. 规格三:
  195. </div>
  196. <div class="box">
  197. <div class="spec-view" @click="specEdit(3)">
  198. <span class="text" :class="{ dis: !specData3 }">{{
  199. specData3 | arrView
  200. }}</span>
  201. <my-image
  202. class="spec-link"
  203. src="/static/common/arrows_left.png"
  204. ></my-image>
  205. </div>
  206. </div>
  207. </section>
  208. <!-- 单品 -->
  209. <black v-if="specIndex === 0">
  210. <section class="form-item">
  211. <div class="label">
  212. <span class="required">*</span>
  213. 价格:
  214. </div>
  215. <div class="box">
  216. <input type="digit" v-model="baseInfo.price" />
  217. </div>
  218. <div class="tool">
  219. <span class="">元</span>
  220. </div>
  221. </section>
  222. <section class="form-item">
  223. <div class="label">
  224. <span class="required hide">*</span>
  225. 进货价:
  226. </div>
  227. <div class="box">
  228. <input type="digit" v-model="baseInfo.supplyPrice" />
  229. </div>
  230. <div class="tool">
  231. <span class="">元</span>
  232. </div>
  233. </section>
  234. <section class="form-item">
  235. <div class="label">
  236. <span class="required hide">*</span>
  237. 成本:
  238. </div>
  239. <div class="box">
  240. <input type="digit" v-model="baseInfo.cost" />
  241. </div>
  242. <div class="tool">
  243. <span class="">元</span>
  244. </div>
  245. </section>
  246. <section class="form-item">
  247. <div class="label">
  248. <span class="required hide">*</span>
  249. 划线价:
  250. </div>
  251. <div class="box">
  252. <input type="digit" v-model="baseInfo.tagPrice" />
  253. </div>
  254. <div class="tool">
  255. <span class="">元</span>
  256. </div>
  257. </section>
  258. <section class="form-item">
  259. <div class="label">
  260. <span class="required">*</span>
  261. 重量:
  262. </div>
  263. <div class="box">
  264. <input type="number" v-model="baseInfo.weight" />
  265. </div>
  266. <div class="tool">
  267. <span class="">克</span>
  268. </div>
  269. </section>
  270. <section class="form-item">
  271. <div class="label">
  272. <span class="required">*</span>
  273. 库存:
  274. </div>
  275. <div class="box">
  276. <input type="number" v-model="baseInfo.stock" />
  277. </div>
  278. </section>
  279. <section class="form-item">
  280. <div class="label">
  281. <span class="required">*</span>
  282. sku编码:
  283. </div>
  284. <div class="box">
  285. <input type="digit" v-model="baseInfo.skuCode" />
  286. </div>
  287. <div class="tool code-tool">
  288. <span class="generate" @click="generateCode('skuCode')"
  289. >生成</span
  290. >
  291. </div>
  292. </section>
  293. </black>
  294. <black v-if="specIndex !== 0">
  295. <section
  296. class="spec-item"
  297. v-for="item of skuTableData"
  298. :key="item.key"
  299. >
  300. <div class="spec-head" @click="specForm(item)">
  301. <span class="name">组合一:{{ item.key }}</span>
  302. <my-image
  303. class="img"
  304. src="/static/common/arrows_left.png"
  305. ></my-image>
  306. </div>
  307. <div class="con">
  308. <div class="con-item">
  309. 价格<span class="required">*</span>:{{
  310. item.price
  311. }}
  312. </div>
  313. <div class="con-item">
  314. 库存<span class="required">*</span>:{{
  315. item.stock
  316. }}
  317. </div>
  318. </div>
  319. </section>
  320. </black>
  321. </div>
  322. <!-- 图片 -->
  323. <div class="form-card img-card">
  324. <section class="form-img-item">
  325. <div class="tit"><span class="required">*</span>封面图</div>
  326. <div class="list">
  327. <easy-upload
  328. :types="'image'"
  329. v-model="mainImage"
  330. :openCilp="true"
  331. :uploadCount="1"
  332. @change="minImgChange"
  333. ></easy-upload>
  334. </div>
  335. </section>
  336. <section class="form-img-item">
  337. <div class="tit"><span class="required">*</span>主图</div>
  338. <div class="list">
  339. <easy-upload
  340. :types="'image'"
  341. v-model="productForm.images"
  342. :uploadCount="100"
  343. @change="imagesChange"
  344. ></easy-upload>
  345. </div>
  346. </section>
  347. <section class="form-img-item">
  348. <div class="tit">
  349. <span class="required hide">*</span>详情图
  350. </div>
  351. <div class="list">
  352. <easy-upload
  353. :types="'image'"
  354. v-model="productForm.detailImages"
  355. :uploadCount="100"
  356. @change="detailImagesChange"
  357. ></easy-upload>
  358. </div>
  359. </section>
  360. <section class="form-img-item">
  361. <div class="tit">
  362. <span class="required hide">*</span>视频封面
  363. </div>
  364. <div class="list">
  365. <easy-upload
  366. :types="'image'"
  367. :value="videoConver"
  368. :uploadCount="1"
  369. @change="videoConverChange"
  370. ></easy-upload>
  371. </div>
  372. </section>
  373. <section class="form-img-item">
  374. <span class="required hide">*</span>视频<span class="gray-text"
  375. >(视频文件最大不超过100M)</span
  376. >
  377. <div class="list">
  378. <easy-upload
  379. :types="'video'"
  380. v-model="video"
  381. :upload_max="100"
  382. :uploadCount="1"
  383. @change="videoChange"
  384. ></easy-upload>
  385. </div>
  386. </section>
  387. </div>
  388. <!-- 其他 -->
  389. <div class="form-card">
  390. <div class="head">
  391. <div class="tit">其他信息</div>
  392. <div class="switch">
  393. <switch :checked="showOther" @change="otherChange"></switch>
  394. </div>
  395. </div>
  396. <block v-if="showOther">
  397. <section class="form-item">
  398. <div class="label">
  399. <span class="required">*</span>
  400. 商品编码:
  401. </div>
  402. <div class="box">
  403. <input type="text" v-model="baseInfo.code" />
  404. </div>
  405. <div class="tool code-tool">
  406. <span class="generate" @click="generateCode('code')"
  407. >生成</span
  408. >
  409. </div>
  410. </section>
  411. <section class="form-item">
  412. <div class="label">
  413. <span class="required">*</span>
  414. 模板详情:
  415. </div>
  416. <div class="box">
  417. <radio-group @change="tempChange">
  418. <label>
  419. <radio
  420. :value="true"
  421. :checked="productForm.useTemplate === true"
  422. />
  423. <text>是</text>
  424. </label>
  425. <label>
  426. <radio
  427. :value="false"
  428. :checked="productForm.useTemplate === false"
  429. />
  430. <text>否</text>
  431. </label>
  432. </radio-group>
  433. </div>
  434. </section>
  435. <section class="form-item">
  436. <div class="label">
  437. <span class="required hide">*</span>
  438. 商品描述:
  439. </div>
  440. <div class="box">
  441. <textarea
  442. v-model="baseInfo.description"
  443. :maxlength="1048"
  444. :auto-height="true"
  445. ></textarea>
  446. </div>
  447. </section>
  448. <section class="form-item">
  449. <div class="label">
  450. <span class="required">*</span>
  451. 出售方式:
  452. </div>
  453. <div class="box">
  454. <picker
  455. :mode="'selector'"
  456. :range="sellType"
  457. :range-key="'key'"
  458. @change="pickerStatusChange"
  459. >
  460. <input
  461. type="text"
  462. :disabled="true"
  463. v-model="baseInfo._statusName"
  464. placeholder="请选择"
  465. />
  466. </picker>
  467. </div>
  468. </section>
  469. <section class="form-item">
  470. <div class="label">
  471. <span class="required hide">*</span>
  472. 限购数:
  473. </div>
  474. <div class="box">
  475. <input
  476. type="number"
  477. v-model="baseInfo.maxBuyableCount"
  478. />
  479. </div>
  480. </section>
  481. <!-- <section class="form-item">
  482. <div class="label">
  483. <span class="required">*</span>
  484. 供应商:
  485. </div>
  486. <div class="box">
  487. <picker :mode="'selector'" :range="supplierList">
  488. <input
  489. type="text"
  490. :disabled="true"
  491. placeholder="请选择"
  492. />
  493. </picker>
  494. </div>
  495. </section> -->
  496. </block>
  497. </div>
  498. <div class="btns">
  499. <button type="button" class="btn" @click="save('back')">
  500. 保存
  501. </button>
  502. </div>
  503. </div>
  504. </template>
  505. <script>
  506. import MyImage from "../../components/image/index";
  507. import easyUpload from "../../components/easy-upload/easy-upload";
  508. export default {
  509. name: "",
  510. components: { MyImage, easyUpload },
  511. filters: {
  512. arrView(val) {
  513. let str = "";
  514. if (val) {
  515. str += val.name + ": ";
  516. for (let item of val.list) {
  517. str += item + ",";
  518. }
  519. str = str.replace(/,$/, "");
  520. }
  521. return str;
  522. },
  523. },
  524. // 数据
  525. data() {
  526. return {
  527. dataId: "",
  528. oldData: {},
  529. sellType: [
  530. { key: "立即出售", value: 1 },
  531. { key: "放入仓库", value: 0 },
  532. ], // 出售方式
  533. supplierList: ["测试供应商"], // 供应商
  534. storeList: [], // 店铺列表
  535. cateList: [], // 分类列表
  536. showOther: false, // 显示其他
  537. barCodeData: {}, // 条码扫描数据
  538. // 选中的分类列表 {name,id}
  539. typeList: [{}],
  540. // 基本信息表, _为前端临时用
  541. baseInfo: {
  542. storeId: "", // 店铺id
  543. _storeName: "", // 店铺名 前台显示用
  544. barCode: "", // 条码
  545. name: "", // 标题
  546. code: "", // 编码
  547. description: "", // 描述
  548. productTypeIds: [], // 分类
  549. price: 0, // 价格
  550. supplyPrice: 0, // 进货价
  551. cost: 0, // 成本
  552. tagPrice: 0, //划线价,单位为分
  553. weight: 0, //商品重量,单位为g
  554. stock: 0, // 库存
  555. skuCode: "", // sku编码
  556. initialSale: 0, // 初始销量
  557. status: 1, // 出售方式 0-放入仓库(即没有上架),1-立即出售(即上架)
  558. _statusName: "立即出售",
  559. maxBuyableCount: 0, // 限购数
  560. mainImage: "", // 主图 300 *300
  561. },
  562. productForm: {
  563. useTemplate: false, // 是否使用模板
  564. images: [], // 封面图
  565. detailImages: [], // 详情图
  566. video: "",
  567. videoConver: "",
  568. },
  569. mainImage: [],
  570. videoConver: [],
  571. video: [],
  572. // 规格
  573. specIndex: 0,
  574. specData1: null, // {name,list}
  575. specData2: null, // {name,list}
  576. specData3: null, // {name,list}
  577. curSpecIndex: 0, // 当前编辑specData
  578. skuTableData: [], // sku表格数据 详情见initSkuTable
  579. skuAttrs: {}, // sku后台保存用
  580. submitLoading: false,
  581. };
  582. },
  583. onLoad(opts) {
  584. this.mainImage = [];
  585. this.video = [];
  586. this.dataId = opts.id;
  587. this.getData();
  588. },
  589. async onShow() {
  590. // 规格设置
  591. console.log("specData", this.$store.state.common.specData);
  592. if (this.$store.state.common.specData) {
  593. switch (this.curSpecIndex) {
  594. case 1:
  595. this.specData1 = this.$store.state.common.specData;
  596. break;
  597. case 2:
  598. this.specData2 = this.$store.state.common.specData;
  599. break;
  600. case 3:
  601. this.specData3 = this.$store.state.common.specData;
  602. break;
  603. }
  604. this.$store.commit("common/update", {
  605. specData: null,
  606. });
  607. this.initSkuTable();
  608. }
  609. // sku值
  610. console.log("skuItem", this.$store.state.common.skuItem);
  611. if (this.$store.state.common.skuItem) {
  612. let d = this.$store.state.common.skuItem;
  613. let arr = [];
  614. for (let item of this.skuTableData) {
  615. if (item.key === d.key) {
  616. arr.push(d);
  617. } else {
  618. arr.push(item);
  619. }
  620. }
  621. this.$store.commit("common/update", {
  622. skuItem: null,
  623. });
  624. this.skuTableData = arr;
  625. }
  626. },
  627. // 函数
  628. methods: {
  629. // 获取店铺
  630. getStore() {
  631. this.api.get("/Store/GetShopList").then((res) => {
  632. this.storeList = res.data;
  633. for (let item of res.data) {
  634. if (item.id === this.baseInfo.storeId) {
  635. this.baseInfo._storeName = item.name;
  636. }
  637. }
  638. });
  639. },
  640. // 获取详情
  641. getData() {
  642. uni.showLoading({
  643. title: "加载中...",
  644. });
  645. this.api.get("/Product/Detail", { id: this.dataId }).then((res) => {
  646. uni.hideLoading();
  647. this.oldData = res.data;
  648. this.baseInfo = {
  649. ...this.oldData.baseInfo,
  650. };
  651. this.baseInfo.price = this.baseInfo.price / 100;
  652. this.baseInfo.supplyPrice = this.baseInfo.supplyPrice / 100;
  653. this.baseInfo.cost = this.baseInfo.cost / 100;
  654. this.baseInfo.tagPrice = this.baseInfo.tagPrice / 100;
  655. if (this.baseInfo.mainImage) {
  656. this.mainImage = [this.baseInfo.mainImage];
  657. }
  658. if (this.oldData.videoConver) {
  659. this.videoConver = [this.oldData.videoConver];
  660. }
  661. if (this.oldData.video) {
  662. this.video = [this.oldData.video];
  663. this.productForm.video = this.oldData.video;
  664. }
  665. this.productForm.useTemplate = this.oldData.useTemplate;
  666. this.productForm.images = this.oldData.images;
  667. this.productForm.detailImages = this.oldData.detailImages;
  668. if (this.baseInfo.status === 0) {
  669. this.baseInfo._statusName = "放入仓库";
  670. } else {
  671. this.baseInfo._statusName = "立即出售";
  672. }
  673. this.getStore();
  674. this.getClassify(res.data.storeId);
  675. // 是否为多规格
  676. if (this.oldData.skuInfo) {
  677. this.pullSku();
  678. }
  679. this.$forceUpdate();
  680. });
  681. },
  682. // 赋值sku
  683. pullSku() {
  684. let skuInfo = JSON.parse(this.oldData.skuInfo);
  685. let arr = [];
  686. for (let n in skuInfo.skuAttrs) {
  687. arr.push({
  688. columnName: n,
  689. name: skuInfo.skuAttrs[n],
  690. list: [],
  691. });
  692. }
  693. for (let item of arr) {
  694. for (let sku of skuInfo.skus) {
  695. let name = sku[item.columnName];
  696. if (item.list.indexOf(name) === -1) {
  697. item.list.push(name);
  698. }
  699. }
  700. }
  701. this.specClick(arr.length);
  702. if (arr.length === 1) {
  703. this.specData1 = arr[0];
  704. } else if (arr.length === 2) {
  705. this.specData1 = arr[0];
  706. this.specData2 = arr[1];
  707. } else if (arr.length === 3) {
  708. this.specData1 = arr[0];
  709. this.specData2 = arr[1];
  710. this.specData3 = arr[2];
  711. }
  712. let skuTableData = [...skuInfo.skus];
  713. for (let item of skuTableData) {
  714. item.price = Number(item.price) / 100;
  715. item.supplyPrice = Number(item.supplyPrice) / 100;
  716. item.cost = Number(item.cost) / 100;
  717. item.tagPrice = Number(item.tagPrice) / 100;
  718. }
  719. this.skuTableData = skuTableData;
  720. this.skuAttrs = skuInfo.skuAttrs;
  721. },
  722. // 获取分类
  723. getClassify(storeId) {
  724. this.api
  725. .get("/Product/GetProductType", {
  726. storeId,
  727. })
  728. .then((res) => {
  729. let arr = [res.data];
  730. if (res.data[0].children) {
  731. arr.push(res.data[0].children);
  732. } else {
  733. arr.push([]);
  734. }
  735. this.initCate(res.data);
  736. this.cateList = arr;
  737. });
  738. },
  739. // 初始已选分类
  740. initCate(cateList) {
  741. let cateIds = this.baseInfo.productTypeIds;
  742. let arr = [];
  743. for (let curId of cateIds) {
  744. let nameStr = "";
  745. for (let cate of cateList) {
  746. if (cate.id === curId) {
  747. nameStr = cate.name;
  748. break;
  749. } else {
  750. if (cate.children) {
  751. for (let childCate of cate.children) {
  752. if (childCate.id === curId) {
  753. nameStr = cate.name + "/" + childCate.name;
  754. break;
  755. }
  756. }
  757. }
  758. }
  759. }
  760. if (nameStr) {
  761. arr.push({
  762. id: curId,
  763. name: nameStr,
  764. });
  765. }
  766. }
  767. if (arr.length) {
  768. this.typeList = arr;
  769. }
  770. },
  771. // 条码回车
  772. barCodeKeyup() {
  773. let self = this;
  774. if (self.baseInfo.barCode) {
  775. self.getBarCodeGood();
  776. }
  777. },
  778. // 条码扫描
  779. scan() {
  780. let self = this;
  781. wx.scanCode({
  782. scanType: "barCode",
  783. success(res) {
  784. console.log("扫码", res);
  785. if (res.scanType === "EAN_13") {
  786. let code = res.result;
  787. self.baseInfo.barCode = code;
  788. self.baseInfo.code = code;
  789. self.baseInfo.skuCode = code;
  790. uni.showLoading({
  791. title: "识别条码中...",
  792. });
  793. self.getBarCodeGood();
  794. } else {
  795. self.fn.showToast("扫码失败,不是有效条码,请重新扫描");
  796. }
  797. },
  798. fail(res) {
  799. self.fn.showToast("扫码失败");
  800. console.log("扫码失败:", res);
  801. },
  802. });
  803. },
  804. // 获取条码商品
  805. getBarCodeGood() {
  806. let self = this;
  807. this.api
  808. .get(
  809. "/Product/GetProductByBarcode",
  810. {
  811. barcode: self.baseInfo.barCode,
  812. },
  813. { pass: true }
  814. )
  815. .then((res) => {
  816. uni.hideLoading();
  817. if (res.code === "200203") {
  818. // 标准库存在
  819. self.barCodeData = res.data;
  820. self.pullBarCodeData();
  821. // self.fn
  822. // .showModal({
  823. // content: "该条码存在标准库数据,是否复制",
  824. // })
  825. // .then((res) => {
  826. // if (res.confirm) {
  827. // self.pullBarCodeData();
  828. // }
  829. // });
  830. self.pullBarCodeData();
  831. } else if (res.code === "200202") {
  832. // 其他门店存在
  833. self.barCodeData = res.data;
  834. self.fn
  835. .showModal({
  836. content: "该条码在其他门店存在数据,是否复制",
  837. })
  838. .then((res) => {
  839. if (res.confirm) {
  840. self.pullBarCodeData();
  841. }
  842. });
  843. } else if (res.code === "200201") {
  844. // 当前门店存在
  845. self.barCodeData = res.data;
  846. self.fn
  847. .showModal({
  848. content:
  849. "该条码在当前门店存在已有数据,是否去编辑",
  850. })
  851. .then((res) => {
  852. if (res.confirm) {
  853. self.router.replace({
  854. path: "/pages/manage/edit-good-form",
  855. query: {
  856. id: self.barCodeData.baseInfo.id,
  857. },
  858. });
  859. }
  860. });
  861. } else {
  862. self.fn.showToast("当前条码无已有商品数据");
  863. }
  864. });
  865. },
  866. // 赋值条码数据
  867. pullBarCodeData() {
  868. let data = this.barCodeData;
  869. this.baseInfo = {
  870. ...data.baseInfo,
  871. };
  872. if (data.baseInfo.mainImage) {
  873. this.mainImage = [data.baseInfo.mainImage];
  874. } else {
  875. this.mainImage = [];
  876. }
  877. if (data.productForm.videoConver) {
  878. this.videoConver = [data.productForm.videoConver];
  879. } else {
  880. this.productForm = [];
  881. }
  882. if (data.video) {
  883. this.video = [data.video];
  884. this.productForm.video = data.video;
  885. } else {
  886. this.video = [];
  887. this.productForm.video = [];
  888. }
  889. this.productForm.useTemplate = data.useTemplate;
  890. this.productForm.images = data.images;
  891. this.productForm.detailImages = data.detailImages;
  892. // 店铺不变
  893. if (this.user.storeId) {
  894. this.baseInfo.storeId = this.user.storeId;
  895. this.baseInfo._storeName = this.user.storeName;
  896. }
  897. // 状态判断
  898. this.baseInfo.status = 1;
  899. this.baseInfo._statusName = "立即出售";
  900. // if (this.baseInfo.status === 1) {
  901. // this.baseInfo._statusName = "立即出售";
  902. // } else if (this.baseInfo.status === 0) {
  903. // this.baseInfo._statusName = "放入仓库";
  904. // } else {
  905. // this.baseInfo.status = 1;
  906. // this.baseInfo._statusName = "立即出售";
  907. // }
  908. // 价格处理
  909. this.baseInfo.price = this.baseInfo.price / 100;
  910. this.baseInfo.supplyPrice = this.baseInfo.supplyPrice / 100;
  911. this.baseInfo.cost = this.baseInfo.cost / 100;
  912. this.baseInfo.tagPrice = this.baseInfo.tagPrice / 100;
  913. //编码 sku吗 等于条码
  914. console.log(this.baseInfo.code, this.baseInfo.barCode);
  915. if (!this.baseInfo.code) {
  916. this.baseInfo.code = this.baseInfo.barcode;
  917. }
  918. if (!this.baseInfo.skuCode) {
  919. this.baseInfo.skuCode = this.baseInfo.barcode;
  920. }
  921. this.$forceUpdate();
  922. },
  923. // 生成编码
  924. generateCode(name) {
  925. // 后台编码生成方式
  926. const timestamp = Date.parse(new Date());
  927. this.baseInfo[name] = timestamp;
  928. },
  929. //随机生成13位条形码
  930. createBarcode() {
  931. const timestamp = Date.parse(new Date());
  932. this.baseInfo.barCode = timestamp;
  933. if (!this.baseInfo.code) {
  934. this.baseInfo.code = timestamp;
  935. }
  936. if (!this.baseInfo.skuCode) {
  937. this.baseInfo.skuCode = timestamp;
  938. }
  939. },
  940. // 其他面板切换
  941. otherChange(e) {
  942. this.showOther = !this.showOther;
  943. },
  944. // 模板详情切换
  945. tempChange(e) {
  946. let val = e.target.value;
  947. if (val === "true") {
  948. this.productForm.useTemplate = true;
  949. } else {
  950. this.productForm.useTemplate = false;
  951. }
  952. },
  953. // 主图
  954. minImgChange(e) {
  955. this.baseInfo.mainImage = e[0] || "";
  956. },
  957. // 视频图
  958. videoConverChange(e) {
  959. this.productForm.videoConver = e[0] || "";
  960. },
  961. // 视频
  962. videoChange(e) {
  963. this.productForm.video = e[0] || "";
  964. },
  965. // 封面图
  966. imagesChange(e) {
  967. this.productForm.images = e;
  968. },
  969. // 详情图
  970. detailImagesChange(e) {
  971. this.productForm.detailImages = e;
  972. },
  973. // picker变化
  974. // 店铺
  975. pickerStoreChange(e) {
  976. let index = e.target.value;
  977. let val = this.storeList[index];
  978. this.baseInfo.storeId = val.id;
  979. this.baseInfo._storeName = val.name;
  980. this.typeList = [{}];
  981. this.cateList = [];
  982. this.getClassify(val.id);
  983. },
  984. // 分类
  985. addType() {
  986. this.typeList.push({});
  987. },
  988. typeRemove(i, val) {
  989. this.typeList.splice(i, 1);
  990. this.typeList = [...this.typeList];
  991. let ids = [];
  992. for (let item of this.baseInfo.productTypeIds) {
  993. if (item !== val.id) {
  994. ids.push(item);
  995. }
  996. }
  997. this.baseInfo.productTypeIds = ids;
  998. },
  999. pickerTypeChange(e, typeListIndex) {
  1000. console.log(e.detail);
  1001. let index1 = e.detail.value[0] || 0;
  1002. let index2 = e.detail.value[1] || 0;
  1003. let name = this.cateList[0][index1].name;
  1004. let id = this.cateList[0][index1].id;
  1005. if (this.cateList[1].length) {
  1006. name += "/" + this.cateList[1][index2].name;
  1007. id = this.cateList[1][index2].id;
  1008. }
  1009. this.typeList[typeListIndex].name = name;
  1010. this.typeList[typeListIndex].id = id;
  1011. this.typeList = [...this.typeList];
  1012. let ids = [];
  1013. for (let item of this.typeList) {
  1014. if (item.id) {
  1015. ids.push(item.id);
  1016. }
  1017. }
  1018. this.baseInfo.productTypeIds = ids;
  1019. },
  1020. typeColumnchange(e) {
  1021. let column = e.detail.column;
  1022. let index = e.detail.value;
  1023. if (column === 0) {
  1024. let val = this.cateList[0][index];
  1025. if (val.children) {
  1026. this.cateList[1] = val.children;
  1027. } else {
  1028. this.cateList[1] = [];
  1029. }
  1030. this.$forceUpdate();
  1031. }
  1032. },
  1033. // 出售方式
  1034. pickerStatusChange(e) {
  1035. let index = e.target.value;
  1036. let val = this.sellType[index];
  1037. this.baseInfo.status = val.value;
  1038. this.baseInfo._statusName = val.key;
  1039. },
  1040. // 保存
  1041. save(type) {
  1042. if (this.submitLoading) {
  1043. return;
  1044. }
  1045. let requiredFile1 = [
  1046. {
  1047. key: "storeId",
  1048. msg: "请选择店铺",
  1049. },
  1050. {
  1051. key: "name",
  1052. msg: "请输入商品标题",
  1053. },
  1054. {
  1055. key: "code",
  1056. msg: "请输入商品编码",
  1057. },
  1058. {
  1059. key: "productTypeIds",
  1060. type: "array",
  1061. msg: "请选择分类",
  1062. },
  1063. {
  1064. key: "mainImage",
  1065. msg: "请上传封面图",
  1066. },
  1067. ];
  1068. let requiredSku = [
  1069. {
  1070. key: "price",
  1071. msg: "请输入价格",
  1072. },
  1073. {
  1074. key: "weight",
  1075. type: "number",
  1076. msg: "请输入重量",
  1077. },
  1078. {
  1079. key: "stock",
  1080. type: "number",
  1081. msg: "请输入库存",
  1082. },
  1083. {
  1084. key: "skuCode",
  1085. msg: "请输入sku编码",
  1086. },
  1087. ];
  1088. let requiredFile2 = [
  1089. {
  1090. key: "images",
  1091. type: "array",
  1092. msg: "请上传主图",
  1093. },
  1094. // {
  1095. // key: "detailImages",
  1096. // type: "array",
  1097. // msg: "请上传详情图",
  1098. // }
  1099. ];
  1100. for (let item of requiredFile1) {
  1101. if (item.type === "array") {
  1102. if (this.baseInfo[item.key].length === 0) {
  1103. return this.fn.showToast(item.msg);
  1104. }
  1105. } else if (item.type === "number") {
  1106. if (!this.baseInfo[item.key]) {
  1107. if (String(this.baseInfo[item.key]) !== "0") {
  1108. return this.fn.showToast(item.msg);
  1109. }
  1110. }
  1111. } else {
  1112. if (!this.baseInfo[item.key]) {
  1113. return this.fn.showToast(item.msg);
  1114. }
  1115. }
  1116. }
  1117. for (let item of requiredFile2) {
  1118. if (item.type === "array") {
  1119. if (this.productForm[item.key].length === 0) {
  1120. return this.fn.showToast(item.msg);
  1121. }
  1122. } else if (item.type === "number") {
  1123. if (!this.productForm[item.key]) {
  1124. if (String(this.productForm[item.key]) !== "0") {
  1125. return this.fn.showToast(item.msg);
  1126. }
  1127. }
  1128. } else {
  1129. if (!this.productForm[item.key]) {
  1130. return this.fn.showToast(item.msg);
  1131. }
  1132. }
  1133. }
  1134. // 规格判断
  1135. let skuInfo = "";
  1136. if (this.specIndex === 0) {
  1137. for (let item of requiredSku) {
  1138. if (item.type === "array") {
  1139. if (this.baseInfo[item.key].length === 0) {
  1140. return this.fn.showToast(item.msg);
  1141. }
  1142. } else if (item.type === "number") {
  1143. if (!this.baseInfo[item.key]) {
  1144. if (String(this.baseInfo[item.key]) !== "0") {
  1145. return this.fn.showToast(item.msg);
  1146. }
  1147. }
  1148. } else {
  1149. if (!this.baseInfo[item.key]) {
  1150. return this.fn.showToast(item.msg);
  1151. }
  1152. }
  1153. }
  1154. } else {
  1155. if (this.skuTableData.length === 0) {
  1156. return this.fn.showToast("请先选择规格");
  1157. }
  1158. // 价格转换
  1159. let arr = JSON.parse(JSON.stringify(this.skuTableData));
  1160. for (let item of arr) {
  1161. item.price = parseInt(Number(item.price) * 100);
  1162. item.supplyPrice = parseInt(Number(item.supplyPrice) * 100);
  1163. item.cost = parseInt(Number(item.cost) * 100);
  1164. item.tagPrice = parseInt(Number(item.tagPrice) * 100);
  1165. }
  1166. skuInfo = JSON.stringify({
  1167. skuAttrs: this.skuAttrs,
  1168. skus: arr,
  1169. });
  1170. }
  1171. let sendData = JSON.parse(JSON.stringify(this.oldData));
  1172. sendData = {
  1173. ...sendData,
  1174. ...this.productForm,
  1175. skuInfo: skuInfo,
  1176. };
  1177. sendData.baseInfo = {
  1178. ...sendData.baseInfo,
  1179. ...this.baseInfo,
  1180. };
  1181. //规格判断
  1182. if (this.specIndex === 0) {
  1183. sendData.baseInfo.price = parseInt(
  1184. Number(sendData.baseInfo.price) * 100
  1185. );
  1186. sendData.baseInfo.supplyPrice = parseInt(
  1187. Number(sendData.baseInfo.supplyPrice) * 100
  1188. );
  1189. sendData.baseInfo.cost = parseInt(
  1190. Number(sendData.baseInfo.cost) * 100
  1191. );
  1192. sendData.baseInfo.tagPrice = parseInt(
  1193. Number(sendData.baseInfo.tagPrice) * 100
  1194. );
  1195. }
  1196. this.submitLoading = true;
  1197. this.api
  1198. .post("/product/SaveEdit", sendData, { pass: true })
  1199. .then((res) => {
  1200. this.submitLoading = false;
  1201. if (res.success) {
  1202. if (type === "next") {
  1203. } else {
  1204. this.router.back();
  1205. }
  1206. } else {
  1207. this.fn.showModal({
  1208. content: res.message,
  1209. showCancel: false,
  1210. });
  1211. }
  1212. });
  1213. },
  1214. // 规格点击
  1215. specClick(index) {
  1216. this.specIndex = index;
  1217. switch (index) {
  1218. case 0:
  1219. this.specData1 = null;
  1220. this.specData2 = null;
  1221. this.specData3 = null;
  1222. this.skuTableData = [];
  1223. this.skuAttrs = {};
  1224. this.curSpecIndex = 0;
  1225. break;
  1226. case 1:
  1227. this.specData2 = null;
  1228. this.specData3 = null;
  1229. break;
  1230. case 2:
  1231. this.specData3 = null;
  1232. break;
  1233. }
  1234. if (index !== 0) {
  1235. this.baseInfo.price = 0;
  1236. this.baseInfo.supplyPrice = 0;
  1237. this.baseInfo.cost = 0;
  1238. this.baseInfo.tagPrice = 0;
  1239. this.baseInfo.weight = 0;
  1240. this.baseInfo.stock = 0;
  1241. this.baseInfo.skuCode = "";
  1242. }
  1243. },
  1244. // 规格设置
  1245. specEdit(index) {
  1246. switch (index) {
  1247. case 1:
  1248. this.$store.commit("common/update", {
  1249. specData: this.specData1,
  1250. });
  1251. break;
  1252. case 2:
  1253. this.$store.commit("common/update", {
  1254. specData: this.specData2,
  1255. });
  1256. break;
  1257. case 3:
  1258. this.$store.commit("common/update", {
  1259. specData: this.specData3,
  1260. });
  1261. break;
  1262. }
  1263. this.curSpecIndex = index;
  1264. this.router.push("/pages/manage/spec-edit");
  1265. },
  1266. // 规格表单
  1267. specForm(item) {
  1268. console.log(item);
  1269. this.$store.commit("common/update", {
  1270. skuItem: item,
  1271. });
  1272. this.router.push("/pages/manage/spec-item-form");
  1273. },
  1274. // 生成skuTable
  1275. initSkuTable() {
  1276. let arr = [];
  1277. let skuAttrs = {};
  1278. if (this.specData1) {
  1279. for (let item of this.specData1.list) {
  1280. if (this.specData2) {
  1281. for (let item2 of this.specData2.list) {
  1282. if (this.specData3) {
  1283. for (let item3 of this.specData3.list) {
  1284. let tabItem = this.initSkuItem({
  1285. key: item + "-" + item2 + "-" + item3,
  1286. [this.specData1.columnName]: item,
  1287. [this.specData2.columnName]: item2,
  1288. [this.specData3.columnName]: item3,
  1289. });
  1290. skuAttrs[
  1291. this.specData1.columnName
  1292. ] = this.specData1.name;
  1293. skuAttrs[
  1294. this.specData2.columnName
  1295. ] = this.specData2.name;
  1296. skuAttrs[
  1297. this.specData3.columnName
  1298. ] = this.specData3.name;
  1299. arr.push(tabItem);
  1300. }
  1301. } else {
  1302. let tabItem = this.initSkuItem({
  1303. key: item + "-" + item2,
  1304. [this.specData1.columnName]: item,
  1305. [this.specData2.columnName]: item2,
  1306. });
  1307. skuAttrs[
  1308. this.specData1.columnName
  1309. ] = this.specData1.name;
  1310. skuAttrs[
  1311. this.specData2.columnName
  1312. ] = this.specData2.name;
  1313. arr.push(tabItem);
  1314. }
  1315. }
  1316. } else {
  1317. let tabItem = this.initSkuItem({
  1318. key: item,
  1319. [this.specData1.columnName]: item,
  1320. });
  1321. skuAttrs[
  1322. this.specData1.columnName
  1323. ] = this.specData1.name;
  1324. arr.push(tabItem);
  1325. }
  1326. }
  1327. }
  1328. let arr2 = [];
  1329. for (let item of arr) {
  1330. let f = false;
  1331. for (let skuItem of this.skuTableData) {
  1332. if (item.key === skuItem.key) {
  1333. arr2.push(skuItem);
  1334. f = true;
  1335. }
  1336. }
  1337. if (!f) {
  1338. arr2.push(item);
  1339. }
  1340. }
  1341. this.skuTableData = arr2;
  1342. this.skuAttrs = skuAttrs;
  1343. },
  1344. // 生成sku某一项
  1345. initSkuItem(obj = {}) {
  1346. //
  1347. //this.fn.guid()
  1348. return {
  1349. code: String(Date.now()), // 编码
  1350. cost: 0, // 成本
  1351. img:
  1352. "https://oss.ixiaokejia.com/images/common/20201021094129.png", // sku图
  1353. key: "", //关键字
  1354. order: 0, // 顺序
  1355. price: 0,
  1356. skuId: "",
  1357. stock: 0, // 库存
  1358. supplyPrice: 0, // 进货价
  1359. tagPrice: 0, // 标签价
  1360. weight: 0, // 重量
  1361. ...obj,
  1362. };
  1363. },
  1364. },
  1365. // 数据计算
  1366. computed: {
  1367. user() {
  1368. return this.$store.state.user.user;
  1369. },
  1370. },
  1371. // 数据监听
  1372. watch: {},
  1373. };
  1374. </script>
  1375. <style lang="scss" scoped>
  1376. .page {
  1377. padding-bottom: px(180);
  1378. }
  1379. .form-card {
  1380. background-color: #fff;
  1381. padding: 0 px(30);
  1382. & ~ .form-card {
  1383. margin-top: px(25);
  1384. }
  1385. .head {
  1386. display: flex;
  1387. align-items: center;
  1388. justify-content: space-between;
  1389. height: px(140);
  1390. background-color: #fbfbfb;
  1391. border-bottom: 1px solid #f1f1f1;
  1392. border-top: 1px solid #f1f1f1;
  1393. font-size: px(48);
  1394. }
  1395. }
  1396. .required {
  1397. color: #f00;
  1398. font-size: px(44);
  1399. &.hide {
  1400. visibility: hidden;
  1401. }
  1402. }
  1403. .form-item {
  1404. display: flex;
  1405. min-height: px(140);
  1406. padding: px(30) 0;
  1407. box-sizing: border-box;
  1408. align-items: center;
  1409. font-size: px(44);
  1410. & ~ .form-item {
  1411. border-top: 1px solid #f1f1f1;
  1412. }
  1413. .label {
  1414. width: px(240);
  1415. flex-shrink: 0;
  1416. color: #999;
  1417. margin-right: px(10);
  1418. }
  1419. .box {
  1420. width: 100%;
  1421. position: relative;
  1422. input {
  1423. width: 100%;
  1424. }
  1425. }
  1426. .tool {
  1427. flex-shrink: 0;
  1428. color: #999;
  1429. margin-left: px(10);
  1430. }
  1431. textarea,
  1432. input {
  1433. max-width: 100%;
  1434. width: 100%;
  1435. }
  1436. }
  1437. .code-tool {
  1438. display: flex;
  1439. justify-content: flex-start;
  1440. align-items: center;
  1441. .scan-img {
  1442. flex-shrink: 0;
  1443. width: px(80);
  1444. height: px(80);
  1445. /deep/ img {
  1446. width: px(80);
  1447. height: px(80);
  1448. }
  1449. }
  1450. .generate {
  1451. color: #0097d1;
  1452. margin-right: px(30);
  1453. flex-shrink: 0;
  1454. }
  1455. }
  1456. radio-group {
  1457. label ~ label {
  1458. margin-left: px(40);
  1459. }
  1460. }
  1461. .img-card {
  1462. padding-top: px(30);
  1463. padding-bottom: px(30);
  1464. }
  1465. .form-img-item {
  1466. .tit {
  1467. padding: px(30);
  1468. font-size: px(44);
  1469. }
  1470. }
  1471. .btns {
  1472. display: flex;
  1473. justify-content: space-between;
  1474. align-items: center;
  1475. position: fixed;
  1476. bottom: 0;
  1477. left: 0;
  1478. right: 0;
  1479. z-index: 100;
  1480. }
  1481. .page--iphoneX {
  1482. .btns {
  1483. padding-bottom: px(30);
  1484. background-color: rgb(0, 188, 38);
  1485. }
  1486. }
  1487. .btn {
  1488. background-color: rgb(0, 188, 38);
  1489. color: #fff;
  1490. border-radius: 0;
  1491. font-size: px(50);
  1492. border: none;
  1493. width: 100%;
  1494. & ~ .btn {
  1495. border-left: 1px solid #999;
  1496. }
  1497. }
  1498. button::after {
  1499. border: none;
  1500. display: none;
  1501. }
  1502. button::before {
  1503. border: none;
  1504. display: none;
  1505. }
  1506. .add-type {
  1507. width: 100%;
  1508. font-size: px(40);
  1509. color: #0097d1;
  1510. padding: px(20) 0;
  1511. }
  1512. .type-item {
  1513. padding: px(20) 0;
  1514. display: flex;
  1515. justify-content: space-between;
  1516. align-items: center;
  1517. border-bottom: 1px solid #f1f1f1;
  1518. .remove-text {
  1519. color: red;
  1520. flex-shrink: 0;
  1521. margin-left: px(10);
  1522. padding-left: px(30);
  1523. }
  1524. }
  1525. .type-tip {
  1526. position: absolute;
  1527. top: 0;
  1528. left: 0;
  1529. width: 100%;
  1530. height: 100%;
  1531. z-index: 100;
  1532. background-color: rgba(0, 0, 0, 0.3);
  1533. color: #fff;
  1534. font-size: px(44);
  1535. display: flex;
  1536. justify-content: center;
  1537. align-items: center;
  1538. pointer-events: none;
  1539. }
  1540. .min-radio {
  1541. transform: scale(0.8);
  1542. }
  1543. .spec-list {
  1544. width: 100%;
  1545. display: flex;
  1546. justify-content: space-between;
  1547. align-items: center;
  1548. li {
  1549. width: 25%;
  1550. font-size: px(40);
  1551. height: px(100);
  1552. border: 1px solid #f1f1f1;
  1553. display: flex;
  1554. align-items: center;
  1555. justify-content: center;
  1556. color: #999;
  1557. &.on {
  1558. color: rgb(0, 188, 38);
  1559. border-color: rgb(0, 188, 38);
  1560. }
  1561. }
  1562. }
  1563. .spec-view {
  1564. display: flex;
  1565. justify-content: flex-end;
  1566. align-items: center;
  1567. .text {
  1568. font-size: px(40);
  1569. &.dis {
  1570. color: #999;
  1571. }
  1572. }
  1573. .spec-link {
  1574. width: px(50);
  1575. height: px(50);
  1576. margin-left: px(20);
  1577. transform: rotate(180deg);
  1578. /deep/ img {
  1579. width: px(50);
  1580. height: px(50);
  1581. }
  1582. }
  1583. }
  1584. .spec-item {
  1585. border: 1px solid #f1f1f1;
  1586. margin-top: px(30);
  1587. .spec-head {
  1588. display: flex;
  1589. justify-content: space-between;
  1590. align-items: center;
  1591. background-color: #f9f9f9;
  1592. border-bottom: 1px solid #f1f1f1;
  1593. padding: px(0) px(30);
  1594. height: px(120);
  1595. line-height: px(100);
  1596. font-size: px(44);
  1597. .img {
  1598. width: px(40);
  1599. height: px(40);
  1600. transform: rotate(180deg);
  1601. /deep/ img {
  1602. width: px(40);
  1603. height: px(40);
  1604. }
  1605. }
  1606. }
  1607. .con {
  1608. display: flex;
  1609. justify-content: space-between;
  1610. align-items: center;
  1611. padding: px(30) px(30);
  1612. }
  1613. .con-item {
  1614. width: 50%;
  1615. font-size: px(44);
  1616. color: #333;
  1617. }
  1618. }
  1619. .sepc-card {
  1620. padding-bottom: px(30);
  1621. }
  1622. .gray-text {
  1623. color: #999;
  1624. display: inline-block;
  1625. margin-left: px(10);
  1626. }
  1627. </style>