details.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  1. <template>
  2. <view class="mainBox">
  3. <uni-nav-bar fixed="true" statusBar="true" left-icon="back" title="入库详情" @clickLeft="back">
  4. <!--右菜单-->
  5. <template slot="float">
  6. <!-- <view class="nav-icon-caozuo rightNav" @click="getsure">
  7. <u-button type="success" size="small" class="u-reset-button" text="确定"></u-button>
  8. </view> -->
  9. </template>
  10. </uni-nav-bar>
  11. <view class="main">
  12. <view class="row">
  13. <view class="row-item">
  14. <text class="t1">入库单号</text>
  15. <text class="t2">{{ formData.bizNo }}</text>
  16. </view>
  17. </view>
  18. <view class="row">
  19. <view class="row-item">
  20. <text class="t1">物品类型</text>
  21. <text class="t2">{{ getGoodsListsLabel(formData.extInfo.assetType) }}</text>
  22. </view>
  23. </view>
  24. <view class="row">
  25. <view class="row-item">
  26. <text class="t1">入库场景</text>
  27. <text class="t2">{{ sceneState.filter(item => item.value == formData.bizType)[0].text }}</text>
  28. </view>
  29. </view>
  30. <view class="row">
  31. <view class="row-item">
  32. <text class="t1">来源单据</text>
  33. <text class="t2">{{ formData.sourceBizNo }}</text>
  34. </view>
  35. </view>
  36. <view class="row">
  37. <view class="row-item" @click="timeShow = true">
  38. <text class="t1">入库时间</text>
  39. <text class="t2">{{ formData.storageTime }}</text>
  40. </view>
  41. </view>
  42. <view class="row">
  43. <view class="row-item" @click="timeShow = true">
  44. <text class="t1">入库登记人</text>
  45. <text class="t2">{{ formData.extInfo.createUserName }}</text>
  46. </view>
  47. </view>
  48. <view class="row">
  49. <view class="row-item" @click="timeShow = true">
  50. <text class="t1">送货人</text>
  51. <text class="t2">{{ formData.fromUser}}</text>
  52. </view>
  53. </view>
  54. <view class="row">
  55. <view class="row-item" @click="timeShow = true">
  56. <text class="t1">送货人联系方式</text>
  57. <text class="t2">{{ formData.extInfo.deliveryPhone}}</text>
  58. </view>
  59. </view>
  60. <view class="row">
  61. <view class="row-item" @click="timeShow = true">
  62. <text class="t1">状态</text>
  63. <text class="t2">{{ statusLabelList[formData.verifyStatus]}}</text>
  64. </view>
  65. </view>
  66. <view class="row">
  67. <view class="row-item" @click="timeShow = true">
  68. <text class="t1">备注</text>
  69. <text class="t2">{{ formData.remark}}</text>
  70. </view>
  71. </view>
  72. </view>
  73. <uni-collapse :class="[formData.verifyStatus == 0 ? 'collapse' : '']" ref="collapse" v-model="collapseOpen">
  74. <uni-collapse-item :typeOpen="1" title="" name="collapse1" :open="true" :key="detailOpen"
  75. :show-animation="true">
  76. <template v-slot:title>
  77. <view class="detail-box">
  78. <view data-v-41027c34="" class="uni-collapse-item__title-wrap">
  79. <view data-v-41027c34=""
  80. class="uni-collapse-item__title-box uni-collapse-item__title-box-base">
  81. <text data-v-41027c34="" class="tag tag-base"><text></text></text>
  82. <text data-v-41027c34="" class="uni-collapse-item__title-text"><text>入库明细</text></text>
  83. </view>
  84. </view>
  85. <!-- <u-button type="primary" size="small" text="扫码添加" @click.native.stop="selectType"></u-button> -->
  86. <!-- <u-button type="success" size="small" class="selectEnterType" text="手动添加" @click.native.stop="selectType"></u-button> -->
  87. </view>
  88. </template>
  89. <u-form labelPosition="left" :model="{ productList: productList }" ref="lisrFormRef" labelWidth="150"
  90. :rules="listRules" errorType="none" labelAlign="right" :labelStyle="{
  91. fontSize: '28rpx'
  92. }">
  93. <view class="listContent">
  94. <view class="listBox" v-for="(item, index) in productList" :key="index">
  95. <view class="main" :class="{ save: item.isSave }">
  96. <view class="row">
  97. <view class="row-item">
  98. <text class="t1">物品名称</text>
  99. <text class="t2">{{ item.categoryName }}</text>
  100. </view>
  101. </view>
  102. <view class="row">
  103. <view class="row-item">
  104. <text class="t1">物品编码</text>
  105. <text class="t2">{{ item.categoryCode }}</text>
  106. </view>
  107. </view>
  108. <view class="row">
  109. <view class="row-item" style="display: flex;width: 100%;">
  110. <text class="t1">包装规格</text>
  111. <view style="display: flex;"><u-tag style="display: flex;margin-right: 10px;"
  112. v-for="ite in item.packingSpecificationLabel" :text="ite"></u-tag>
  113. </view>
  114. </view>
  115. </view>
  116. <view class="row">
  117. <view class="row-item">
  118. <text class="t1">批次号</text>
  119. <text class="t2">{{ item.batchNo }}</text>
  120. </view>
  121. <view class="row-item">
  122. <text class="t1">数量</text>
  123. <text class="t2">{{ item.packingQuantity }}</text>
  124. </view>
  125. </view>
  126. <view class="row">
  127. <view class="row-item">
  128. <text class="t1">包装单位</text>
  129. <text class="t2">{{ item.packingUnit }}</text>
  130. </view>
  131. <view class="row-item">
  132. <text class="t1">仓库</text>
  133. <text class="t2">{{ item.warehouseName }}</text>
  134. </view>
  135. </view>
  136. <view class="row">
  137. <view class="row-item">
  138. <text class="t1">供应商</text>
  139. <text class="t2">{{ item.supplierName }}</text>
  140. </view>
  141. </view>
  142. <view class="row">
  143. <view class="row-item">
  144. <text class="t1">计量数量</text>
  145. <text class="t2">{{ item.measureQuantity }}</text>
  146. </view>
  147. <view class="row-item">
  148. <text class="t1">计量单位</text>
  149. <text class="t2">{{ item.measureUnit }}</text>
  150. </view>
  151. </view>
  152. <view class="row">
  153. <view class="row-item">
  154. <text class="t1">重量</text>
  155. <text class="t2">{{ item.weight }}</text>
  156. </view>
  157. <view class="row-item">
  158. <text class="t1">重量单位</text>
  159. <text class="t2">{{ item.weightUnit }}</text>
  160. </view>
  161. </view>
  162. <view class="row">
  163. <view class="row-item">
  164. <text class="t1">是否拆包</text>
  165. <text class="t2">{{ item.isUnpack ? '是' : '否' }}</text>
  166. </view>
  167. </view>
  168. </view>
  169. <view class="main">
  170. <view class="selectTime">
  171. <view class="title">包装列表</view>
  172. </view>
  173. <u-list class="z_list">
  174. <view class="material rx-ss" v-for="(ite, idx) in item.outInDetailRecordRequestList"
  175. :key="idx">
  176. <view class="content_table">
  177. <view class="item">
  178. <view class="lable rx-cc">序号</view>
  179. <view class="content">{{ idx + 1 }}</view>
  180. </view>
  181. <view class="item">
  182. <view class="lable rx-cc">包装编码</view>
  183. <view class="content">{{ ite.packageNo }}</view>
  184. </view>
  185. <view class="item">
  186. <view class="lable rx-cc">包装数量({{ ite.packingUnit }})</view>
  187. <view class="content">{{ ite.packingQuantity }}</view>
  188. </view>
  189. <view class="item">
  190. <view class="lable rx-cc">计量数量({{ ite.measureUnit }})</view>
  191. <view class="content">{{ ite.measureQuantity }}</view>
  192. </view>
  193. <view class="item">
  194. <view class="lable rx-cc">物料代号</view>
  195. <view class="content">{{ ite.materielDesignation }}</view>
  196. </view>
  197. <view class="item">
  198. <view class="lable rx-cc">客户代号</view>
  199. <view class="content">{{ ite.clientCode }}</view>
  200. </view>
  201. <view class="item">
  202. <view class="lable rx-cc">刻码</view>
  203. <view class="content">{{ ite.engrave }}</view>
  204. </view>
  205. <view class="item">
  206. <view class="lable rx-cc">重量({{ ite.weightUnit }})</view>
  207. <view class="content">
  208. {{ ite.weight }}
  209. </view>
  210. </view>
  211. <view class="item">
  212. <view class="lable rx-cc">质检状态</view>
  213. <view class="content">
  214. {{ qualityResults[ite.status] }}
  215. </view>
  216. </view>
  217. <view class="item">
  218. <view class="lable rx-cc">采购日期</view>
  219. <view class="content">
  220. {{ ite.purchaseDate }}
  221. </view>
  222. </view>
  223. <view class="item">
  224. <view class="lable rx-cc">生产日期</view>
  225. <view class="content">
  226. {{ ite.productionDate }}
  227. </view>
  228. </view>
  229. </view>
  230. </view>
  231. </u-list>
  232. </view>
  233. </view>
  234. </view>
  235. </u-form>
  236. </uni-collapse-item>
  237. </uni-collapse>
  238. <view v-if="formData.verifyStatus == 0" class="footBox-container">
  239. <view class="footBox">
  240. <view class="add" @click="submit">
  241. <uni-icons type="plus" size="20" color="#fff"></uni-icons>
  242. 提交
  243. </view>
  244. </view>
  245. </view>
  246. </view>
  247. </template>
  248. <script>
  249. // import ScanCode from '@/components/ScanCode.vue'
  250. import {
  251. getInboundDetailsById,
  252. getTreeByGroup,
  253. submitTwo
  254. } from '@/api/warehouseManagement'
  255. import {
  256. getByCode
  257. } from '@/api/pda/common'
  258. import dayjs from 'dayjs'
  259. import {
  260. sceneState
  261. } from '../common'
  262. import {
  263. post,
  264. postJ,
  265. get,
  266. getJ
  267. } from '@/utils/api.js'
  268. import WarehouseChoose from '@/components/WarehouseChoose'
  269. import {
  270. warehousingType,
  271. inputStatus,
  272. emergencyState,
  273. warehousingMaterialListTable,
  274. getDictName,
  275. materialType
  276. } from '../enum.js'
  277. import baTreePicker from '@/components/ba-tree-picker/ba-tree-picker.vue'
  278. // import addDetails from '@/components/addDetails'
  279. import UploadFileNew from '@/components/UploadFileNew'
  280. // import { getRuleNo } from '@/utils/utils.js'
  281. // import dictMixins from '@/mixins/dictMixins.js'
  282. export default {
  283. components: {
  284. WarehouseChoose,
  285. baTreePicker,
  286. UploadFileNew
  287. },
  288. // mixins: [dictMixins],
  289. data() {
  290. return {
  291. id: '',
  292. statusLabelList: ['未提交', '审核中', '审核通过', '已驳回'],
  293. goodsLists: [], // 物品类型
  294. assetTypeName: '', // 物品类型名称
  295. timeShow: false,
  296. packingSpecificationOption: [], // 包装规格
  297. currentPackingSpecificationOption: [], // 当前包装规格
  298. currentSupplierListOption: [], // 当前供货商
  299. warehouseListOption: [], // 仓库列表
  300. currentTypeTime: Number(new Date()), // 当前时间类型的时间
  301. storageTime: '', // 入库时间
  302. currentProductIndex: null, // 当前产品索引
  303. currentPackingIndex: null, // 当前包装索引
  304. packingUnitsShow: false,
  305. typeTimeShow: false,
  306. suppliersShow: false,
  307. warehouseShow: false,
  308. timeTypeShow: false,
  309. statusShow: false,
  310. dictCodeList: [], // 字典列表
  311. curDateType: 'purchaseDate',
  312. qualityResultsOption: [
  313. [{
  314. label: '合格',
  315. value: 1
  316. },
  317. {
  318. label: '不合格',
  319. value: 2
  320. }
  321. ]
  322. ], // 质检状态 0未检 1已检
  323. qualityResults: {
  324. 1: '合格',
  325. 2: '不合格'
  326. }, // 质检结果 1合格 2不合格
  327. curDateTypeLabel: {
  328. purchaseDate: '采购日期',
  329. productionDate: '生产日期'
  330. },
  331. timeTypeOption: [
  332. [{
  333. name: '采购日期',
  334. prop: 'purchaseDate'
  335. },
  336. {
  337. name: '生产日期',
  338. prop: 'productionDate'
  339. }
  340. ]
  341. ], // 时间类型
  342. collapseOpen: 'collapse1',
  343. emergencyState,
  344. warehousingType,
  345. materialType,
  346. sceneState,
  347. inputStatus,
  348. getDictName,
  349. detailOpen: false,
  350. codeOpen: false,
  351. deptList: [], //部门
  352. supplierList: [], //供应商
  353. formData: {
  354. type: 1, // 入库
  355. bizType: '1', // 入库场景
  356. storageTime: '', // 入库时间
  357. extInfo: {}, // 扩展信息
  358. sourceBizNo: '', // 来源单据编号
  359. fromUser: '', // 送货人
  360. remark: '' // 备注
  361. },
  362. statusList: [{
  363. id: 1,
  364. name: '紧急'
  365. },
  366. {
  367. id: 2,
  368. name: '中等'
  369. },
  370. {
  371. id: 1,
  372. name: '普通'
  373. }
  374. ], //紧急状态
  375. pickerIndex: 0,
  376. productList: [],
  377. userList: [],
  378. rules: {
  379. assetType: {
  380. type: 'number',
  381. required: true,
  382. message: '请选择入库产品类型',
  383. trigger: ['blur', 'change']
  384. },
  385. bizType: {
  386. type: 'number',
  387. required: true,
  388. message: '请选择入库场景',
  389. trigger: ['blur', 'change']
  390. }
  391. // contentImage: {
  392. // type: 'array',
  393. // required: true,
  394. // message: '请上传附件',
  395. // trigger: ['blur', 'change']
  396. // }
  397. },
  398. settingIndex: 0
  399. }
  400. },
  401. onShow() {
  402. this.collapseOpen = 'collapse1'
  403. },
  404. onLoad(options) {
  405. this.getListItems() // 物品类型
  406. this.id = options.id || ''
  407. getInboundDetailsById(options.id).then(res => {
  408. console.log(res)
  409. this.productList = res.outInDetailList.map(item => {
  410. return {
  411. ...item,
  412. packingSpecificationLabel: item.extField.packingSpecification ? item.extField
  413. .packingSpecification.split(',') : [],
  414. isSave: true
  415. }
  416. })
  417. this.formData = res
  418. })
  419. },
  420. computed: {
  421. listRules() {
  422. return this.productList.reduce((cur, pre, index) => {
  423. return {
  424. ...cur,
  425. [`productList.${index}.batchNo`]: {
  426. type: 'string',
  427. required: true,
  428. trigger: ['blur', 'change']
  429. },
  430. [`productList.${index}.packingQuantity`]: {
  431. type: 'number',
  432. required: true,
  433. trigger: ['blur', 'change']
  434. },
  435. [`productList.${index}.packingUnit`]: {
  436. type: 'string',
  437. required: true,
  438. trigger: ['blur', 'change']
  439. },
  440. [`productList.${index}.warehouseId`]: {
  441. type: 'string',
  442. required: true,
  443. trigger: ['blur', 'change']
  444. }
  445. }
  446. }, {})
  447. }
  448. },
  449. methods: {
  450. submit() {
  451. uni.showLoading({
  452. title: '提交中...'
  453. })
  454. submitTwo({
  455. outInId: this.id
  456. })
  457. .then(() => {
  458. uni.hideLoading()
  459. uni.showToast({
  460. icon: 'none',
  461. title: '提交成功',
  462. duration: 1500
  463. })
  464. uni.navigateBack({
  465. delta: 1
  466. })
  467. })
  468. .catch(() => {
  469. uni.hideLoading()
  470. uni.showToast({
  471. icon: 'none',
  472. title: '提交失败',
  473. duration: 1500
  474. })
  475. })
  476. },
  477. getGoodsListsLabel(assetType) {
  478. let arr = assetType ? assetType.split(',') : []
  479. let label = arr.reduce((pre, cur) => {
  480. console.log(cur)
  481. console.log(pre)
  482. return (pre ? pre + '/' : '') + this.goodsLists.find(item => item.id == cur)?.name
  483. }, '')
  484. return label
  485. },
  486. formatter(dataTime) {
  487. return dayjs(dataTime).format('YYYY-MM-DD HH:mm:ss')
  488. },
  489. // 获取物品列表
  490. getListItems() {
  491. getTreeByGroup({
  492. type: 2
  493. }).then(res => {
  494. this.goodsLists = res
  495. })
  496. }
  497. }
  498. }
  499. </script>
  500. <style lang="scss" scoped>
  501. .mainBox {
  502. /deep/.required-form .u-form-item__body__left__content__label::before {
  503. content: '*';
  504. color: red;
  505. }
  506. }
  507. .main {
  508. padding: 0 30rpx;
  509. .row {
  510. display: flex;
  511. align-items: center;
  512. justify-content: space-between;
  513. padding: 20rpx 0;
  514. border-bottom: 1px dashed #dedede;
  515. .row-item {
  516. .t1 {
  517. font-weight: bold;
  518. font-size: 28rpx;
  519. color: #333333;
  520. margin-right: 20rpx;
  521. }
  522. .t2 {
  523. font-size: 28rpx;
  524. color: #333333;
  525. }
  526. }
  527. }
  528. .ckmx {
  529. color: #70b603;
  530. font-size: 28rpx;
  531. font-weight: bold;
  532. padding: 20rpx;
  533. display: flex;
  534. justify-content: flex-end;
  535. }
  536. }
  537. .collapse {
  538. padding-bottom: 120rpx;
  539. box-sizing: border-box;
  540. }
  541. /deep/.cLine .u-line:nth-child(1) {
  542. border-bottom: none !important;
  543. }
  544. .detail-box {
  545. position: relative;
  546. display: flex;
  547. justify-content: space-between;
  548. align-items: center;
  549. /deep/uni-button {
  550. margin: 0 !important;
  551. width: 180rpx;
  552. }
  553. .selectEnterType {
  554. margin-left: 10rpx !important;
  555. }
  556. }
  557. .footBox {
  558. position: fixed;
  559. left: 0px;
  560. bottom: 0px;
  561. height: 100rpx;
  562. width: 100%;
  563. display: flex;
  564. align-items: center;
  565. justify-content: space-between;
  566. view {
  567. width: 100%;
  568. height: 100%;
  569. text-align: center;
  570. color: #fff;
  571. display: flex;
  572. align-items: center;
  573. justify-content: center;
  574. }
  575. .reg {
  576. background: $u-success-dark;
  577. }
  578. .add {
  579. background: $uni-color-primary;
  580. }
  581. .uni-icons {
  582. margin-right: 8rpx !important;
  583. }
  584. }
  585. .listBox {
  586. padding: 20rpx 10rpx;
  587. border-bottom: 1px #f2f2f2 solid;
  588. position: relative;
  589. &.code {
  590. .label {
  591. width: 120rpx !important;
  592. }
  593. }
  594. .z_list {
  595. height: 100% !important;
  596. max-height: 500rpx;
  597. .material {
  598. margin-top: 10rpx;
  599. .left {
  600. width: 40rpx;
  601. }
  602. .zdy_check {
  603. width: 30rpx;
  604. height: 30rpx;
  605. border: 2rpx solid #c8c9cc;
  606. border-radius: 4rpx;
  607. }
  608. .check_active {
  609. background: $theme-color;
  610. border: 2rpx solid $theme-color;
  611. /deep/ .u-icon__icon {
  612. color: #fff !important;
  613. }
  614. }
  615. .content_table {
  616. width: 100%;
  617. border: 2rpx solid $border-color;
  618. .item {
  619. display: flex;
  620. border-bottom: 2rpx solid $border-color;
  621. .lable {
  622. width: 200rpx;
  623. text-align: center;
  624. background-color: #f7f9fa;
  625. font-size: 26rpx;
  626. border-right: 2rpx solid $border-color;
  627. flex-shrink: 0;
  628. }
  629. .ww80 {
  630. width: 80rpx;
  631. }
  632. .content {
  633. width: 500rpx;
  634. min-height: 64rpx;
  635. font-size: 28rpx;
  636. line-height: 28rpx;
  637. font-style: normal;
  638. font-weight: 400;
  639. padding: 18rpx 8rpx;
  640. box-sizing: border-box;
  641. word-wrap: break-word;
  642. flex-grow: 1 !important;
  643. }
  644. .input_box {
  645. padding: 0 !important;
  646. }
  647. .content_num {
  648. display: flex;
  649. align-items: center;
  650. padding: 0 4rpx;
  651. /deep/ .uni-input-input {
  652. width: 200rpx;
  653. border: 2rpx solid #f0f8f2;
  654. background: #f0f8f2;
  655. color: $theme-color;
  656. }
  657. .unit {
  658. padding: 0 4rpx;
  659. font-size: 28rpx;
  660. color: #404446;
  661. }
  662. }
  663. &:last-child {
  664. border-bottom: none;
  665. }
  666. }
  667. }
  668. }
  669. }
  670. .more {
  671. position: absolute;
  672. bottom: 26rpx;
  673. right: 30rpx;
  674. font-size: 28rpx;
  675. color: #666;
  676. }
  677. }
  678. .selectTime {
  679. display: flex;
  680. justify-content: flex-end;
  681. align-items: center;
  682. margin-top: 10px;
  683. .title {
  684. flex: 1;
  685. font-size: 28rpx;
  686. font-weight: bold;
  687. }
  688. .timeBox {
  689. display: flex;
  690. width: 500rpx;
  691. .firstBtn {
  692. margin-right: 10rpx;
  693. }
  694. }
  695. }
  696. .listBox:last-child {
  697. border: none !important;
  698. }
  699. .textBox {
  700. border: 1px #f2f2f2 solid;
  701. height: 160px;
  702. display: block;
  703. width: auto !important;
  704. }
  705. .saveBtn {
  706. width: 50%;
  707. margin: 40rpx auto;
  708. }
  709. .top-css {
  710. border-bottom: 1px solid rgb(207, 204, 204);
  711. }
  712. .footBox-container {
  713. // height: 100rpx;
  714. width: 100vw;
  715. }
  716. .footBox {
  717. position: fixed;
  718. left: 0px;
  719. bottom: 0px;
  720. height: 100rpx;
  721. width: 100%;
  722. display: flex;
  723. align-items: center;
  724. justify-content: space-between;
  725. view {
  726. width: 100%;
  727. height: 100%;
  728. text-align: center;
  729. color: #fff;
  730. display: flex;
  731. align-items: center;
  732. justify-content: center;
  733. }
  734. .add {
  735. background: $uni-color-success;
  736. }
  737. .reg {
  738. background: $u-success-dark;
  739. }
  740. .uni-icons {
  741. margin-right: 8rpx !important;
  742. font-weight: bold;
  743. }
  744. }
  745. </style>