freight.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
  1. <template>
  2. <div class="component-set-freight">
  3. <el-dialog
  4. v-model="show"
  5. class="custom-edit-indent-info-dialog"
  6. title="设置运费参数"
  7. width="800px"
  8. :close-on-click-modal="false"
  9. :close-on-press-escape="false"
  10. :append-to-body="true"
  11. :before-close="close"
  12. >
  13. <el-form
  14. ref="freightForm"
  15. label-width="140px"
  16. :rules="rules"
  17. :model="form"
  18. :inline="true"
  19. >
  20. <el-tabs
  21. v-model="activeTab"
  22. type="card"
  23. >
  24. <el-tab-pane
  25. label="基础参数"
  26. name="1"
  27. >
  28. <div class="flex flex-wrap tab-panel-1">
  29. <el-form-item
  30. label="汇率(RMB/AUD)"
  31. prop="rate_rmb_aud"
  32. >
  33. <el-input v-model="form.rate_rmb_aud"></el-input>
  34. </el-form-item>
  35. <el-form-item
  36. label="国内运费单价(重货)"
  37. prop="cn_price_heavy"
  38. >
  39. <div class="flex items-center">
  40. <el-input
  41. v-model="form.cn_price_heavy"
  42. class="flex-auto"
  43. ></el-input>
  44. <div style="width: 60px; padding-left: 8px">(RMB)</div>
  45. </div>
  46. </el-form-item>
  47. <el-form-item
  48. label="税率(%)"
  49. prop="rate_tax"
  50. >
  51. <el-input v-model="form.rate_tax"></el-input>
  52. </el-form-item>
  53. <el-form-item
  54. label="国内运费单价(轻货)"
  55. prop="cn_price"
  56. >
  57. <div class="flex items-center">
  58. <el-input
  59. v-model="form.cn_price"
  60. class="flex-auto"
  61. ></el-input>
  62. <div style="width: 60px; padding-left: 8px">(RMB)</div>
  63. </div>
  64. </el-form-item>
  65. <el-form-item
  66. label="燃油附加(%)"
  67. prop="rate_fuel"
  68. >
  69. <el-input v-model="form.rate_fuel"></el-input>
  70. </el-form-item>
  71. <el-form-item
  72. label="空+派燃油附加(%)"
  73. prop="rate_fuelplus"
  74. >
  75. <el-input v-model="form.rate_fuelplus"></el-input>
  76. </el-form-item>
  77. <el-form-item
  78. label="体积浮动(%)"
  79. prop="rate_bulk"
  80. >
  81. <el-input v-model="form.rate_bulk"></el-input>
  82. </el-form-item>
  83. <el-form-item
  84. label="海运费(AUD)"
  85. prop="sea_fee"
  86. >
  87. <el-input v-model="form.sea_fee"></el-input>
  88. </el-form-item>
  89. <el-form-item
  90. label="重量浮动(%)"
  91. prop="rate_weight"
  92. >
  93. <el-input v-model="form.rate_weight"></el-input>
  94. </el-form-item>
  95. </div>
  96. </el-tab-pane>
  97. <el-tab-pane
  98. label="航空运费单价"
  99. name="2"
  100. >
  101. <div class="flex items-start tab-panel-2">
  102. <div style="width: 120px">
  103. <el-tabs
  104. v-model="currentAirTab"
  105. tab-position="left"
  106. >
  107. <el-tab-pane
  108. name="dhl"
  109. label="DHL"
  110. ></el-tab-pane>
  111. <el-tab-pane
  112. name="tnt"
  113. label="TNT"
  114. ></el-tab-pane>
  115. <el-tab-pane
  116. name="fedex"
  117. label="Fedex"
  118. ></el-tab-pane>
  119. </el-tabs>
  120. </div>
  121. <div class="flex-auto">
  122. <el-table
  123. :header-cell-style="{ backgroundColor: '#F2F6FC' }"
  124. :data="computedAirForm"
  125. stripe
  126. border
  127. >
  128. <el-table-column label="重量(KG)">
  129. <template #default="scope">
  130. <div class="flex items-center">
  131. <el-form-item
  132. style="width: 130px"
  133. :rules="{
  134. validator: checkInput,
  135. }"
  136. :prop="
  137. computedAirFormRuleKey + '.' + scope.$index + '.min'
  138. "
  139. >
  140. <el-input v-model="scope.row.min"></el-input>
  141. </el-form-item>
  142. <span style="margin-right: 10px">~</span>
  143. <el-form-item
  144. style="width: 130px"
  145. :rules="{
  146. validator: checkInput,
  147. }"
  148. :prop="
  149. computedAirFormRuleKey + '.' + scope.$index + '.max'
  150. "
  151. >
  152. <el-input v-model="scope.row.max"></el-input>
  153. </el-form-item>
  154. </div>
  155. </template>
  156. </el-table-column>
  157. <el-table-column
  158. label="单价(AUD/KG)"
  159. width="200"
  160. >
  161. <template #default="scope">
  162. <el-form-item
  163. :rules="{
  164. validator: checkInput,
  165. }"
  166. :prop="
  167. computedAirFormRuleKey + '.' + scope.$index + '.price'
  168. "
  169. >
  170. <el-input v-model="scope.row.price"></el-input>
  171. </el-form-item>
  172. </template>
  173. </el-table-column>
  174. <el-table-column
  175. label="操作"
  176. width="90"
  177. >
  178. <template #default="scope">
  179. <el-form-item>
  180. <el-button
  181. size="small"
  182. type="danger"
  183. @click="deleteAir(scope.$index)"
  184. >
  185. {{ $t('btn_delete') }}
  186. </el-button>
  187. </el-form-item>
  188. </template>
  189. </el-table-column>
  190. </el-table>
  191. <br />
  192. <el-button
  193. size="small"
  194. @click="addAir"
  195. >
  196. + 添加价格信息
  197. </el-button>
  198. </div>
  199. </div>
  200. </el-tab-pane>
  201. <el-tab-pane
  202. label="空+派单价"
  203. name="3"
  204. >
  205. <div class="tab-panel-3">
  206. <el-table
  207. :header-cell-style="{ backgroundColor: '#F2F6FC' }"
  208. :data="form.airplus"
  209. stripe
  210. border
  211. >
  212. <el-table-column label="重量(KG)">
  213. <template #default="scope">
  214. <div class="flex items-center">
  215. <el-form-item
  216. style="width: 130px"
  217. :rules="{
  218. validator: checkInput,
  219. }"
  220. :prop="'airplus.' + scope.$index + '.min'"
  221. >
  222. <el-input v-model="scope.row.min"></el-input>
  223. </el-form-item>
  224. <span style="margin-right: 10px">~</span>
  225. <el-form-item
  226. style="width: 130px"
  227. :rules="{
  228. validator: checkInput,
  229. }"
  230. :prop="'airplus.' + scope.$index + '.max'"
  231. >
  232. <el-input v-model="scope.row.max"></el-input>
  233. </el-form-item>
  234. </div>
  235. </template>
  236. </el-table-column>
  237. <el-table-column
  238. label="单价(AUD/KG)"
  239. width="200"
  240. >
  241. <template #default="scope">
  242. <el-form-item
  243. :rules="{
  244. validator: checkInput,
  245. }"
  246. :prop="'airplus.' + scope.$index + '.price'"
  247. >
  248. <el-input v-model="scope.row.price"></el-input>
  249. </el-form-item>
  250. </template>
  251. </el-table-column>
  252. <el-table-column
  253. label="操作"
  254. width="90"
  255. >
  256. <template #default="scope">
  257. <el-form-item
  258. label=""
  259. prop=""
  260. >
  261. <el-button
  262. size="small"
  263. type="danger"
  264. @click="deleteAirPlus(scope.$index)"
  265. >
  266. {{ $t('btn_delete') }}
  267. </el-button>
  268. </el-form-item>
  269. </template>
  270. </el-table-column>
  271. </el-table>
  272. <br />
  273. <el-button
  274. size="small"
  275. @click="addAirPlus()"
  276. >
  277. + 添加价格信息
  278. </el-button>
  279. </div>
  280. </el-tab-pane>
  281. <el-tab-pane
  282. label="海运运费信息"
  283. name="4"
  284. >
  285. <div class="tab-panel-4">
  286. <el-table
  287. :header-cell-style="{ backgroundColor: '#F2F6FC' }"
  288. :data="form.cbm"
  289. stripe
  290. border
  291. >
  292. <el-table-column label="CBM">
  293. <template #default="scope">
  294. <div class="flex items-center">
  295. <el-form-item
  296. style="width: 130px"
  297. label=""
  298. prop=""
  299. >
  300. <el-input v-model="scope.row.min"></el-input>
  301. </el-form-item>
  302. <span style="margin-right: 10px">~</span>
  303. <el-form-item
  304. style="width: 130px"
  305. label=""
  306. prop=""
  307. >
  308. <el-input v-model="scope.row.max"></el-input>
  309. </el-form-item>
  310. </div>
  311. </template>
  312. </el-table-column>
  313. <el-table-column
  314. label="单价(AUD/KG)"
  315. width="200"
  316. >
  317. <template #default="scope">
  318. <el-form-item
  319. label=""
  320. prop=""
  321. >
  322. <el-input v-model="scope.row.price"></el-input>
  323. </el-form-item>
  324. </template>
  325. </el-table-column>
  326. <el-table-column
  327. label="操作"
  328. width="90"
  329. >
  330. <template #default="scope">
  331. <el-form-item
  332. label=""
  333. prop=""
  334. >
  335. <el-button
  336. size="small"
  337. type="danger"
  338. @click="deleteCBM(scope.$index)"
  339. >
  340. {{ $t('btn_delete') }}
  341. </el-button>
  342. </el-form-item>
  343. </template>
  344. </el-table-column>
  345. </el-table>
  346. <br />
  347. <el-button
  348. size="small"
  349. @click="addCBM()"
  350. >
  351. + 添加价格信息
  352. </el-button>
  353. </div>
  354. </el-tab-pane>
  355. </el-tabs>
  356. </el-form>
  357. <template #footer>
  358. <div class="flex justify-center items-center">
  359. <el-button
  360. type="primary"
  361. size="small"
  362. @click="checkForm(freightForm)"
  363. >
  364. {{ $t('btn_save') }}
  365. </el-button>
  366. <!-- <el-button
  367. @click="close"
  368. type=""
  369. size="small">
  370. 关闭
  371. </el-button> -->
  372. </div>
  373. </template>
  374. </el-dialog>
  375. </div>
  376. </template>
  377. <script lang="ts" setup>
  378. import { defineComponent, ref, watch, computed } from 'vue'
  379. import {
  380. ElTabPane,
  381. ElTabs,
  382. ElButton,
  383. ElForm,
  384. ElFormItem,
  385. ElInput,
  386. ElTable,
  387. ElTableColumn,
  388. ElDialog,
  389. ElNotification,
  390. ElMessage,
  391. } from 'element-plus'
  392. import type { FormInstance } from 'element-plus'
  393. import debounce from 'lodash.debounce'
  394. import { $t } from '@/i18n/index'
  395. import { getSettingDetail, saveSetting } from '@/api/indent'
  396. defineComponent({
  397. name: 'EditInfo',
  398. })
  399. const { visible = false } = defineProps<{ visible: boolean }>()
  400. const $emit = defineEmits(['update:visible', 'save'])
  401. const activeTab = ref('1')
  402. // 航空运费单价的3个子tab dhl tnt fedex
  403. const currentAirTab = ref('dhl')
  404. const show = ref(false)
  405. const messageError = debounce(function (info) {
  406. ElMessage.error(info)
  407. }, 300)
  408. const checkInput = (rule: any, value: any, cb: any) => {
  409. if (!Number.isNaN(Number(value))) {
  410. cb()
  411. } else {
  412. messageError('请检查输入')
  413. cb(new Error('只能输入数字'))
  414. }
  415. }
  416. const rules = {
  417. rate_rmb_aud: [{ trigger: 'change', validator: checkInput }],
  418. cn_price_heavy: [{ trigger: 'change', validator: checkInput }],
  419. rate_tax: [{ trigger: 'change', validator: checkInput }],
  420. cn_price: [{ trigger: 'change', validator: checkInput }],
  421. rate_fuel: [{ trigger: 'change', validator: checkInput }],
  422. rate_fuelplus: [{ trigger: 'change', validator: checkInput }],
  423. rate_bulk: [{ trigger: 'change', validator: checkInput }],
  424. sea_fee: [{ trigger: 'change', validator: checkInput }],
  425. }
  426. const form = ref({
  427. // 基础参数 start
  428. rate_rmb_aud: '',
  429. cn_price_heavy: '',
  430. rate_tax: '',
  431. cn_price: '',
  432. rate_fuel: '',
  433. rate_fuelplus: '',
  434. rate_bulk: '',
  435. sea_fee: '',
  436. // 基础参数 end
  437. // 航空运费单价
  438. dhl_airline: [],
  439. tnt_airline: [],
  440. fedex_airline: [],
  441. // 空+派单价
  442. airplus: [],
  443. // 海运运费信息
  444. cbm: [],
  445. }) as any
  446. const getDetail = () => {
  447. getSettingDetail().then((response: any) => {
  448. if (response.code === 1) {
  449. form.value = Object.assign({}, response.result)
  450. form.value.dhl_airline = JSON.parse(form.value.dhl_airline)
  451. if (!Array.isArray(form.value.dhl_airline)) {
  452. form.value.dhl_airline = []
  453. }
  454. form.value.tnt_airline = JSON.parse(form.value.tnt_airline)
  455. if (!Array.isArray(form.value.tnt_airline)) {
  456. form.value.tnt_airline = []
  457. }
  458. form.value.fedex_airline = JSON.parse(form.value.fedex_airline)
  459. if (!Array.isArray(form.value.fedex_airline)) {
  460. form.value.fedex_airline = []
  461. }
  462. form.value.airplus = JSON.parse(form.value.airplus)
  463. if (!Array.isArray(form.value.airplus)) {
  464. form.value.airplus = []
  465. }
  466. form.value.cbm = JSON.parse(form.value.cbm)
  467. if (!Array.isArray(form.value.cbm)) {
  468. form.value.cbm = []
  469. }
  470. delete form.value.admin_id
  471. delete form.value.id
  472. delete form.value.is_del
  473. delete form.value.update_time
  474. }
  475. })
  476. }
  477. watch(
  478. () => visible,
  479. () => {
  480. show.value = visible
  481. if (show.value) getDetail()
  482. },
  483. )
  484. const computedAirFormRuleKey = computed(() => {
  485. let result = ''
  486. switch (currentAirTab.value) {
  487. case 'dhl':
  488. result = 'dhl_airline'
  489. break
  490. case 'tnt':
  491. result = 'tnt_airline'
  492. break
  493. case 'fedex':
  494. result = 'fedex_airline'
  495. break
  496. }
  497. return result
  498. })
  499. const computedAirForm = computed(() => {
  500. let result = []
  501. switch (currentAirTab.value) {
  502. case 'dhl':
  503. result = form.value.dhl_airline
  504. break
  505. case 'tnt':
  506. result = form.value.tnt_airline
  507. break
  508. case 'fedex':
  509. result = form.value.fedex_airline
  510. break
  511. }
  512. return result
  513. })
  514. const deleteCBM = (index: number) => {
  515. form.value.cbm.splice(index, 1)
  516. }
  517. const addCBM = () => {
  518. form.value.cbm.push({
  519. min: '',
  520. max: '',
  521. price: '',
  522. })
  523. }
  524. const deleteAirPlus = (index: number) => {
  525. form.value.airplus.splice(index, 1)
  526. }
  527. const addAirPlus = () => {
  528. form.value.airplus.push({
  529. min: '',
  530. max: '',
  531. price: '',
  532. })
  533. }
  534. const deleteAir = (index: number) => {
  535. switch (currentAirTab.value) {
  536. case 'dhl':
  537. form.value.dhl_airline.splice(index, 1)
  538. break
  539. case 'tnt':
  540. form.value.tnt_airline.splice(index, 1)
  541. break
  542. case 'fedex':
  543. form.value.fedex_airline.splice(index, 1)
  544. break
  545. }
  546. }
  547. const addAir = () => {
  548. computedAirForm.value.push({
  549. min: '',
  550. max: '',
  551. price: '',
  552. })
  553. }
  554. const freightForm = ref<FormInstance>()
  555. const checkForm = (formEl: FormInstance | undefined) => {
  556. if (!formEl) return
  557. formEl.validate((valid: boolean) => {
  558. // console.log(valid, 'valid')
  559. if (!valid) return
  560. saveSetting(form.value).then((response: any) => {
  561. if (response.code === 1) {
  562. ElNotification({
  563. title: '保存成功',
  564. message: '保存成功',
  565. duration: 3000,
  566. })
  567. $emit('save')
  568. }
  569. })
  570. })
  571. }
  572. const close = (done = {} as any) => {
  573. $emit('update:visible', false)
  574. if (typeof done === 'function') done()
  575. }
  576. </script>
  577. <style lang="scss">
  578. .component-set-freight {
  579. .el-dialog__body {
  580. min-height: 60vh;
  581. max-height: 72vh;
  582. overflow-y: scroll;
  583. overflow-x: auto;
  584. padding-top: 8px;
  585. }
  586. }
  587. </style>
  588. <style lang="scss" scoped>
  589. .tab-panel-1 {
  590. .el-form-item {
  591. width: 42%;
  592. &:nth-of-type(2n) {
  593. width: 48%;
  594. }
  595. }
  596. }
  597. .tab-panel-2,
  598. .tab-panel-3,
  599. .tab-panel-4 {
  600. width: 100%;
  601. position: relative;
  602. .el-form-item {
  603. margin-bottom: 0;
  604. }
  605. }
  606. </style>