details.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800
  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待检 2已检
  323. qualityResults: {
  324. 0: '未检',
  325. 1: '待检',
  326. 2: '已检'
  327. }, // 质检结果 1合格 2不合格
  328. curDateTypeLabel: {
  329. purchaseDate: '采购日期',
  330. productionDate: '生产日期'
  331. },
  332. timeTypeOption: [
  333. [{
  334. name: '采购日期',
  335. prop: 'purchaseDate'
  336. },
  337. {
  338. name: '生产日期',
  339. prop: 'productionDate'
  340. }
  341. ]
  342. ], // 时间类型
  343. collapseOpen: 'collapse1',
  344. emergencyState,
  345. warehousingType,
  346. materialType,
  347. sceneState,
  348. inputStatus,
  349. getDictName,
  350. detailOpen: false,
  351. codeOpen: false,
  352. deptList: [], //部门
  353. supplierList: [], //供应商
  354. formData: {
  355. type: 1, // 入库
  356. bizType: '1', // 入库场景
  357. storageTime: '', // 入库时间
  358. extInfo: {}, // 扩展信息
  359. sourceBizNo: '', // 来源单据编号
  360. fromUser: '', // 送货人
  361. remark: '' // 备注
  362. },
  363. statusList: [{
  364. id: 1,
  365. name: '紧急'
  366. },
  367. {
  368. id: 2,
  369. name: '中等'
  370. },
  371. {
  372. id: 1,
  373. name: '普通'
  374. }
  375. ], //紧急状态
  376. pickerIndex: 0,
  377. productList: [],
  378. userList: [],
  379. rules: {
  380. assetType: {
  381. type: 'number',
  382. required: true,
  383. message: '请选择入库产品类型',
  384. trigger: ['blur', 'change']
  385. },
  386. bizType: {
  387. type: 'number',
  388. required: true,
  389. message: '请选择入库场景',
  390. trigger: ['blur', 'change']
  391. }
  392. // contentImage: {
  393. // type: 'array',
  394. // required: true,
  395. // message: '请上传附件',
  396. // trigger: ['blur', 'change']
  397. // }
  398. },
  399. settingIndex: 0
  400. }
  401. },
  402. onShow() {
  403. this.collapseOpen = 'collapse1'
  404. },
  405. onLoad(options) {
  406. this.getListItems() // 物品类型
  407. this.id = options.id || ''
  408. getInboundDetailsById(options.id).then(res => {
  409. console.log(res)
  410. this.productList = res.outInDetailList.map(item => {
  411. return {
  412. ...item,
  413. packingSpecificationLabel: item.extField.packingSpecification ? item.extField
  414. .packingSpecification.split(',') : [],
  415. isSave: true
  416. }
  417. })
  418. this.formData = res
  419. })
  420. },
  421. computed: {
  422. listRules() {
  423. return this.productList.reduce((cur, pre, index) => {
  424. return {
  425. ...cur,
  426. [`productList.${index}.batchNo`]: {
  427. type: 'string',
  428. required: true,
  429. trigger: ['blur', 'change']
  430. },
  431. [`productList.${index}.packingQuantity`]: {
  432. type: 'number',
  433. required: true,
  434. trigger: ['blur', 'change']
  435. },
  436. [`productList.${index}.packingUnit`]: {
  437. type: 'string',
  438. required: true,
  439. trigger: ['blur', 'change']
  440. },
  441. [`productList.${index}.warehouseId`]: {
  442. type: 'string',
  443. required: true,
  444. trigger: ['blur', 'change']
  445. }
  446. }
  447. }, {})
  448. }
  449. },
  450. methods: {
  451. submit() {
  452. uni.showLoading({
  453. title: '提交中...'
  454. })
  455. submitTwo({
  456. outInId: this.id
  457. })
  458. .then(() => {
  459. uni.hideLoading()
  460. uni.showToast({
  461. icon: 'none',
  462. title: '提交成功',
  463. duration: 1500
  464. })
  465. uni.navigateBack({
  466. delta: 1
  467. })
  468. })
  469. .catch(() => {
  470. uni.hideLoading()
  471. uni.showToast({
  472. icon: 'none',
  473. title: '提交失败',
  474. duration: 1500
  475. })
  476. })
  477. },
  478. getGoodsListsLabel(assetType) {
  479. let arr = assetType ? assetType.split(',') : []
  480. let label = arr.reduce((pre, cur) => {
  481. console.log(cur)
  482. console.log(pre)
  483. return (pre ? pre + '/' : '') + this.goodsLists.find(item => item.id == cur)?.name
  484. }, '')
  485. return label
  486. },
  487. formatter(dataTime) {
  488. return dayjs(dataTime).format('YYYY-MM-DD HH:mm:ss')
  489. },
  490. // 获取物品列表
  491. getListItems() {
  492. getTreeByGroup({
  493. type: 2
  494. }).then(res => {
  495. this.goodsLists = res
  496. })
  497. }
  498. }
  499. }
  500. </script>
  501. <style lang="scss" scoped>
  502. .mainBox {
  503. /deep/.required-form .u-form-item__body__left__content__label::before {
  504. content: '*';
  505. color: red;
  506. }
  507. }
  508. .main {
  509. padding: 0 30rpx;
  510. .row {
  511. display: flex;
  512. align-items: center;
  513. justify-content: space-between;
  514. padding: 20rpx 0;
  515. border-bottom: 1px dashed #dedede;
  516. .row-item {
  517. .t1 {
  518. font-weight: bold;
  519. font-size: 28rpx;
  520. color: #333333;
  521. margin-right: 20rpx;
  522. }
  523. .t2 {
  524. font-size: 28rpx;
  525. color: #333333;
  526. }
  527. }
  528. }
  529. .ckmx {
  530. color: #70b603;
  531. font-size: 28rpx;
  532. font-weight: bold;
  533. padding: 20rpx;
  534. display: flex;
  535. justify-content: flex-end;
  536. }
  537. }
  538. .collapse {
  539. padding-bottom: 120rpx;
  540. box-sizing: border-box;
  541. }
  542. /deep/.cLine .u-line:nth-child(1) {
  543. border-bottom: none !important;
  544. }
  545. .detail-box {
  546. position: relative;
  547. display: flex;
  548. justify-content: space-between;
  549. align-items: center;
  550. /deep/uni-button {
  551. margin: 0 !important;
  552. width: 180rpx;
  553. }
  554. .selectEnterType {
  555. margin-left: 10rpx !important;
  556. }
  557. }
  558. .footBox {
  559. position: fixed;
  560. left: 0px;
  561. bottom: 0px;
  562. height: 100rpx;
  563. width: 100%;
  564. display: flex;
  565. align-items: center;
  566. justify-content: space-between;
  567. view {
  568. width: 100%;
  569. height: 100%;
  570. text-align: center;
  571. color: #fff;
  572. display: flex;
  573. align-items: center;
  574. justify-content: center;
  575. }
  576. .reg {
  577. background: $u-success-dark;
  578. }
  579. .add {
  580. background: $uni-color-primary;
  581. }
  582. .uni-icons {
  583. margin-right: 8rpx !important;
  584. }
  585. }
  586. .listBox {
  587. padding: 20rpx 10rpx;
  588. border-bottom: 1px #f2f2f2 solid;
  589. position: relative;
  590. &.code {
  591. .label {
  592. width: 120rpx !important;
  593. }
  594. }
  595. .z_list {
  596. height: 100% !important;
  597. max-height: 500rpx;
  598. .material {
  599. margin-top: 10rpx;
  600. .left {
  601. width: 40rpx;
  602. }
  603. .zdy_check {
  604. width: 30rpx;
  605. height: 30rpx;
  606. border: 2rpx solid #c8c9cc;
  607. border-radius: 4rpx;
  608. }
  609. .check_active {
  610. background: $theme-color;
  611. border: 2rpx solid $theme-color;
  612. /deep/ .u-icon__icon {
  613. color: #fff !important;
  614. }
  615. }
  616. .content_table {
  617. width: 100%;
  618. border: 2rpx solid $border-color;
  619. .item {
  620. display: flex;
  621. border-bottom: 2rpx solid $border-color;
  622. .lable {
  623. width: 200rpx;
  624. text-align: center;
  625. background-color: #f7f9fa;
  626. font-size: 26rpx;
  627. border-right: 2rpx solid $border-color;
  628. flex-shrink: 0;
  629. }
  630. .ww80 {
  631. width: 80rpx;
  632. }
  633. .content {
  634. width: 500rpx;
  635. min-height: 64rpx;
  636. font-size: 28rpx;
  637. line-height: 28rpx;
  638. font-style: normal;
  639. font-weight: 400;
  640. padding: 18rpx 8rpx;
  641. box-sizing: border-box;
  642. word-wrap: break-word;
  643. flex-grow: 1 !important;
  644. }
  645. .input_box {
  646. padding: 0 !important;
  647. }
  648. .content_num {
  649. display: flex;
  650. align-items: center;
  651. padding: 0 4rpx;
  652. /deep/ .uni-input-input {
  653. width: 200rpx;
  654. border: 2rpx solid #f0f8f2;
  655. background: #f0f8f2;
  656. color: $theme-color;
  657. }
  658. .unit {
  659. padding: 0 4rpx;
  660. font-size: 28rpx;
  661. color: #404446;
  662. }
  663. }
  664. &:last-child {
  665. border-bottom: none;
  666. }
  667. }
  668. }
  669. }
  670. }
  671. .more {
  672. position: absolute;
  673. bottom: 26rpx;
  674. right: 30rpx;
  675. font-size: 28rpx;
  676. color: #666;
  677. }
  678. }
  679. .selectTime {
  680. display: flex;
  681. justify-content: flex-end;
  682. align-items: center;
  683. margin-top: 10px;
  684. .title {
  685. flex: 1;
  686. font-size: 28rpx;
  687. font-weight: bold;
  688. }
  689. .timeBox {
  690. display: flex;
  691. width: 500rpx;
  692. .firstBtn {
  693. margin-right: 10rpx;
  694. }
  695. }
  696. }
  697. .listBox:last-child {
  698. border: none !important;
  699. }
  700. .textBox {
  701. border: 1px #f2f2f2 solid;
  702. height: 160px;
  703. display: block;
  704. width: auto !important;
  705. }
  706. .saveBtn {
  707. width: 50%;
  708. margin: 40rpx auto;
  709. }
  710. .top-css {
  711. border-bottom: 1px solid rgb(207, 204, 204);
  712. }
  713. .footBox-container {
  714. // height: 100rpx;
  715. width: 100vw;
  716. }
  717. .footBox {
  718. position: fixed;
  719. left: 0px;
  720. bottom: 0px;
  721. height: 100rpx;
  722. width: 100%;
  723. display: flex;
  724. align-items: center;
  725. justify-content: space-between;
  726. view {
  727. width: 100%;
  728. height: 100%;
  729. text-align: center;
  730. color: #fff;
  731. display: flex;
  732. align-items: center;
  733. justify-content: center;
  734. }
  735. .add {
  736. background: $uni-color-success;
  737. }
  738. .reg {
  739. background: $u-success-dark;
  740. }
  741. .uni-icons {
  742. margin-right: 8rpx !important;
  743. font-weight: bold;
  744. }
  745. }
  746. </style>