info.vue 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638
  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. class="el-icon-error"
  530. @click="numberTableDeleteRow(index, subIndex)"
  531. ></div>
  532. </div>
  533. </div>
  534. </div>
  535. <div class="sub-table-btn-add">
  536. <el-button
  537. size="small"
  538. @click="numberTableAddRow(index)"
  539. >
  540. + 添加价格信息
  541. </el-button>
  542. </div>
  543. <div
  544. v-if="index < forms.length - 1"
  545. class="btn-copy"
  546. style="bottom: 4px; top: unset"
  547. @click.self="commonCopyFormItem(index, 'numberItem')"
  548. >
  549. &gt;&gt;&gt;
  550. </div>
  551. </div>
  552. </el-form>
  553. </div>
  554. <div class="flex items-stretch">
  555. <div class="second-label required">
  556. {{ $t(prefix + 'label_extra_fee') }}
  557. </div>
  558. <el-form
  559. v-for="(item, index) in forms"
  560. :ref="($e) => getFormRef($e, `cost_${index}`)"
  561. :key="index"
  562. :show-message="false"
  563. :model="item"
  564. >
  565. <div class="input-area">
  566. <div class="sub-table">
  567. <div class="sub-table-head flex items-center">
  568. <div class="sub-table-cost-name">项目</div>
  569. <div class="sub-table-cost-price">价格(RMB)</div>
  570. </div>
  571. <div
  572. v-for="(i, subIndex) in item.cost_name"
  573. :key="subIndex"
  574. class="sub-table-row flex items-center"
  575. >
  576. <div class="sub-table-cost-name">
  577. <el-form-item
  578. :prop="'cost_name.' + subIndex"
  579. :rules="{
  580. required: true,
  581. validator: commonCheck,
  582. }"
  583. >
  584. <el-select
  585. v-model="item.cost_name[subIndex]"
  586. size="small"
  587. >
  588. <el-option
  589. v-for="option in costOptions"
  590. :key="option.label"
  591. :label="option.label"
  592. :value="option.value"
  593. ></el-option>
  594. </el-select>
  595. </el-form-item>
  596. </div>
  597. <div class="sub-table-cost-price">
  598. <el-form-item
  599. :prop="'cost_price.' + subIndex"
  600. :rules="{
  601. required: true,
  602. validator: commonCheck,
  603. }"
  604. >
  605. <el-input
  606. v-model="item.cost_price[subIndex]"
  607. ></el-input>
  608. </el-form-item>
  609. </div>
  610. <div class="sub-table-btn-delete">
  611. <el-button
  612. :disabled="item.cost_name.length < 2"
  613. type="danger"
  614. size="small"
  615. plain
  616. @click="costTableDeleteRow(index, subIndex)"
  617. >
  618. {{ $t('btn_delete') }}
  619. </el-button>
  620. </div>
  621. </div>
  622. </div>
  623. <div class="sub-table-btn-add">
  624. <el-button
  625. size="small"
  626. @click="costTableAddRow(index)"
  627. >
  628. + 添加价格信息
  629. </el-button>
  630. </div>
  631. <div
  632. v-if="index < forms.length - 1"
  633. class="btn-copy"
  634. style="bottom: 4px; top: unset"
  635. @click.self="commonCopyFormItem(index, 'cost')"
  636. >
  637. &gt;&gt;&gt;
  638. </div>
  639. </div>
  640. </el-form>
  641. </div>
  642. </div>
  643. </div>
  644. <div class="flex items-stretch">
  645. <div class="first-label flex justify-center items-center">
  646. {{ $t(prefix + 'label_package_info') }}
  647. </div>
  648. <div class="flex flex-col items-stretch">
  649. <div class="flex items-stretch">
  650. <div class="second-label">
  651. {{ $t(prefix + 'label_package') }}
  652. </div>
  653. <div
  654. v-for="(item, index) in forms"
  655. :key="index"
  656. class="input-area"
  657. >
  658. <el-input
  659. v-model="item.package_info"
  660. placeholder="请输入产品包装信息"
  661. ></el-input>
  662. <div
  663. v-if="index < forms.length - 1"
  664. class="btn-copy"
  665. @click.self="commonCopyFormItem(index, 'package_info')"
  666. >
  667. &gt;&gt;&gt;
  668. </div>
  669. </div>
  670. </div>
  671. <div class="flex flex-col items-stretch">
  672. <div class="flex items-stretch">
  673. <div class="second-label required">
  674. {{ $t(prefix + 'label_gross_weight') }}(KG)
  675. </div>
  676. <el-form
  677. v-for="(item, index) in forms"
  678. :ref="($e) => getFormRef($e, `package_weight_${index}`)"
  679. :key="index"
  680. :show-message="false"
  681. :model="item"
  682. >
  683. <div class="input-area">
  684. <el-form-item
  685. prop="package_weight"
  686. :rules="{ required: true, validator: commonCheck }"
  687. >
  688. <el-input
  689. v-model="item.package_weight"
  690. placeholder="请输入每箱毛重"
  691. ></el-input>
  692. </el-form-item>
  693. <div
  694. v-if="index < forms.length - 1"
  695. class="btn-copy"
  696. @click.self="commonCopyFormItem(index, 'package_weight')"
  697. >
  698. &gt;&gt;&gt;
  699. </div>
  700. </div>
  701. </el-form>
  702. </div>
  703. <div class="flex items-stretch">
  704. <div class="second-label required">
  705. {{ $t(prefix + 'label_package_size') }}(CM)
  706. </div>
  707. <el-form
  708. v-for="(item, index) in forms"
  709. :ref="($e) => getFormRef($e, `package_size_${index}`)"
  710. :key="index"
  711. :show-message="false"
  712. :model="item"
  713. >
  714. <div class="input-area flex justify-center items-center">
  715. <el-form-item
  716. prop="package_size_length"
  717. :rules="{
  718. required: true,
  719. trigger: 'change',
  720. validator: commonCheck,
  721. }"
  722. >
  723. <el-input
  724. v-model="item.package_size_length"
  725. style="width: 74px"
  726. placeholder="长"
  727. ></el-input>
  728. </el-form-item>
  729. <span class="el-icon-close"></span>
  730. <el-form-item
  731. prop="package_size_width"
  732. :rules="{
  733. required: true,
  734. trigger: 'change',
  735. validator: commonCheck,
  736. }"
  737. >
  738. <el-input
  739. v-model="item.package_size_width"
  740. style="width: 74px"
  741. placeholder="宽"
  742. ></el-input>
  743. </el-form-item>
  744. <span class="el-icon-close"></span>
  745. <el-form-item
  746. prop="package_size_height"
  747. :rules="{
  748. required: true,
  749. trigger: 'change',
  750. validator: commonCheck,
  751. }"
  752. >
  753. <el-input
  754. v-model="item.package_size_height"
  755. style="width: 74px"
  756. placeholder="高"
  757. ></el-input>
  758. </el-form-item>
  759. <span>&nbsp;CM</span>
  760. <div
  761. v-if="index < forms.length - 1"
  762. class="btn-copy"
  763. @click.self="commonCopyFormItem(index, 'package_size')"
  764. >
  765. &gt;&gt;&gt;
  766. </div>
  767. </div>
  768. </el-form>
  769. </div>
  770. <div class="flex items-stretch">
  771. <div class="second-label required">
  772. {{ $t(prefix + 'label_pcs') }}(PCS)
  773. </div>
  774. <el-form
  775. v-for="(item, index) in forms"
  776. :ref="($e) => getFormRef($e, `in_package_${index}`)"
  777. :key="index"
  778. :show-message="false"
  779. :model="item"
  780. >
  781. <div class="input-area">
  782. <el-form-item
  783. prop="in_package"
  784. :rules="{
  785. required: true,
  786. trigger: 'change',
  787. validator: commonCheck,
  788. }"
  789. >
  790. <el-input
  791. v-model="item.in_package"
  792. placeholder="PCS"
  793. ></el-input>
  794. </el-form-item>
  795. <div
  796. v-if="index < forms.length - 1"
  797. class="btn-copy"
  798. @click.self="commonCopyFormItem(index, 'in_package')"
  799. >
  800. &gt;&gt;&gt;
  801. </div>
  802. </div>
  803. </el-form>
  804. </div>
  805. </div>
  806. </div>
  807. </div>
  808. <div class="flex items-stretch">
  809. <div class="first-label flex justify-center items-center">
  810. {{ $t(prefix + 'label_example') }}
  811. </div>
  812. <div class="flex flex-col items-stretch">
  813. <div class="flex items-stretch">
  814. <div class="second-label required">
  815. {{ $t(prefix + 'label_example_days') }}(Days)
  816. </div>
  817. <el-form
  818. v-for="(item, index) in forms"
  819. :ref="($e) => getFormRef($e, `demo_days_${index}`)"
  820. :key="index"
  821. :show-message="false"
  822. :model="item"
  823. >
  824. <div class="input-area">
  825. <el-form-item
  826. prop="demo_days"
  827. :rules="{
  828. required: true,
  829. trigger: 'change',
  830. validator: commonCheck,
  831. }"
  832. >
  833. <el-input
  834. v-model="item.demo_days"
  835. placeholder="天数"
  836. ></el-input>
  837. </el-form-item>
  838. <div
  839. v-if="index < forms.length - 1"
  840. class="btn-copy"
  841. @click.self="commonCopyFormItem(index, 'demo_days')"
  842. >
  843. &gt;&gt;&gt;
  844. </div>
  845. </div>
  846. </el-form>
  847. </div>
  848. <div class="flex items-stretch">
  849. <div class="second-label">
  850. {{ $t(prefix + 'label_example_cost') }}(¥)
  851. </div>
  852. <div
  853. v-for="(item, index) in forms"
  854. :key="index"
  855. class="input-area"
  856. >
  857. <el-input
  858. v-model="item.demo_cost"
  859. placeholder="请输入打样费用"
  860. ></el-input>
  861. <div
  862. v-if="index < forms.length - 1"
  863. class="btn-copy"
  864. @click.self="commonCopyFormItem(index, 'demo_cost')"
  865. >
  866. &gt;&gt;&gt;
  867. </div>
  868. </div>
  869. </div>
  870. <div class="flex items-stretch">
  871. <div class="second-label">
  872. {{ $t(prefix + 'label_can_refund') }}
  873. </div>
  874. <div
  875. v-for="(item, index) in forms"
  876. :key="index"
  877. class="input-area"
  878. >
  879. <el-input
  880. v-model="item.demo_return"
  881. placeholder="请输入退费信息"
  882. ></el-input>
  883. <div
  884. v-if="index < forms.length - 1"
  885. class="btn-copy"
  886. @click.self="commonCopyFormItem(index, 'demo_return')"
  887. >
  888. &gt;&gt;&gt;
  889. </div>
  890. </div>
  891. </div>
  892. </div>
  893. </div>
  894. <div class="flex items-stretch">
  895. <div class="first-label flex justify-center items-center"></div>
  896. <div class="flex flex-col items-stretch">
  897. <div class="flex items-stretch">
  898. <div class="second-label">
  899. {{ $t(prefix + 'label_cert') }}
  900. </div>
  901. <div
  902. v-for="(item, index) in forms"
  903. :key="index"
  904. class="input-area"
  905. >
  906. <el-input
  907. v-model="item.cert"
  908. placeholder="证书"
  909. ></el-input>
  910. <div
  911. v-if="index < forms.length - 1"
  912. class="btn-copy"
  913. @click.self="commonCopyFormItem(index, 'cert')"
  914. >
  915. &gt;&gt;&gt;
  916. </div>
  917. </div>
  918. </div>
  919. <div class="flex items-stretch">
  920. <div class="second-label">
  921. {{ $t(prefix + 'label_comment') }}
  922. </div>
  923. <div
  924. v-for="(item, index) in forms"
  925. :key="index"
  926. class="input-area"
  927. >
  928. <el-input
  929. v-model="item.notes"
  930. placeholder="请输入内容"
  931. type="textarea"
  932. :rows="3"
  933. ></el-input>
  934. <div
  935. v-if="index < forms.length - 1"
  936. class="btn-copy"
  937. @click.self="commonCopyFormItem(index, 'notes')"
  938. >
  939. &gt;&gt;&gt;
  940. </div>
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. </div>
  946. <div
  947. v-show="canAddForm"
  948. class="btn-add-indent-info flex justify-center flex-col items-center"
  949. @click="addFormColumn"
  950. >
  951. <el-icon
  952. size="42"
  953. class="el-icon-circle-plus-outline"
  954. >
  955. <CirclePlus></CirclePlus>
  956. </el-icon>
  957. <div>
  958. {{ $t(prefix + 'btn_add_info') }}
  959. </div>
  960. </div>
  961. <template #footer>
  962. <div class="flex justify-center items-center">
  963. <!-- v-show="$showAuthBtn(429)" -->
  964. <el-button
  965. type="primary"
  966. size="small"
  967. @click="checkForm"
  968. >
  969. {{ $t('btn_save') }}
  970. </el-button>
  971. <el-button
  972. type=""
  973. size="small"
  974. @click="close"
  975. >
  976. {{ $t('btn_close') }}
  977. </el-button>
  978. </div>
  979. </template>
  980. </el-dialog>
  981. </div>
  982. </template>
  983. <script lang="ts" setup>
  984. import { defineComponent, ref, watch, computed, nextTick, inject } from 'vue'
  985. import {
  986. ElButton,
  987. ElForm,
  988. ElFormItem,
  989. ElInput,
  990. ElSelect,
  991. ElOption,
  992. ElDialog,
  993. ElNotification,
  994. ElMessage,
  995. ElIcon,
  996. } from 'element-plus'
  997. import { CirclePlus } from '@element-plus/icons-vue'
  998. import debounce from 'lodash.debounce'
  999. import cloneDeep from 'lodash.clonedeep'
  1000. import { $t } from '@/i18n/index'
  1001. import imageUpload from '@/components/ImageUpload.vue'
  1002. // 用来对oss的图片、视频等媒体数据的url进行匹配替换
  1003. import { getVendorList, createQuote } from '@/api/indent'
  1004. defineComponent({
  1005. name: 'EditInfo',
  1006. })
  1007. const $emit = defineEmits(['update:visible', 'create'])
  1008. const {
  1009. visible = 0,
  1010. alreadyHasIndentCount = 0,
  1011. parentId = 0,
  1012. dataForEdit = {} as any,
  1013. } = defineProps<{
  1014. visible: number
  1015. alreadyHasIndentCount?: number
  1016. parentId: number | string
  1017. dataForEdit: object
  1018. }>()
  1019. const $mediaRegExp = inject('mediaRegExp') as RegExp
  1020. const prefix = 'order.indent_edit_info.'
  1021. const show = ref(false)
  1022. const costOptions = [
  1023. {
  1024. label: $t('text_please_select'),
  1025. value: '',
  1026. },
  1027. {
  1028. label: '样品费用',
  1029. value: '样品费用',
  1030. },
  1031. {
  1032. label: '印刷费用',
  1033. value: '印刷费用',
  1034. },
  1035. {
  1036. label: '模具费用',
  1037. value: '模具费用',
  1038. },
  1039. {
  1040. label: '制版费用',
  1041. value: '制版费用',
  1042. },
  1043. {
  1044. label: '染色费用',
  1045. value: '染色费用',
  1046. },
  1047. {
  1048. label: '其他费用',
  1049. value: '其他费用',
  1050. },
  1051. ]
  1052. const formDemo = {
  1053. // 供应商
  1054. vendor_name: '',
  1055. vendor_id: '',
  1056. vendor_type: '',
  1057. vendor_wangwang_old: '',
  1058. vendor_contact: '',
  1059. vendor_phone: '',
  1060. // 产品信息
  1061. product_name: '',
  1062. product_url: '',
  1063. product_image: '',
  1064. product_size: '',
  1065. product_hd: '',
  1066. product_capacity: '',
  1067. product_material: '',
  1068. product_battery: '',
  1069. product_require_print: '',
  1070. product_color: '',
  1071. product_require_color: '',
  1072. product_other: '',
  1073. // 出厂价
  1074. number: [''],
  1075. price: [''],
  1076. days: [''],
  1077. cost_name: [''],
  1078. cost_price: [''],
  1079. // 包装信息
  1080. package_info: '',
  1081. package_size_length: '',
  1082. package_size_width: '',
  1083. package_size_height: '',
  1084. package_weight: '',
  1085. in_package: '', // 一箱个数
  1086. // 打样情况
  1087. demo_days: '',
  1088. demo_cost: '',
  1089. demo_return: '',
  1090. cert: '',
  1091. notes: '',
  1092. }
  1093. const forms = ref([] as any[])
  1094. const canAddForm = computed(() => {
  1095. return 100 - alreadyHasIndentCount - forms.value.length > 0
  1096. })
  1097. const productImageList = ref([] as any[][])
  1098. const vendorList = ref([] as any[][])
  1099. const manualVendor = ref({} as any)
  1100. const commonCopyFormItem = function (index: number, key: string) {
  1101. // console.log(index, key, 'index key')
  1102. if (['vendor_id', 'vendor_name', 'vendor_phone'].includes(key)) {
  1103. vendorList.value.splice(index + 1, 1, cloneDeep(vendorList.value[index]))
  1104. forms.value[index + 1].vendor_name = forms.value[index].vendor_name
  1105. forms.value[index + 1].vendor_phone = forms.value[index].vendor_phone
  1106. forms.value[index + 1].vendor_id = forms.value[index].vendor_id
  1107. } else if (key === 'productImageList') {
  1108. productImageList.value.splice(
  1109. index + 1,
  1110. 1,
  1111. cloneDeep(productImageList.value[index]),
  1112. )
  1113. } else if (key === 'cost') {
  1114. // 额外费用
  1115. forms.value[index + 1].cost_name = cloneDeep(forms.value[index].cost_name)
  1116. forms.value[index + 1].cost_price = cloneDeep(forms.value[index].cost_price)
  1117. } else if (key === 'numberItem') {
  1118. // 数量 单价
  1119. forms.value[index + 1].number = cloneDeep(forms.value[index].number)
  1120. forms.value[index + 1].price = cloneDeep(forms.value[index].price)
  1121. forms.value[index + 1].days = cloneDeep(forms.value[index].days)
  1122. } else if (key === 'package_size') {
  1123. // 外箱规格
  1124. forms.value[index + 1].package_size_length = cloneDeep(
  1125. forms.value[index].package_size_length,
  1126. )
  1127. forms.value[index + 1].package_size_width = cloneDeep(
  1128. forms.value[index].package_size_width,
  1129. )
  1130. forms.value[index + 1].package_size_height = cloneDeep(
  1131. forms.value[index].package_size_height,
  1132. )
  1133. } else {
  1134. forms.value[index + 1][key] = forms.value[index][key]
  1135. }
  1136. }
  1137. const costTableDeleteRow = function (index: number, subIndex: number) {
  1138. forms.value[index].cost_name.splice(subIndex, 1)
  1139. forms.value[index].cost_price.splice(subIndex, 1)
  1140. }
  1141. const costTableAddRow = function (index: number) {
  1142. forms.value[index].cost_name.push('')
  1143. forms.value[index].cost_price.push('')
  1144. }
  1145. const numberTableDeleteRow = function (index: number, subIndex: number) {
  1146. forms.value[index].number.splice(subIndex, 1)
  1147. forms.value[index].price.splice(subIndex, 1)
  1148. forms.value[index].days.splice(subIndex, 1)
  1149. }
  1150. const numberTableAddRow = function (index: number) {
  1151. forms.value[index].number.push('')
  1152. forms.value[index].price.push('')
  1153. forms.value[index].days.push('')
  1154. }
  1155. // 仅编辑报价信息时需要初始化
  1156. const initData = function () {
  1157. // 查询供应商候选列表, 不然下拉框无数据匹配, 下拉框界面上会显示成供应商的id
  1158. queryVenderList(dataForEdit.vendor_name, 0)
  1159. const temp = cloneDeep(dataForEdit)
  1160. productImageList.value.push([])
  1161. if (Array.isArray(temp.product_image) && temp.product_image.length) {
  1162. nextTick(() => {
  1163. productImageList.value.splice(
  1164. 0,
  1165. 1,
  1166. temp.product_image.map((img: string) => {
  1167. return {
  1168. url: $mediaRegExp.test(img)
  1169. ? img
  1170. : import.meta.env.VITE_APP_OSS_PREFIX + img,
  1171. }
  1172. }),
  1173. )
  1174. })
  1175. }
  1176. if (temp.cost_list && temp.cost_list.length > 2) {
  1177. const t = JSON.parse(temp.cost_list)
  1178. temp.cost_name = []
  1179. temp.cost_price = []
  1180. t.forEach((item: any) => {
  1181. temp.cost_name.push(item.cost_name)
  1182. temp.cost_price.push(item.cost_price)
  1183. })
  1184. } else {
  1185. // 如果cost_list字符串长度小于2, 说明该数组为空, 删除temp的对应字段, 避免覆盖掉formDemo的克隆值.
  1186. delete temp.cost_name
  1187. delete temp.cost_price
  1188. }
  1189. if (temp.price_list && temp.price_list.length > 2) {
  1190. const t = JSON.parse(temp.price_list)
  1191. temp.number = []
  1192. temp.price = []
  1193. temp.days = []
  1194. t.forEach((item: any) => {
  1195. temp.number.push(item.number)
  1196. temp.price.push(item.price)
  1197. temp.days.push(item.days)
  1198. })
  1199. } else {
  1200. // 如果 price_list 字符串长度小于2, 说明该数组为空, 删除temp的对应字段, 避免覆盖掉formDemo的克隆值.
  1201. delete temp.cost_name
  1202. delete temp.cost_price
  1203. }
  1204. temp.entity_id = temp.id
  1205. // 删除无用字段避免接口报错
  1206. delete temp.id
  1207. // delete temp.parent_id
  1208. delete temp.create_time
  1209. delete temp.update_time
  1210. delete temp.creator
  1211. delete temp.admin_id
  1212. forms.value.push(Object.assign({}, cloneDeep(formDemo), temp))
  1213. }
  1214. const deleteForm = function (index: number) {
  1215. forms.value.splice(index, 1)
  1216. productImageList.value.splice(index, 1)
  1217. vendorList.value.splice(index, 1)
  1218. }
  1219. const addFormColumn = function () {
  1220. if (canAddForm.value) {
  1221. forms.value.push(
  1222. Object.assign(cloneDeep(formDemo), { parent_id: parentId }),
  1223. )
  1224. productImageList.value.push([])
  1225. vendorList.value.push([])
  1226. }
  1227. }
  1228. watch(
  1229. () => visible,
  1230. () => {
  1231. forms.value = []
  1232. productImageList.value = []
  1233. vendorList.value = []
  1234. if (visible > 1) {
  1235. initData()
  1236. } else if (visible > 0) {
  1237. addFormColumn()
  1238. }
  1239. show.value = visible > 0
  1240. },
  1241. )
  1242. const queryVenderList = function (keywords: string, index: number) {
  1243. getVendorList({ keywords }).then((response: any) => {
  1244. if (Array.isArray(response.result)) {
  1245. if (manualVendor.value.id) {
  1246. vendorList.value.splice(
  1247. index,
  1248. 1,
  1249. [manualVendor.value].concat(response.result || []),
  1250. )
  1251. } else {
  1252. vendorList.value.splice(index, 1, response.result || [])
  1253. }
  1254. }
  1255. })
  1256. }
  1257. const changeVenderSelect = function (value: string | number, index: number) {
  1258. if (value) {
  1259. const temp = vendorList.value[index].filter((i) => i.id === value)
  1260. if (temp.length) {
  1261. forms.value[index].vendor_name = temp[0].name
  1262. forms.value[index].vendor_phone = temp[0].phone || temp[0].Phone || ''
  1263. manualVendor.value = {
  1264. name: '',
  1265. id: '',
  1266. }
  1267. } else {
  1268. forms.value[index].vendor_name = value || ''
  1269. forms.value[index].vendor_phone = ''
  1270. forms.value[index].vendor_type = ''
  1271. manualVendor.value = {
  1272. name: value || '',
  1273. id: value || '',
  1274. }
  1275. }
  1276. }
  1277. }
  1278. const createQuoteFunc = function () {
  1279. const params = {
  1280. file: '', // 疑似永远为空
  1281. } as any
  1282. if (parentId) {
  1283. params.parent_id = parentId
  1284. }
  1285. let temp = cloneDeep(forms.value)
  1286. temp = temp.map((item, index) => {
  1287. const result = { ...item }
  1288. result.price_list = []
  1289. result.number.forEach((v: any, i: number) => {
  1290. result.price_list.push({
  1291. number: `${result.number[i]}`,
  1292. price: `${result.price[i]}`,
  1293. days: `${result.days[i]}`,
  1294. })
  1295. })
  1296. result.cost_list = []
  1297. result.cost_name.forEach((v: any, i: number) => {
  1298. result.cost_list.push({
  1299. cost_name: `${result.cost_name[i]}`,
  1300. cost_price: `${result.cost_price[i]}`,
  1301. })
  1302. })
  1303. result.product_image = productImageList.value[index]
  1304. .map((i) => {
  1305. return i.url.replace($mediaRegExp, '/')
  1306. })
  1307. .join(',')
  1308. return result
  1309. })
  1310. // 组装接口数据
  1311. Object.assign(params, { lists: temp })
  1312. createQuote(params).then((response: any) => {
  1313. if (response.code !== 1) return
  1314. ElNotification({
  1315. title: '成功',
  1316. message: '提交成功',
  1317. type: 'success',
  1318. duration: 3000,
  1319. })
  1320. $emit('create', response.result)
  1321. close()
  1322. })
  1323. }
  1324. // 用来动态绑定ref, 便于调用表单验证
  1325. const formRef = ref({} as any)
  1326. const getFormRef = (el: any, key: string) => {
  1327. formRef.value[`${key}`] = el
  1328. }
  1329. const checkForm = function () {
  1330. const key = [
  1331. 'vendor_id',
  1332. 'product_name',
  1333. 'number',
  1334. 'cost',
  1335. 'package_weight',
  1336. 'package_size',
  1337. 'in_package',
  1338. 'demo_days',
  1339. ]
  1340. let length = forms.value.length
  1341. const target = [] as any[]
  1342. do {
  1343. key.forEach((i) => {
  1344. target.push(`${i}_${length - 1}`)
  1345. })
  1346. length--
  1347. } while (length >= 1)
  1348. // 表单校验结果
  1349. let result = true
  1350. target.forEach((i: string) => {
  1351. const r: any = formRef.value[`${i}`]
  1352. if (typeof r.validate === 'function') {
  1353. r.clearValidate()
  1354. r.validate((valid: boolean) => {
  1355. if (!valid) {
  1356. messageError('请检查表单必填项')
  1357. result = false
  1358. return
  1359. }
  1360. })
  1361. } else {
  1362. result = false
  1363. }
  1364. })
  1365. if (result) createQuoteFunc()
  1366. }
  1367. const messageError = debounce(function (info) {
  1368. ElMessage.error(info)
  1369. }, 100)
  1370. const commonCheck = (rule: any, value: any, cb: any) => {
  1371. if (typeof value === 'number') {
  1372. if (value >= 0) {
  1373. cb()
  1374. } else {
  1375. cb(new Error('数字校验出错'))
  1376. }
  1377. return
  1378. }
  1379. if (value && value.trim().length) {
  1380. cb()
  1381. } else {
  1382. cb(new Error('字符串校验出错'))
  1383. }
  1384. }
  1385. const close = (done = {} as any) => {
  1386. $emit('update:visible', false)
  1387. if (typeof done === 'function') done()
  1388. }
  1389. </script>
  1390. <style lang="scss">
  1391. .component-edit-indent-info {
  1392. .custom-edit-indent-info-dialog {
  1393. margin-top: 0 !important;
  1394. margin-bottom: 0 !important;
  1395. height: 100vh;
  1396. .el-dialog__body {
  1397. max-height: 87vh;
  1398. overflow-y: scroll;
  1399. overflow-x: auto;
  1400. padding-top: 8px;
  1401. }
  1402. .el-dialog__header {
  1403. border-bottom: 1px solid #dcdfe6;
  1404. }
  1405. .el-dialog__footer {
  1406. padding-bottom: 10px;
  1407. }
  1408. }
  1409. }
  1410. </style>
  1411. <style lang="scss" scoped>
  1412. div {
  1413. box-sizing: border-box;
  1414. }
  1415. .form-table {
  1416. margin: 24px 0;
  1417. & > div {
  1418. &::after {
  1419. // 占位符. 让表格右侧在横向滚动的时候能再滚动20px
  1420. content: '.';
  1421. width: 20px;
  1422. padding-left: 20px;
  1423. height: 1px;
  1424. background-color: transparent;
  1425. color: transparent;
  1426. }
  1427. }
  1428. }
  1429. .first-label {
  1430. text-align: center;
  1431. width: 120px;
  1432. min-width: 120px;
  1433. border: 1px solid #dcdfe6;
  1434. border-top: none;
  1435. border-right: none;
  1436. }
  1437. .second-label {
  1438. width: 170px;
  1439. min-width: 170px;
  1440. line-height: 55px;
  1441. min-height: 55px;
  1442. text-align: left;
  1443. padding: 0 10px;
  1444. border: 1px solid #dcdfe6;
  1445. border-top: none;
  1446. &.required {
  1447. color: #ef4135;
  1448. &::before {
  1449. content: '*';
  1450. display: inline-block;
  1451. color: #ef4135;
  1452. font-size: 14px;
  1453. width: 8px;
  1454. height: 8px;
  1455. }
  1456. }
  1457. }
  1458. .input-area {
  1459. position: relative;
  1460. border: 1px solid #dcdfe6;
  1461. border-left: none;
  1462. border-top: none;
  1463. min-height: 55px;
  1464. height: 100%;
  1465. padding: 7px 8px;
  1466. width: 300px;
  1467. min-width: 300px;
  1468. &:hover .btn-copy {
  1469. display: block;
  1470. }
  1471. .btn-copy {
  1472. display: none;
  1473. cursor: pointer;
  1474. background-color: #fff;
  1475. line-height: 26px;
  1476. padding: 0 4px;
  1477. position: absolute;
  1478. z-index: 2;
  1479. top: calc((100% - 26px) / 2);
  1480. right: -16px;
  1481. }
  1482. .el-form-item {
  1483. margin-bottom: 0;
  1484. }
  1485. .sub-table {
  1486. border: 1px solid #dcdfe6;
  1487. border-left: none;
  1488. }
  1489. .sub-table-head {
  1490. text-align: center;
  1491. line-height: 24px;
  1492. height: 24px;
  1493. background-color: #efefef;
  1494. }
  1495. .sub-table-row {
  1496. border-top: 1px solid #dcdfe6;
  1497. }
  1498. .sub-table-head,
  1499. .sub-table-row {
  1500. position: relative;
  1501. & > div {
  1502. border-left: 1px solid #dcdfe6;
  1503. padding: 2px 4px;
  1504. }
  1505. &:hover .sub-table-btn-delete {
  1506. border-left: 0;
  1507. padding: 0;
  1508. display: block;
  1509. }
  1510. }
  1511. .sub-table-price {
  1512. width: 120px;
  1513. }
  1514. .sub-table-days {
  1515. width: 90px;
  1516. }
  1517. .sub-table-number {
  1518. width: 90px;
  1519. }
  1520. .sub-table-cost-name {
  1521. width: 140px;
  1522. }
  1523. .sub-table-cost-price {
  1524. width: 140px;
  1525. }
  1526. .sub-table-btn-delete {
  1527. display: none;
  1528. line-height: 1;
  1529. font-size: 20px;
  1530. color: #ef4135;
  1531. position: absolute;
  1532. right: -6px;
  1533. top: 0;
  1534. z-index: 2;
  1535. }
  1536. .sub-table-btn-add {
  1537. margin: 12px 0 8px;
  1538. }
  1539. }
  1540. .form-header {
  1541. .first-label,
  1542. .input-area,
  1543. .second-label {
  1544. border-top: 1px solid #dcdfe6;
  1545. min-height: auto;
  1546. height: 40px;
  1547. line-height: 40px;
  1548. }
  1549. .el-button {
  1550. color: #ef4135;
  1551. }
  1552. }
  1553. .btn-add-indent-info {
  1554. background-color: #fff;
  1555. z-index: 2;
  1556. width: 74px;
  1557. height: 84px;
  1558. border: 1px solid #009688;
  1559. position: absolute;
  1560. right: 40px;
  1561. bottom: 40px;
  1562. color: #666;
  1563. font-size: 14px;
  1564. cursor: pointer;
  1565. .el-icon-circle-plus-outline {
  1566. color: #009688;
  1567. font-size: 42px;
  1568. }
  1569. &:hover {
  1570. color: #333;
  1571. font-weight: 500;
  1572. border-color: #00bb88;
  1573. .el-icon-circle-plus-outline {
  1574. color: #00bb88;
  1575. }
  1576. }
  1577. }
  1578. </style>