info.vue 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643
  1. <template>
  2. <div class="component-edit-indent-info">
  3. <el-dialog
  4. v-model="show"
  5. class="custom-edit-indent-info-dialog"
  6. :title="visible === 1 ? '录入报价信息' : '录入报价信息'"
  7. :close-on-click-modal="false"
  8. :close-on-press-escape="false"
  9. :before-close="close"
  10. width="1300px"
  11. >
  12. <div style="color: #ef4135">* 为了报价单的内容,请填写英文信息</div>
  13. <div class="form-table">
  14. <div class="flex items-stretch form-header">
  15. <div class="first-label"></div>
  16. <div class="second-label">操作</div>
  17. <div
  18. v-for="(item, index) in forms"
  19. :key="index"
  20. class="input-area flex justify-center items-center"
  21. >
  22. <el-button
  23. v-show="forms.length > 1"
  24. size="small"
  25. type="danger"
  26. link
  27. plain
  28. @click="deleteForm(index)"
  29. >
  30. {{ $t('btn_delete') }}
  31. </el-button>
  32. </div>
  33. </div>
  34. <div class="flex items-stretch">
  35. <div class="first-label flex justify-center items-center">
  36. {{ $t(prefix + 'label_supplier') }}
  37. </div>
  38. <div class="flex flex-col items-stretch">
  39. <div class="flex items-center">
  40. <div class="second-label required">
  41. {{ $t(prefix + 'label_company_name') }}
  42. </div>
  43. <el-form
  44. v-for="(item, index) in forms"
  45. :ref="($e) => getFormRef($e, `vendor_id_${index}`)"
  46. :key="index"
  47. :show-message="false"
  48. :model="item"
  49. >
  50. <div class="input-area">
  51. <el-form-item
  52. prop="vendor_id"
  53. :rules="{ required: true, validator: commonCheck }"
  54. >
  55. <el-select
  56. v-model="item.vendor_id"
  57. :remote-method="($e: any) => queryVenderList($e, index)"
  58. filterable
  59. allow-create
  60. remote
  61. style="width: 100%"
  62. placeholder="请选择供应商"
  63. @change="($e) => changeVenderSelect($e, index)"
  64. >
  65. <el-option
  66. v-for="option in vendorList[index]"
  67. :key="option.id"
  68. :value="option.id"
  69. :label="option.name"
  70. ></el-option>
  71. </el-select>
  72. </el-form-item>
  73. <div
  74. v-if="index < forms.length - 1"
  75. class="btn-copy"
  76. @click.self="commonCopyFormItem(index, 'vendor_id')"
  77. >
  78. &gt;&gt;&gt;
  79. </div>
  80. </div>
  81. </el-form>
  82. </div>
  83. <div class="flex items-stretch">
  84. <div class="second-label">
  85. {{ $t(prefix + 'label_supplier_type') }}
  86. </div>
  87. <div
  88. v-for="(item, index) in forms"
  89. :key="index"
  90. class="input-area"
  91. >
  92. <el-input
  93. v-model="item.vendor_type"
  94. placeholder="请输入供应商类型"
  95. ></el-input>
  96. <div
  97. v-if="index < forms.length - 1"
  98. class="btn-copy"
  99. @click.self="commonCopyFormItem(index, 'vendor_type')"
  100. >
  101. &gt;&gt;&gt;
  102. </div>
  103. </div>
  104. </div>
  105. <div class="flex items-stretch">
  106. <div class="second-label">
  107. {{ $t(prefix + 'label_wangwang_year') }}
  108. </div>
  109. <div
  110. v-for="(item, index) in forms"
  111. :key="index"
  112. class="input-area"
  113. >
  114. <el-input
  115. v-model="item.vendor_wangwang_old"
  116. placeholder="请输入旺旺年份"
  117. ></el-input>
  118. <div
  119. v-if="index < forms.length - 1"
  120. class="btn-copy"
  121. @click.self="commonCopyFormItem(index, 'vendor_wangwang_old')"
  122. >
  123. &gt;&gt;&gt;
  124. </div>
  125. </div>
  126. </div>
  127. <div class="flex items-stretch">
  128. <div class="second-label">
  129. {{ $t(prefix + 'label_contact') }}
  130. </div>
  131. <div
  132. v-for="(item, index) in forms"
  133. :key="index"
  134. class="input-area"
  135. >
  136. <el-input
  137. v-model="item.vendor_contact"
  138. placeholder="请输入联系人"
  139. ></el-input>
  140. <div
  141. v-if="index < forms.length - 1"
  142. class="btn-copy"
  143. @click.self="commonCopyFormItem(index, 'vendor_contact')"
  144. >
  145. &gt;&gt;&gt;
  146. </div>
  147. </div>
  148. </div>
  149. <div class="flex items-stretch">
  150. <div class="second-label">
  151. {{ $t(prefix + 'label_phone') }}
  152. </div>
  153. <div
  154. v-for="(item, index) in forms"
  155. :key="index"
  156. class="input-area"
  157. >
  158. <el-input
  159. v-model="item.vendor_phone"
  160. placeholder="请输入电话"
  161. ></el-input>
  162. <div
  163. v-if="index < forms.length - 1"
  164. class="btn-copy"
  165. @click.self="commonCopyFormItem(index, 'vendor_phone')"
  166. >
  167. &gt;&gt;&gt;
  168. </div>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. <div class="flex items-stretch">
  174. <div class="first-label flex justify-center items-center">
  175. {{ $t(prefix + 'label_product_info') }}
  176. </div>
  177. <div class="flex flex-col items-stretch">
  178. <div class="flex items-stretch">
  179. <div class="second-label required">
  180. {{ $t(prefix + 'label_product_name') }}
  181. </div>
  182. <el-form
  183. v-for="(item, index) in forms"
  184. :ref="($e) => getFormRef($e, `product_name_${index}`)"
  185. :key="index"
  186. :show-message="false"
  187. :model="item"
  188. >
  189. <div class="input-area">
  190. <el-form-item
  191. prop="product_name"
  192. :rules="{
  193. required: true,
  194. trigger: 'change',
  195. validator: commonCheck,
  196. }"
  197. >
  198. <el-input
  199. v-model="item.product_name"
  200. placeholder="请输入产品名称"
  201. ></el-input>
  202. </el-form-item>
  203. <div
  204. v-if="index < forms.length - 1"
  205. class="btn-copy"
  206. @click.self="commonCopyFormItem(index, 'product_name')"
  207. >
  208. &gt;&gt;&gt;
  209. </div>
  210. </div>
  211. </el-form>
  212. </div>
  213. <div class="flex items-stretch">
  214. <div class="second-label">
  215. {{ $t(prefix + 'label_product_url') }}
  216. </div>
  217. <div
  218. v-for="(item, index) in forms"
  219. :key="index"
  220. class="input-area"
  221. >
  222. <el-input
  223. v-model="item.product_url"
  224. placeholder="请输入产品链接"
  225. ></el-input>
  226. <div
  227. v-if="index < forms.length - 1"
  228. class="btn-copy"
  229. @click.self="commonCopyFormItem(index, 'product_url')"
  230. >
  231. &gt;&gt;&gt;
  232. </div>
  233. </div>
  234. </div>
  235. <div class="flex items-stretch">
  236. <div class="second-label">
  237. {{ $t(prefix + 'label_product_image') }}
  238. </div>
  239. <div
  240. v-for="(item, index) in forms"
  241. :key="index"
  242. class="input-area"
  243. >
  244. <image-upload
  245. v-model:list="productImageList[index]"
  246. width="100px"
  247. height="100px"
  248. :disable-preview="true"
  249. ></image-upload>
  250. <div
  251. v-if="index < forms.length - 1"
  252. class="btn-copy"
  253. @click.self="commonCopyFormItem(index, 'productImageList')"
  254. >
  255. &gt;&gt;&gt;
  256. </div>
  257. </div>
  258. </div>
  259. <div class="flex items-stretch">
  260. <div class="second-label">
  261. {{ $t(prefix + 'label_size') }}
  262. </div>
  263. <div
  264. v-for="(item, index) in forms"
  265. :key="index"
  266. class="input-area"
  267. >
  268. <el-input
  269. v-model="item.product_size"
  270. placeholder="请输入尺寸"
  271. ></el-input>
  272. <div
  273. v-if="index < forms.length - 1"
  274. class="btn-copy"
  275. @click.self="commonCopyFormItem(index, 'product_size')"
  276. >
  277. &gt;&gt;&gt;
  278. </div>
  279. </div>
  280. </div>
  281. <div class="flex items-stretch">
  282. <div class="second-label">
  283. {{ $t(prefix + 'label_product_hd') }}
  284. </div>
  285. <div
  286. v-for="(item, index) in forms"
  287. :key="index"
  288. class="input-area"
  289. >
  290. <el-input
  291. v-model="item.product_hd"
  292. placeholder="请输入厚度"
  293. ></el-input>
  294. <div
  295. v-if="index < forms.length - 1"
  296. class="btn-copy"
  297. @click.self="commonCopyFormItem(index, 'product_hd')"
  298. >
  299. &gt;&gt;&gt;
  300. </div>
  301. </div>
  302. </div>
  303. <div class="flex items-stretch">
  304. <div class="second-label">
  305. {{ $t(prefix + 'label_capacity') }}
  306. </div>
  307. <div
  308. v-for="(item, index) in forms"
  309. :key="index"
  310. class="input-area"
  311. >
  312. <el-input
  313. v-model="item.product_capacity"
  314. placeholder="请输入容量"
  315. ></el-input>
  316. <div
  317. v-if="index < forms.length - 1"
  318. class="btn-copy"
  319. @click.self="commonCopyFormItem(index, 'product_capacity')"
  320. >
  321. &gt;&gt;&gt;
  322. </div>
  323. </div>
  324. </div>
  325. <div class="flex items-stretch">
  326. <div class="second-label">
  327. {{ $t(prefix + 'label_material') }}
  328. </div>
  329. <div
  330. v-for="(item, index) in forms"
  331. :key="index"
  332. class="input-area"
  333. >
  334. <el-input
  335. v-model="item.product_material"
  336. placeholder="请输入材质"
  337. ></el-input>
  338. <div
  339. v-if="index < forms.length - 1"
  340. class="btn-copy"
  341. @click.self="commonCopyFormItem(index, 'product_material')"
  342. >
  343. &gt;&gt;&gt;
  344. </div>
  345. </div>
  346. </div>
  347. <div class="flex items-stretch">
  348. <div class="second-label">
  349. {{ $t(prefix + 'label_battery') }}
  350. </div>
  351. <div
  352. v-for="(item, index) in forms"
  353. :key="index"
  354. class="input-area"
  355. >
  356. <el-input
  357. v-model="item.product_battery"
  358. placeholder="是否带电池"
  359. ></el-input>
  360. <div
  361. v-if="index < forms.length - 1"
  362. class="btn-copy"
  363. @click.self="commonCopyFormItem(index, 'product_battery')"
  364. >
  365. &gt;&gt;&gt;
  366. </div>
  367. </div>
  368. </div>
  369. <div class="flex items-stretch">
  370. <div class="second-label">
  371. {{ $t(prefix + 'label_print_require') }}
  372. </div>
  373. <div
  374. v-for="(item, index) in forms"
  375. :key="index"
  376. class="input-area"
  377. >
  378. <el-input
  379. v-model="item.product_require_print"
  380. placeholder="请输入要求"
  381. ></el-input>
  382. <div
  383. v-if="index < forms.length - 1"
  384. class="btn-copy"
  385. @click.self="
  386. commonCopyFormItem(index, 'product_require_print')
  387. "
  388. >
  389. &gt;&gt;&gt;
  390. </div>
  391. </div>
  392. </div>
  393. <div class="flex items-stretch">
  394. <div class="second-label">
  395. {{ $t(prefix + 'label_color') }}
  396. </div>
  397. <div
  398. v-for="(item, index) in forms"
  399. :key="index"
  400. class="input-area"
  401. >
  402. <el-input
  403. v-model="item.product_color"
  404. placeholder="请输入颜色"
  405. ></el-input>
  406. <div
  407. v-if="index < forms.length - 1"
  408. class="btn-copy"
  409. @click.self="commonCopyFormItem(index, 'product_color')"
  410. >
  411. &gt;&gt;&gt;
  412. </div>
  413. </div>
  414. </div>
  415. <div class="flex items-stretch">
  416. <div class="second-label">
  417. {{ $t(prefix + 'label_color_require') }}
  418. </div>
  419. <div
  420. v-for="(item, index) in forms"
  421. :key="index"
  422. class="input-area"
  423. >
  424. <el-input
  425. v-model="item.product_require_color"
  426. placeholder="请输入颜色定制要求"
  427. ></el-input>
  428. <div
  429. v-if="index < forms.length - 1"
  430. class="btn-copy"
  431. @click.self="
  432. commonCopyFormItem(index, 'product_require_color')
  433. "
  434. >
  435. &gt;&gt;&gt;
  436. </div>
  437. </div>
  438. </div>
  439. <div class="flex items-stretch">
  440. <div class="second-label">
  441. {{ $t(prefix + 'label_other') }}
  442. </div>
  443. <div
  444. v-for="(item, index) in forms"
  445. :key="index"
  446. class="input-area"
  447. >
  448. <el-input
  449. v-model="item.product_other"
  450. placeholder="其他信息"
  451. type="textarea"
  452. :rows="3"
  453. ></el-input>
  454. <div
  455. v-if="index < forms.length - 1"
  456. class="btn-copy"
  457. @click.self="commonCopyFormItem(index, 'product_other')"
  458. >
  459. &gt;&gt;&gt;
  460. </div>
  461. </div>
  462. </div>
  463. </div>
  464. </div>
  465. <div class="flex items-stretch">
  466. <div class="first-label flex justify-center items-center">
  467. {{ $t(prefix + 'label_factory_price') }}
  468. </div>
  469. <div class="flex flex-col items-stretch">
  470. <div class="flex items-stretch">
  471. <div class="second-label required">
  472. {{ $t(prefix + 'label_number_table') }}
  473. </div>
  474. <el-form
  475. v-for="(item, index) in forms"
  476. :ref="($e) => getFormRef($e, `number_${index}`)"
  477. :key="index"
  478. :show-message="false"
  479. :model="item"
  480. >
  481. <div class="input-area">
  482. <div class="sub-table">
  483. <div class="sub-table-head flex items-center">
  484. <div class="sub-table-number">数量</div>
  485. <div class="sub-table-price">单价(RMB)</div>
  486. <div class="sub-table-days">天数</div>
  487. </div>
  488. <div
  489. v-for="(i, subIndex) in item.number"
  490. :key="subIndex"
  491. class="sub-table-row flex items-center"
  492. >
  493. <div class="sub-table-number">
  494. <el-form-item
  495. :prop="'number.' + subIndex"
  496. :rules="{
  497. required: true,
  498. validator: commonCheck,
  499. }"
  500. >
  501. <el-input v-model="item.number[subIndex]"></el-input>
  502. </el-form-item>
  503. </div>
  504. <div class="sub-table-price">
  505. <el-form-item
  506. :prop="'price.' + subIndex"
  507. :rules="{
  508. required: true,
  509. validator: commonCheck,
  510. }"
  511. >
  512. <el-input v-model="item.price[subIndex]"></el-input>
  513. </el-form-item>
  514. </div>
  515. <div class="sub-table-days">
  516. <el-form-item
  517. :prop="'days.' + subIndex"
  518. :rules="{
  519. required: true,
  520. validator: commonCheck,
  521. }"
  522. >
  523. <el-input v-model="item.days[subIndex]"></el-input>
  524. </el-form-item>
  525. </div>
  526. <div class="sub-table-btn-delete">
  527. <div
  528. v-show="item.number.length > 1"
  529. @click="numberTableDeleteRow(index, subIndex)"
  530. >
  531. <el-icon size="18">
  532. <CircleCloseFilled></CircleCloseFilled>
  533. </el-icon>
  534. </div>
  535. </div>
  536. </div>
  537. </div>
  538. <div class="sub-table-btn-add">
  539. <el-button
  540. size="small"
  541. @click="numberTableAddRow(index)"
  542. >
  543. + 添加价格信息
  544. </el-button>
  545. </div>
  546. <div
  547. v-if="index < forms.length - 1"
  548. class="btn-copy"
  549. style="bottom: 4px; top: unset"
  550. @click.self="commonCopyFormItem(index, 'numberItem')"
  551. >
  552. &gt;&gt;&gt;
  553. </div>
  554. </div>
  555. </el-form>
  556. </div>
  557. <div class="flex items-stretch">
  558. <div class="second-label required">
  559. {{ $t(prefix + 'label_extra_fee') }}
  560. </div>
  561. <el-form
  562. v-for="(item, index) in forms"
  563. :ref="($e) => getFormRef($e, `cost_${index}`)"
  564. :key="index"
  565. :show-message="false"
  566. :model="item"
  567. >
  568. <div class="input-area">
  569. <div class="sub-table">
  570. <div class="sub-table-head flex items-center">
  571. <div class="sub-table-cost-name">项目</div>
  572. <div class="sub-table-cost-price">价格(RMB)</div>
  573. </div>
  574. <div
  575. v-for="(i, subIndex) in item.cost_name"
  576. :key="subIndex"
  577. class="sub-table-row flex items-center"
  578. >
  579. <div class="sub-table-cost-name">
  580. <el-form-item
  581. :prop="'cost_name.' + subIndex"
  582. :rules="{
  583. required: true,
  584. validator: commonCheck,
  585. }"
  586. >
  587. <el-select
  588. v-model="item.cost_name[subIndex]"
  589. size="small"
  590. >
  591. <el-option
  592. v-for="option in costOptions"
  593. :key="option.label"
  594. :label="option.label"
  595. :value="option.value"
  596. ></el-option>
  597. </el-select>
  598. </el-form-item>
  599. </div>
  600. <div class="sub-table-cost-price">
  601. <el-form-item
  602. :prop="'cost_price.' + subIndex"
  603. :rules="{
  604. required: true,
  605. validator: commonCheck,
  606. }"
  607. >
  608. <el-input
  609. v-model="item.cost_price[subIndex]"
  610. ></el-input>
  611. </el-form-item>
  612. </div>
  613. <div class="sub-table-btn-delete">
  614. <el-button
  615. :disabled="item.cost_name.length < 2"
  616. type="danger"
  617. size="small"
  618. plain
  619. @click="costTableDeleteRow(index, subIndex)"
  620. >
  621. {{ $t('btn_delete') }}
  622. </el-button>
  623. </div>
  624. </div>
  625. </div>
  626. <div class="sub-table-btn-add">
  627. <el-button
  628. size="small"
  629. @click="costTableAddRow(index)"
  630. >
  631. + 添加价格信息
  632. </el-button>
  633. </div>
  634. <div
  635. v-if="index < forms.length - 1"
  636. class="btn-copy"
  637. style="bottom: 4px; top: unset"
  638. @click.self="commonCopyFormItem(index, 'cost')"
  639. >
  640. &gt;&gt;&gt;
  641. </div>
  642. </div>
  643. </el-form>
  644. </div>
  645. </div>
  646. </div>
  647. <div class="flex items-stretch">
  648. <div class="first-label flex justify-center items-center">
  649. {{ $t(prefix + 'label_package_info') }}
  650. </div>
  651. <div class="flex flex-col items-stretch">
  652. <div class="flex items-stretch">
  653. <div class="second-label">
  654. {{ $t(prefix + 'label_package') }}
  655. </div>
  656. <div
  657. v-for="(item, index) in forms"
  658. :key="index"
  659. class="input-area"
  660. >
  661. <el-input
  662. v-model="item.package_info"
  663. placeholder="请输入产品包装信息"
  664. ></el-input>
  665. <div
  666. v-if="index < forms.length - 1"
  667. class="btn-copy"
  668. @click.self="commonCopyFormItem(index, 'package_info')"
  669. >
  670. &gt;&gt;&gt;
  671. </div>
  672. </div>
  673. </div>
  674. <div class="flex flex-col items-stretch">
  675. <div class="flex items-stretch">
  676. <div class="second-label required">
  677. {{ $t(prefix + 'label_gross_weight') }}(KG)
  678. </div>
  679. <el-form
  680. v-for="(item, index) in forms"
  681. :ref="($e) => getFormRef($e, `package_weight_${index}`)"
  682. :key="index"
  683. :show-message="false"
  684. :model="item"
  685. >
  686. <div class="input-area">
  687. <el-form-item
  688. prop="package_weight"
  689. :rules="{ required: true, validator: commonCheck }"
  690. >
  691. <el-input
  692. v-model="item.package_weight"
  693. placeholder="请输入每箱毛重"
  694. ></el-input>
  695. </el-form-item>
  696. <div
  697. v-if="index < forms.length - 1"
  698. class="btn-copy"
  699. @click.self="commonCopyFormItem(index, 'package_weight')"
  700. >
  701. &gt;&gt;&gt;
  702. </div>
  703. </div>
  704. </el-form>
  705. </div>
  706. <div class="flex items-stretch">
  707. <div class="second-label required">
  708. {{ $t(prefix + 'label_package_size') }}(CM)
  709. </div>
  710. <el-form
  711. v-for="(item, index) in forms"
  712. :ref="($e) => getFormRef($e, `package_size_${index}`)"
  713. :key="index"
  714. :show-message="false"
  715. :model="item"
  716. >
  717. <div class="input-area flex justify-center items-center">
  718. <el-form-item
  719. prop="package_size_length"
  720. :rules="{
  721. required: true,
  722. trigger: 'change',
  723. validator: commonCheck,
  724. }"
  725. >
  726. <el-input
  727. v-model="item.package_size_length"
  728. style="width: 74px"
  729. placeholder="长"
  730. ></el-input>
  731. </el-form-item>
  732. <el-icon size="18">
  733. <Close></Close>
  734. </el-icon>
  735. <el-form-item
  736. prop="package_size_width"
  737. :rules="{
  738. required: true,
  739. trigger: 'change',
  740. validator: commonCheck,
  741. }"
  742. >
  743. <el-input
  744. v-model="item.package_size_width"
  745. style="width: 74px"
  746. placeholder="宽"
  747. ></el-input>
  748. </el-form-item>
  749. <el-icon size="18">
  750. <Close></Close>
  751. </el-icon>
  752. <el-form-item
  753. prop="package_size_height"
  754. :rules="{
  755. required: true,
  756. trigger: 'change',
  757. validator: commonCheck,
  758. }"
  759. >
  760. <el-input
  761. v-model="item.package_size_height"
  762. style="width: 74px"
  763. placeholder="高"
  764. ></el-input>
  765. </el-form-item>
  766. <span>&nbsp;CM</span>
  767. <div
  768. v-if="index < forms.length - 1"
  769. class="btn-copy"
  770. @click.self="commonCopyFormItem(index, 'package_size')"
  771. >
  772. &gt;&gt;&gt;
  773. </div>
  774. </div>
  775. </el-form>
  776. </div>
  777. <div class="flex items-stretch">
  778. <div class="second-label required">
  779. {{ $t(prefix + 'label_pcs') }}(PCS)
  780. </div>
  781. <el-form
  782. v-for="(item, index) in forms"
  783. :ref="($e) => getFormRef($e, `in_package_${index}`)"
  784. :key="index"
  785. :show-message="false"
  786. :model="item"
  787. >
  788. <div class="input-area">
  789. <el-form-item
  790. prop="in_package"
  791. :rules="{
  792. required: true,
  793. trigger: 'change',
  794. validator: commonCheck,
  795. }"
  796. >
  797. <el-input
  798. v-model="item.in_package"
  799. placeholder="PCS"
  800. ></el-input>
  801. </el-form-item>
  802. <div
  803. v-if="index < forms.length - 1"
  804. class="btn-copy"
  805. @click.self="commonCopyFormItem(index, 'in_package')"
  806. >
  807. &gt;&gt;&gt;
  808. </div>
  809. </div>
  810. </el-form>
  811. </div>
  812. </div>
  813. </div>
  814. </div>
  815. <div class="flex items-stretch">
  816. <div class="first-label flex justify-center items-center">
  817. {{ $t(prefix + 'label_example') }}
  818. </div>
  819. <div class="flex flex-col items-stretch">
  820. <div class="flex items-stretch">
  821. <div class="second-label required">
  822. {{ $t(prefix + 'label_example_days') }}(Days)
  823. </div>
  824. <el-form
  825. v-for="(item, index) in forms"
  826. :ref="($e) => getFormRef($e, `demo_days_${index}`)"
  827. :key="index"
  828. :show-message="false"
  829. :model="item"
  830. >
  831. <div class="input-area">
  832. <el-form-item
  833. prop="demo_days"
  834. :rules="{
  835. required: true,
  836. trigger: 'change',
  837. validator: commonCheck,
  838. }"
  839. >
  840. <el-input
  841. v-model="item.demo_days"
  842. placeholder="天数"
  843. ></el-input>
  844. </el-form-item>
  845. <div
  846. v-if="index < forms.length - 1"
  847. class="btn-copy"
  848. @click.self="commonCopyFormItem(index, 'demo_days')"
  849. >
  850. &gt;&gt;&gt;
  851. </div>
  852. </div>
  853. </el-form>
  854. </div>
  855. <div class="flex items-stretch">
  856. <div class="second-label">
  857. {{ $t(prefix + 'label_example_cost') }}(¥)
  858. </div>
  859. <div
  860. v-for="(item, index) in forms"
  861. :key="index"
  862. class="input-area"
  863. >
  864. <el-input
  865. v-model="item.demo_cost"
  866. placeholder="请输入打样费用"
  867. ></el-input>
  868. <div
  869. v-if="index < forms.length - 1"
  870. class="btn-copy"
  871. @click.self="commonCopyFormItem(index, 'demo_cost')"
  872. >
  873. &gt;&gt;&gt;
  874. </div>
  875. </div>
  876. </div>
  877. <div class="flex items-stretch">
  878. <div class="second-label">
  879. {{ $t(prefix + 'label_can_refund') }}
  880. </div>
  881. <div
  882. v-for="(item, index) in forms"
  883. :key="index"
  884. class="input-area"
  885. >
  886. <el-input
  887. v-model="item.demo_return"
  888. placeholder="请输入退费信息"
  889. ></el-input>
  890. <div
  891. v-if="index < forms.length - 1"
  892. class="btn-copy"
  893. @click.self="commonCopyFormItem(index, 'demo_return')"
  894. >
  895. &gt;&gt;&gt;
  896. </div>
  897. </div>
  898. </div>
  899. </div>
  900. </div>
  901. <div class="flex items-stretch">
  902. <div class="first-label flex justify-center items-center"></div>
  903. <div class="flex flex-col items-stretch">
  904. <div class="flex items-stretch">
  905. <div class="second-label">
  906. {{ $t(prefix + 'label_cert') }}
  907. </div>
  908. <div
  909. v-for="(item, index) in forms"
  910. :key="index"
  911. class="input-area"
  912. >
  913. <el-input
  914. v-model="item.cert"
  915. placeholder="证书"
  916. ></el-input>
  917. <div
  918. v-if="index < forms.length - 1"
  919. class="btn-copy"
  920. @click.self="commonCopyFormItem(index, 'cert')"
  921. >
  922. &gt;&gt;&gt;
  923. </div>
  924. </div>
  925. </div>
  926. <div class="flex items-stretch">
  927. <div class="second-label">
  928. {{ $t(prefix + 'label_comment') }}
  929. </div>
  930. <div
  931. v-for="(item, index) in forms"
  932. :key="index"
  933. class="input-area"
  934. >
  935. <el-input
  936. v-model="item.notes"
  937. placeholder="请输入内容"
  938. type="textarea"
  939. :rows="3"
  940. ></el-input>
  941. <div
  942. v-if="index < forms.length - 1"
  943. class="btn-copy"
  944. @click.self="commonCopyFormItem(index, 'notes')"
  945. >
  946. &gt;&gt;&gt;
  947. </div>
  948. </div>
  949. </div>
  950. </div>
  951. </div>
  952. </div>
  953. <div
  954. v-show="canAddForm"
  955. class="btn-add-indent-info flex justify-center flex-col items-center"
  956. @click="addFormColumn"
  957. >
  958. <el-icon
  959. size="42"
  960. class="el-icon-circle-plus-outline"
  961. >
  962. <CirclePlus></CirclePlus>
  963. </el-icon>
  964. <div>
  965. {{ $t(prefix + 'btn_add_info') }}
  966. </div>
  967. </div>
  968. <template #footer>
  969. <div class="flex justify-center items-center">
  970. <!-- v-show="$showAuthBtn(429)" -->
  971. <el-button
  972. type="primary"
  973. size="small"
  974. @click="checkForm"
  975. >
  976. {{ $t('btn_save') }}
  977. </el-button>
  978. <el-button
  979. type=""
  980. size="small"
  981. @click="close"
  982. >
  983. {{ $t('btn_close') }}
  984. </el-button>
  985. </div>
  986. </template>
  987. </el-dialog>
  988. </div>
  989. </template>
  990. <script lang="ts" setup>
  991. import { defineComponent, ref, watch, computed, nextTick, inject } from 'vue'
  992. import {
  993. ElButton,
  994. ElForm,
  995. ElFormItem,
  996. ElInput,
  997. ElSelect,
  998. ElOption,
  999. ElDialog,
  1000. ElNotification,
  1001. ElMessage,
  1002. ElIcon,
  1003. } from 'element-plus'
  1004. import { CirclePlus, Close, CircleCloseFilled } from '@element-plus/icons-vue'
  1005. import debounce from 'lodash.debounce'
  1006. import cloneDeep from 'lodash.clonedeep'
  1007. import { $t } from '@/i18n/index'
  1008. import imageUpload from '@/components/ImageUpload.vue'
  1009. // 用来对oss的图片、视频等媒体数据的url进行匹配替换
  1010. import { getVendorList, createQuote } from '@/api/indent'
  1011. defineComponent({
  1012. name: 'EditInfo',
  1013. })
  1014. const $emit = defineEmits(['update:visible', 'create'])
  1015. const {
  1016. visible = 0,
  1017. alreadyHasIndentCount = 0,
  1018. parentId = 0,
  1019. dataForEdit = { vendor_name: '' } as any,
  1020. } = defineProps<{
  1021. visible: number
  1022. alreadyHasIndentCount?: number
  1023. parentId?: number | string
  1024. dataForEdit?: object
  1025. }>()
  1026. const $mediaRegExp = inject('mediaRegExp') as RegExp
  1027. const prefix = 'order.indent_edit_info.'
  1028. const show = ref(false)
  1029. const costOptions = [
  1030. {
  1031. label: $t('text_please_select'),
  1032. value: '',
  1033. },
  1034. {
  1035. label: '样品费用',
  1036. value: '样品费用',
  1037. },
  1038. {
  1039. label: '印刷费用',
  1040. value: '印刷费用',
  1041. },
  1042. {
  1043. label: '模具费用',
  1044. value: '模具费用',
  1045. },
  1046. {
  1047. label: '制版费用',
  1048. value: '制版费用',
  1049. },
  1050. {
  1051. label: '染色费用',
  1052. value: '染色费用',
  1053. },
  1054. {
  1055. label: '其他费用',
  1056. value: '其他费用',
  1057. },
  1058. ]
  1059. const formDemo = {
  1060. // 供应商
  1061. vendor_name: '',
  1062. vendor_id: '',
  1063. vendor_type: '',
  1064. vendor_wangwang_old: '',
  1065. vendor_contact: '',
  1066. vendor_phone: '',
  1067. // 产品信息
  1068. product_name: '',
  1069. product_url: '',
  1070. product_image: '',
  1071. product_size: '',
  1072. product_hd: '',
  1073. product_capacity: '',
  1074. product_material: '',
  1075. product_battery: '',
  1076. product_require_print: '',
  1077. product_color: '',
  1078. product_require_color: '',
  1079. product_other: '',
  1080. // 出厂价
  1081. number: [''],
  1082. price: [''],
  1083. days: [''],
  1084. cost_name: [''],
  1085. cost_price: [''],
  1086. // 包装信息
  1087. package_info: '',
  1088. package_size_length: '',
  1089. package_size_width: '',
  1090. package_size_height: '',
  1091. package_weight: '',
  1092. in_package: '', // 一箱个数
  1093. // 打样情况
  1094. demo_days: '',
  1095. demo_cost: '',
  1096. demo_return: '',
  1097. cert: '',
  1098. notes: '',
  1099. }
  1100. const forms = ref<any[]>([])
  1101. const canAddForm = computed(() => {
  1102. return 100 - alreadyHasIndentCount - forms.value.length > 0
  1103. })
  1104. const productImageList = ref([] as any[][])
  1105. const vendorList = ref([] as any[][])
  1106. const manualVendor = ref({} as any)
  1107. const commonCopyFormItem = function (index: number, key: string) {
  1108. if (['vendor_id', 'vendor_name', 'vendor_phone'].includes(key)) {
  1109. vendorList.value.splice(index + 1, 1, cloneDeep(vendorList.value[index]))
  1110. forms.value[index + 1].vendor_name = forms.value[index].vendor_name
  1111. forms.value[index + 1].vendor_phone = forms.value[index].vendor_phone
  1112. forms.value[index + 1].vendor_id = forms.value[index].vendor_id
  1113. } else if (key === 'productImageList') {
  1114. productImageList.value.splice(
  1115. index + 1,
  1116. 1,
  1117. cloneDeep(productImageList.value[index]),
  1118. )
  1119. } else if (key === 'cost') {
  1120. // 额外费用
  1121. forms.value[index + 1].cost_name = cloneDeep(forms.value[index].cost_name)
  1122. forms.value[index + 1].cost_price = cloneDeep(forms.value[index].cost_price)
  1123. } else if (key === 'numberItem') {
  1124. // 数量 单价
  1125. forms.value[index + 1].number = cloneDeep(forms.value[index].number)
  1126. forms.value[index + 1].price = cloneDeep(forms.value[index].price)
  1127. forms.value[index + 1].days = cloneDeep(forms.value[index].days)
  1128. } else if (key === 'package_size') {
  1129. // 外箱规格
  1130. forms.value[index + 1].package_size_length = cloneDeep(
  1131. forms.value[index].package_size_length,
  1132. )
  1133. forms.value[index + 1].package_size_width = cloneDeep(
  1134. forms.value[index].package_size_width,
  1135. )
  1136. forms.value[index + 1].package_size_height = cloneDeep(
  1137. forms.value[index].package_size_height,
  1138. )
  1139. } else {
  1140. forms.value[index + 1][key] = forms.value[index][key]
  1141. }
  1142. }
  1143. const costTableDeleteRow = function (index: number, subIndex: number) {
  1144. forms.value[index].cost_name.splice(subIndex, 1)
  1145. forms.value[index].cost_price.splice(subIndex, 1)
  1146. }
  1147. const costTableAddRow = function (index: number) {
  1148. forms.value[index].cost_name.push('')
  1149. forms.value[index].cost_price.push('')
  1150. }
  1151. const numberTableDeleteRow = function (index: number, subIndex: number) {
  1152. forms.value[index].number.splice(subIndex, 1)
  1153. forms.value[index].price.splice(subIndex, 1)
  1154. forms.value[index].days.splice(subIndex, 1)
  1155. }
  1156. const numberTableAddRow = function (index: number) {
  1157. forms.value[index].number.push('')
  1158. forms.value[index].price.push('')
  1159. forms.value[index].days.push('')
  1160. }
  1161. // 仅编辑报价信息时需要初始化
  1162. const initData = function () {
  1163. // 查询供应商候选列表, 不然下拉框无数据匹配, 下拉框界面上会显示成供应商的id
  1164. queryVenderList(dataForEdit.vendor_name, 0)
  1165. const temp = cloneDeep(dataForEdit)
  1166. productImageList.value.push([])
  1167. if (Array.isArray(temp.product_image) && temp.product_image.length) {
  1168. nextTick(() => {
  1169. productImageList.value.splice(
  1170. 0,
  1171. 1,
  1172. temp.product_image.map((img: string) => {
  1173. return {
  1174. url: $mediaRegExp.test(img)
  1175. ? img
  1176. : import.meta.env.VITE_APP_OSS_PREFIX + img,
  1177. }
  1178. }),
  1179. )
  1180. })
  1181. }
  1182. if (temp.cost_list && temp.cost_list.length > 2) {
  1183. const t = JSON.parse(temp.cost_list)
  1184. temp.cost_name = []
  1185. temp.cost_price = []
  1186. t.forEach((item: any) => {
  1187. temp.cost_name.push(item.cost_name)
  1188. temp.cost_price.push(item.cost_price)
  1189. })
  1190. } else {
  1191. // 如果cost_list字符串长度小于2, 说明该数组为空, 删除temp的对应字段, 避免覆盖掉formDemo的克隆值.
  1192. delete temp.cost_name
  1193. delete temp.cost_price
  1194. }
  1195. if (temp.price_list && temp.price_list.length > 2) {
  1196. const t = JSON.parse(temp.price_list)
  1197. temp.number = []
  1198. temp.price = []
  1199. temp.days = []
  1200. t.forEach((item: any) => {
  1201. temp.number.push(item.number)
  1202. temp.price.push(item.price)
  1203. temp.days.push(item.days)
  1204. })
  1205. } else {
  1206. // 如果 price_list 字符串长度小于2, 说明该数组为空, 删除temp的对应字段, 避免覆盖掉formDemo的克隆值.
  1207. delete temp.cost_name
  1208. delete temp.cost_price
  1209. }
  1210. temp.entity_id = temp.id
  1211. // 删除无用字段避免接口报错
  1212. delete temp.id
  1213. // delete temp.parent_id
  1214. delete temp.create_time
  1215. delete temp.update_time
  1216. delete temp.creator
  1217. delete temp.admin_id
  1218. forms.value.push(Object.assign({}, cloneDeep(formDemo), temp))
  1219. }
  1220. const deleteForm = function (index: number) {
  1221. forms.value.splice(index, 1)
  1222. productImageList.value.splice(index, 1)
  1223. vendorList.value.splice(index, 1)
  1224. }
  1225. const addFormColumn = function () {
  1226. if (canAddForm.value) {
  1227. forms.value.push(
  1228. Object.assign(cloneDeep(formDemo), { parent_id: parentId }),
  1229. )
  1230. productImageList.value.push([])
  1231. vendorList.value.push([])
  1232. }
  1233. }
  1234. watch(
  1235. () => visible,
  1236. () => {
  1237. forms.value = []
  1238. productImageList.value = []
  1239. vendorList.value = []
  1240. if (visible > 1) {
  1241. initData()
  1242. } else if (visible > 0) {
  1243. addFormColumn()
  1244. }
  1245. show.value = visible > 0
  1246. },
  1247. )
  1248. const queryVenderList = function (keywords: string, index: number) {
  1249. getVendorList({ keywords }).then((response: any) => {
  1250. if (Array.isArray(response.result)) {
  1251. if (manualVendor.value.id) {
  1252. vendorList.value.splice(
  1253. index,
  1254. 1,
  1255. [manualVendor.value].concat(response.result || []),
  1256. )
  1257. } else {
  1258. vendorList.value.splice(index, 1, response.result || [])
  1259. }
  1260. }
  1261. })
  1262. }
  1263. const changeVenderSelect = function (value: string | number, index: number) {
  1264. if (value) {
  1265. const temp = vendorList.value[index].filter((i) => i.id === value)
  1266. if (temp.length) {
  1267. forms.value[index].vendor_name = temp[0].name
  1268. forms.value[index].vendor_phone = temp[0].phone || temp[0].Phone || ''
  1269. manualVendor.value = {
  1270. name: '',
  1271. id: '',
  1272. }
  1273. } else {
  1274. forms.value[index].vendor_name = value || ''
  1275. forms.value[index].vendor_phone = ''
  1276. forms.value[index].vendor_type = ''
  1277. manualVendor.value = {
  1278. name: value || '',
  1279. id: value || '',
  1280. }
  1281. }
  1282. }
  1283. }
  1284. const createQuoteFunc = function () {
  1285. const params = {
  1286. file: '', // 疑似永远为空
  1287. } as any
  1288. if (parentId) {
  1289. params.parent_id = parentId
  1290. }
  1291. let temp = cloneDeep(forms.value)
  1292. temp = temp.map((item, index) => {
  1293. const result = { ...item }
  1294. result.price_list = []
  1295. result.number.forEach((v: any, i: number) => {
  1296. result.price_list.push({
  1297. number: `${result.number[i]}`,
  1298. price: `${result.price[i]}`,
  1299. days: `${result.days[i]}`,
  1300. })
  1301. })
  1302. result.cost_list = []
  1303. result.cost_name.forEach((v: any, i: number) => {
  1304. result.cost_list.push({
  1305. cost_name: `${result.cost_name[i]}`,
  1306. cost_price: `${result.cost_price[i]}`,
  1307. })
  1308. })
  1309. result.product_image = productImageList.value[index]
  1310. .map((i) => {
  1311. return i.url.replace($mediaRegExp, '/')
  1312. })
  1313. .join(',')
  1314. return result
  1315. })
  1316. // 组装接口数据
  1317. Object.assign(params, { lists: temp })
  1318. createQuote(params).then((response: any) => {
  1319. if (response.code !== 1) return
  1320. ElNotification({
  1321. title: '成功',
  1322. message: '提交成功',
  1323. type: 'success',
  1324. duration: 3000,
  1325. })
  1326. $emit('create', response.result)
  1327. close()
  1328. })
  1329. }
  1330. // 用来动态绑定ref, 便于调用表单验证
  1331. const formRef = ref({} as any)
  1332. const getFormRef = (el: any, key: string) => {
  1333. formRef.value[`${key}`] = el
  1334. }
  1335. const checkForm = function () {
  1336. const key = [
  1337. 'vendor_id',
  1338. 'product_name',
  1339. 'number',
  1340. 'cost',
  1341. 'package_weight',
  1342. 'package_size',
  1343. 'in_package',
  1344. 'demo_days',
  1345. ]
  1346. let length = forms.value.length
  1347. const target = [] as any[]
  1348. do {
  1349. key.forEach((i) => {
  1350. target.push(`${i}_${length - 1}`)
  1351. })
  1352. length--
  1353. } while (length >= 1)
  1354. // 表单校验结果
  1355. let result = true
  1356. target.forEach((i: string) => {
  1357. const r: any = formRef.value[`${i}`]
  1358. if (typeof r.validate === 'function') {
  1359. r.clearValidate()
  1360. r.validate((valid: boolean) => {
  1361. if (!valid) {
  1362. messageError('请检查表单必填项')
  1363. result = false
  1364. return
  1365. }
  1366. })
  1367. } else {
  1368. result = false
  1369. }
  1370. })
  1371. if (result) createQuoteFunc()
  1372. }
  1373. const messageError = debounce(function (info) {
  1374. ElMessage.error(info)
  1375. }, 100)
  1376. const commonCheck = (rule: any, value: any, cb: any) => {
  1377. if (typeof value === 'number') {
  1378. if (value >= 0) {
  1379. cb()
  1380. } else {
  1381. cb(new Error('数字校验出错'))
  1382. }
  1383. return
  1384. }
  1385. if (value && value.trim().length) {
  1386. cb()
  1387. } else {
  1388. cb(new Error('字符串校验出错'))
  1389. }
  1390. }
  1391. const close = (done = {} as any) => {
  1392. $emit('update:visible', 0)
  1393. if (typeof done === 'function') done()
  1394. }
  1395. </script>
  1396. <style lang="scss">
  1397. .component-edit-indent-info {
  1398. .custom-edit-indent-info-dialog {
  1399. margin-top: 0 !important;
  1400. margin-bottom: 0 !important;
  1401. height: 100vh;
  1402. .el-dialog__body {
  1403. max-height: 87vh;
  1404. overflow-y: scroll;
  1405. overflow-x: auto;
  1406. padding-top: 8px;
  1407. }
  1408. .el-dialog__header {
  1409. border-bottom: 1px solid #dcdfe6;
  1410. }
  1411. .el-dialog__footer {
  1412. padding-bottom: 10px;
  1413. }
  1414. }
  1415. }
  1416. </style>
  1417. <style lang="scss" scoped>
  1418. div {
  1419. box-sizing: border-box;
  1420. }
  1421. .form-table {
  1422. margin: 24px 0;
  1423. & > div {
  1424. &::after {
  1425. // 占位符. 让表格右侧在横向滚动的时候能再滚动20px
  1426. content: '.';
  1427. width: 20px;
  1428. padding-left: 20px;
  1429. height: 1px;
  1430. background-color: transparent;
  1431. color: transparent;
  1432. }
  1433. }
  1434. }
  1435. .first-label {
  1436. text-align: center;
  1437. width: 120px;
  1438. min-width: 120px;
  1439. border: 1px solid #dcdfe6;
  1440. border-top: none;
  1441. border-right: none;
  1442. }
  1443. .second-label {
  1444. width: 170px;
  1445. min-width: 170px;
  1446. line-height: 55px;
  1447. min-height: 55px;
  1448. text-align: left;
  1449. padding: 0 10px;
  1450. border: 1px solid #dcdfe6;
  1451. border-top: none;
  1452. &.required {
  1453. color: #ef4135;
  1454. &::before {
  1455. content: '*';
  1456. display: inline-block;
  1457. color: #ef4135;
  1458. font-size: 14px;
  1459. width: 8px;
  1460. height: 8px;
  1461. }
  1462. }
  1463. }
  1464. .input-area {
  1465. position: relative;
  1466. border: 1px solid #dcdfe6;
  1467. border-left: none;
  1468. border-top: none;
  1469. min-height: 55px;
  1470. height: 100%;
  1471. padding: 7px 8px;
  1472. width: 300px;
  1473. min-width: 300px;
  1474. &:hover .btn-copy {
  1475. display: block;
  1476. }
  1477. .btn-copy {
  1478. display: none;
  1479. cursor: pointer;
  1480. background-color: #fff;
  1481. line-height: 26px;
  1482. padding: 0 4px;
  1483. position: absolute;
  1484. z-index: 2;
  1485. top: calc((100% - 26px) / 2);
  1486. right: -16px;
  1487. }
  1488. .el-form-item {
  1489. margin-bottom: 0;
  1490. }
  1491. .sub-table {
  1492. border: 1px solid #dcdfe6;
  1493. border-left: none;
  1494. }
  1495. .sub-table-head {
  1496. text-align: center;
  1497. line-height: 24px;
  1498. height: 24px;
  1499. background-color: #efefef;
  1500. }
  1501. .sub-table-row {
  1502. border-top: 1px solid #dcdfe6;
  1503. }
  1504. .sub-table-head,
  1505. .sub-table-row {
  1506. position: relative;
  1507. & > div {
  1508. border-left: 1px solid #dcdfe6;
  1509. padding: 2px 4px;
  1510. }
  1511. &:hover .sub-table-btn-delete {
  1512. border-left: 0;
  1513. padding: 0;
  1514. display: block;
  1515. }
  1516. }
  1517. .sub-table-price {
  1518. width: 120px;
  1519. }
  1520. .sub-table-days {
  1521. width: 90px;
  1522. }
  1523. .sub-table-number {
  1524. width: 90px;
  1525. }
  1526. .sub-table-cost-name {
  1527. width: 140px;
  1528. }
  1529. .sub-table-cost-price {
  1530. width: 140px;
  1531. }
  1532. .sub-table-btn-delete {
  1533. display: none;
  1534. line-height: 1;
  1535. font-size: 20px;
  1536. color: #ef4135;
  1537. position: absolute;
  1538. right: -6px;
  1539. top: 0;
  1540. z-index: 2;
  1541. }
  1542. .sub-table-btn-add {
  1543. margin: 12px 0 8px;
  1544. }
  1545. }
  1546. .form-header {
  1547. .first-label,
  1548. .input-area,
  1549. .second-label {
  1550. border-top: 1px solid #dcdfe6;
  1551. min-height: auto;
  1552. height: 40px;
  1553. line-height: 40px;
  1554. }
  1555. .el-button {
  1556. color: #ef4135;
  1557. }
  1558. }
  1559. .btn-add-indent-info {
  1560. background-color: #fff;
  1561. z-index: 2;
  1562. width: 74px;
  1563. height: 84px;
  1564. border: 1px solid #009688;
  1565. position: absolute;
  1566. right: 40px;
  1567. bottom: 40px;
  1568. color: #666;
  1569. font-size: 14px;
  1570. cursor: pointer;
  1571. .el-icon-circle-plus-outline {
  1572. color: #009688;
  1573. }
  1574. &:hover {
  1575. color: #333;
  1576. font-weight: 500;
  1577. border-color: #00bb88;
  1578. .el-icon-circle-plus-outline {
  1579. color: #00bb88;
  1580. }
  1581. }
  1582. }
  1583. </style>