buytaskdetail.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  1. <template>
  2. <div id="taskdetail">
  3. <div class="topbar">
  4. <div class="topbar_left" @click="goback">
  5. <svg class="icon" aria-hidden="true">
  6. <use xlink:href="#icon-fanhui"></use>
  7. </svg>
  8. </div>
  9. <div class="topbar_middle">
  10. 采购订单详情
  11. </div>
  12. <div class="topbar_right">
  13. <svg class="icon" aria-hidden="true">
  14. <use xlink:href="#icon-caidan"></use>
  15. </svg>
  16. </div>
  17. </div>
  18. <div id="content">
  19. <div class="toparea_dt" :class="colortop">
  20. <div class="taskcode_dt">
  21. BG190816001
  22. <svg class="icon" aria-hidden="true" v-if="ifnew==1">
  23. <use xlink:href="#icon-ziyuan"></use>
  24. </svg>
  25. </div>
  26. <div class="taskflag_dt">
  27. <svg class="icon" aria-hidden="true">
  28. <use xlink:href="#icon-weikaishi" v-if="taskflag_dt=='待审核'"></use>
  29. <use xlink:href="#icon-jindu" v-if="taskflag_dt=='在进行'"></use>
  30. <use xlink:href="#icon-CombinedShape" v-if="taskflag_dt=='已完成'"></use>
  31. </svg>
  32. {{taskflag_dt}}
  33. </div>
  34. </div>
  35. <div class="taskinfo_dt">
  36. <div class="cust_dt">
  37. <svg class="icon" aria-hidden="true">
  38. <use xlink:href="#icon-kehu"></use>
  39. </svg>
  40. 广东省佛山市顺德区某某纸箱商
  41. </div>
  42. </div>
  43. <div class="reptel_dt">
  44. <svg class="icon" aria-hidden="true">
  45. <use xlink:href="#icon-address"></use>
  46. </svg>
  47. <span>王利云</span>
  48. <span style="margin-left:10px;">13800138000</span>
  49. </div>
  50. <div class="address_dt">地址:广东省顺德市芙蓉中路二段115号</div>
  51. <div class="liubai_dt"></div>
  52. <div class="middlearea">
  53. <div class="taskinfo_dttitle_dt">
  54. <div class="title_dt">负责人:</div>
  55. <div class="taskinfo_dtitem">张大三</div>
  56. </div>
  57. <div class='taskinfo_dtflex'>
  58. <div class="taskinfo_dttitle_dt">
  59. <div class="title_dt ">订货日期:</div>
  60. <div class="taskinfo_dtitem leftsize">2019-8-16</div>
  61. </div>
  62. <div class="taskinfo_dttitle_dt">
  63. <div class="title_dt rightside">相关号码:</div>
  64. <div class="taskinfo_dtitem requiredate">K1823103</div>
  65. </div>
  66. </div>
  67. <div class="taskinfo_dtamt">
  68. <div class="taskinfo_dttitle_dt">
  69. <div class="title_dt">金额:</div>
  70. <div class="taskinfo_dtitem taskamt leftsize">¥10000</div>
  71. </div>
  72. <div class="taskinfo_dttitle_dt dingjin">
  73. <div class="title_dt rightside">已付金额:</div>
  74. <div class="taskinfo_dtitem taskamt">¥0</div>
  75. </div>
  76. </div>
  77. <div class="taskinfo_dtamt">
  78. <div class="taskinfo_dttitle_dt">
  79. <div class="title_dt">未付金额:</div>
  80. <div class="taskinfo_dtitem taskamt leftsize">¥10000</div>
  81. </div>
  82. <div class="taskinfo_dttitle_dt rightside">
  83. <div class="title_dt">结算方式:</div>
  84. <div class="taskinfo_dtitem">记帐</div>
  85. </div>
  86. </div>
  87. </div>
  88. <div class="dscrp">
  89. <svg class="icon" aria-hidden="true">
  90. <use xlink:href="#icon-wentibuchong"></use>
  91. </svg>
  92. 备注:出口单,请准时交货。
  93. </div>
  94. <div style="font-size:14px;margin:20px 20px 10px 20px">
  95. <div style="line-height:30px">
  96. <svg class="icon" aria-hidden="true">
  97. <use xlink:href="#icon-yasuobao"></use>
  98. </svg>
  99. 唛头资料_1.rar
  100. <span style="font-size:12px;color:#888;margin-left:10px">9.4 MB</span>
  101. </div>
  102. <div style="line-height:30px">
  103. <svg class="icon" aria-hidden="true">
  104. <use xlink:href="#icon-yasuobao"></use>
  105. </svg>
  106. 唛头资料_2.rar
  107. <span style="font-size:12px;color:#888;margin-left:10px">6.4 MB</span>
  108. </div>
  109. </div>
  110. <div class="liubai_dt"></div>
  111. <!-- <div class="mxjdinfo">*点击明细可查看明细产品进度</div> -->
  112. <div class="subtitle_dt">订单明细</div>
  113. <div class="taskmx_dt">
  114. <div id="rowmx_dt">
  115. <div class="mxmtrl_dt">
  116. <svg class="icon" aria-hidden="true">
  117. <use xlink:href="#icon-dian"></use>
  118. </svg>
  119. 天地合纸箱 100*80*60cm
  120. </div>
  121. <div class="mxqty_dt">交期:2019-08-20</div>
  122. <div class="mxqty_dt">数量:600个,单价:8.33元,合计:5000元</div>
  123. </div>
  124. <div id="rowmx_dt">
  125. <div class="mxmtrl_dt">
  126. <svg class="icon" aria-hidden="true">
  127. <use xlink:href="#icon-dian"></use>
  128. </svg>
  129. 躺椅纸箱 50*10*10
  130. </div>
  131. <div class="mxqty_dt">交期:2019-08-20</div>
  132. <div class="mxqty_dt">数量:400个,单价:7.5元,合计:3000元</div>
  133. </div>
  134. <div id="rowmx_dt">
  135. <div class="mxmtrl_dt">
  136. <svg class="icon" aria-hidden="true">
  137. <use xlink:href="#icon-dian"></use>
  138. </svg>
  139. 1017G纸箱 74*23*10
  140. </div>
  141. <div class="mxqty_dt">交期:2019-08-20</div>
  142. <div class="mxqty_dt">数量:200个,单价:10元,合计:2000元</div>
  143. <div class="mxqty_dt">已收货数:200个,完成收货:2019-08-20</div>
  144. </div>
  145. </div>
  146. <div style="font-size:12px;color:#888;padding: 0px 0 10px 20px">*点击可查看明细相关信息</div>
  147. <div class="liubai_dt"></div>
  148. <div class="subtitle_dt">订单进度跟踪</div>
  149. <div class="jindu">
  150. <div>
  151. <svg class="icon" aria-hidden="true">
  152. <use xlink:href="#icon-buzhoutiaowancheng"></use>
  153. </svg>
  154. 下单:2019-08-16 09:08 张大三
  155. </div>
  156. <div>
  157. <svg class="icon" aria-hidden="true">
  158. <use xlink:href="#icon-buzhoutiaowancheng"></use>
  159. </svg>
  160. 初审:2018-12-11 09:30 李大四
  161. </div>
  162. <div>
  163. <svg class="icon" aria-hidden="true">
  164. <use xlink:href="#icon-buzhoutiaowancheng"></use>
  165. </svg>
  166. 终审:2018-12-11 09:30 王小五
  167. </div>
  168. <div>
  169. <svg class="icon" aria-hidden="true">
  170. <use xlink:href="#icon-baifenbi"></use>
  171. </svg>
  172. 入库:20%&nbsp&nbsp(200/1000)
  173. </div>
  174. <div>
  175. <svg class="icon" aria-hidden="true">
  176. <use xlink:href="#icon-buzhoutiaowancheng"></use>
  177. </svg>
  178. 收货开单:2019-08-20 10:30 李小兵
  179. </div>
  180. <div>
  181. <svg class="icon" aria-hidden="true">
  182. <use xlink:href="#icon-buzouweijinxing"></use>
  183. </svg>
  184. 收货完成:
  185. </div>
  186. </div>
  187. </div>
  188. <!-- 弹出详细信息 -->
  189. <div v-show="ifmx!=0">
  190. <div class="quote_edit_mask"></div>
  191. <div style="z-index: 9999;
  192. background-color: #ffffff;
  193. position: fixed;
  194. bottom: 0px;
  195. height: 90%;
  196. width: 100%;
  197. border-top-left-radius: 15px;
  198. border-top-right-radius: 15px;
  199. padding: 10px 0;">
  200. <div style="display:flex">
  201. <div style="margin:0 auto;font-size:16px;font-weight:bold;color:#666;padding:0 0 5px 0">明细相关信息</div>
  202. <div style="position: absolute;
  203. right: 20px;
  204. color: #ccc;
  205. font-size: 12px;
  206. line-height:26px;">
  207. <svg class="icon" aria-hidden="true">
  208. <use xlink:href="#icon-guanbi"></use>
  209. </svg>
  210. </div>
  211. </div>
  212. <div style="font-size:14px;margin:5px 0 ;padding:0 15px">
  213. <div>供应商:广东省佛山市顺德区某某纸箱商</div>
  214. <div>物料编号:ZX1001</div>
  215. <div>物料名称:天地合纸箱 74*23*10</div>
  216. <div style="display:flex">
  217. <div style="flex:0 0 70%">采购数量:600个</div>
  218. <div style="position: absolute;right:20px">交货日期:2019-08-20</div>
  219. </div>
  220. <div style="display:flex">
  221. <div style="flex:0 0 70%">采购单价:8.33元</div>
  222. <div style="position: absolute;right:20px">金额:5000元</div>
  223. </div>
  224. </div>
  225. <div class="liubai_dt"></div>
  226. <div style="width: 100%;">
  227. <div style="display: flex;
  228. width: 105px;
  229. margin: 10px auto 5px auto;
  230. font-size: 15px;
  231. font-weight: bold;">
  232. <div style="color: #fd7526;border-bottom: 2px solid #fd7526;" v-if="ifmx==1">数量</div>
  233. <div style="color:#888;margin-left:30px" v-if="ifmx==1">价格</div>
  234. <div v-if="ifmx==2" style="color:#888;">数量</div>
  235. <div style="margin-left:30px;color: #fd7526;border-bottom: 2px solid #fd7526;" v-if="ifmx==2">价格</div>
  236. </div>
  237. </div>
  238. <div style="font-size:15px;padding:0 20px;font-weight:bold;color:#666" v-if="ifmx==1">
  239. <div style="border-bottom: 1px solid #eee;padding:0 0 10px 0 ;line-height:20px">
  240. <div style="display:flex;padding:10px 0 ">
  241. <div style="width:100px">需求数 <svg class="icon" aria-hidden="true">
  242. <use xlink:href="#icon-down"></use>
  243. </svg></div>
  244. <div style="position: absolute;right:30px;color:#888">1000</div>
  245. </div>
  246. <div style="font-size:14px;color:#999;margin-left:30px;font-weight:400">
  247. <div style="display:flex;">
  248. <div>生产需求数</div>
  249. <div style="position: absolute;right:30px;">1000</div>
  250. </div>
  251. <div style="display:flex;">
  252. <div>订单需求数</div>
  253. <div style="position: absolute;right:30px;">0</div>
  254. </div>
  255. <div style="display:flex;">
  256. <div>外协需求数</div>
  257. <div style="position: absolute;right:30px;">0</div>
  258. </div>
  259. </div>
  260. </div>
  261. <div style="border-bottom: 1px solid #eee;padding:0 0 10px 0;line-height:20px ">
  262. <div style="display:flex;padding:10px 0 ">
  263. <div style="width:100px">库存数 <svg class="icon" aria-hidden="true">
  264. <use xlink:href="#icon-down"></use>
  265. </svg></div>
  266. <div style="position: absolute;right:30px;color:#888">400</div>
  267. </div>
  268. <div style="font-size:14px;color:#999;margin-left:30px;font-weight:400">
  269. <div style="display:flex;">
  270. <div>材料仓</div>
  271. <div style="position: absolute;right:30px;">300</div>
  272. </div>
  273. <div style="display:flex;">
  274. <div>车间仓</div>
  275. <div style="position: absolute;right:30px;">100</div>
  276. </div>
  277. </div>
  278. </div>
  279. <div style="display:flex;border-bottom: 1px solid #eee;padding:10px 0;line-height:20px ">
  280. <div style="width:100px">可装数</div>
  281. <div style="position: absolute;right:30px;color:#888">0</div>
  282. </div>
  283. <div style="display:flex;border-bottom: 1px solid #eee;padding:10px 0;line-height:20px ">
  284. <div style="width:100px">外协商库存数</div>
  285. <div style="position: absolute;right:30px;color:#888">0</div>
  286. </div>
  287. <div style="border-bottom: 1px solid #eee;padding:0 0 10px 0 ">
  288. <div style="display:flex;padding:10px 0 ">
  289. <div style="width:100px">在途数 <svg class="icon" aria-hidden="true">
  290. <use xlink:href="#icon-down"></use>
  291. </svg></div>
  292. <div style="position: absolute;right:30px;color:#888">0</div>
  293. </div>
  294. <div style="font-size:14px;color:#999;margin-left:30px;font-weight:400">
  295. <div style="display:flex;">
  296. <div>采购未到货数</div>
  297. <div style="position: absolute;right:30px;">0</div>
  298. </div>
  299. <div style="display:flex;">
  300. <div>生产未完成数</div>
  301. <div style="position: absolute;right:30px;">0</div>
  302. </div>
  303. <div style="display:flex;">
  304. <div>外协未完成数</div>
  305. <div style="position: absolute;right:30px;">0</div>
  306. </div>
  307. </div>
  308. </div>
  309. <div style="display:flex;padding:20px 0 0 0;color:#f00;line-height:20px ">
  310. <div style="width:100px">缺料数</div>
  311. <div style="position: absolute;right:30px;color:#f00">600</div>
  312. </div>
  313. </div>
  314. <div style="padding:5px 10px" v-if="ifmx==2">
  315. <div
  316. style="display:flex;font-size:13px;margin-top:5px;border-bottom: 1px solid #eee;padding:0 0 5px 0;color:#666">
  317. <div style="flex:0 0 25%;text-align: center;line-height:34px">供应商</div>
  318. <div style="flex:0 0 25%;text-align: center;line-height:34px">最新报价</div>
  319. <div style="flex:0 0 25%;text-align: center;line-height:34px">报价时间</div>
  320. <div style="flex:0 0 25%;text-align: center;line-height:34px">累计采购量</div>
  321. </div>
  322. <div style="display:flex;margin-top:5px;border-bottom: 1px solid #eee;line-height:35px;font-size:13px;align-items: center;">
  323. <div style="flex:0 0 25%;text-align: center;">某某纸箱厂</div>
  324. <div style="flex:0 0 25%;text-align: center;">8.33元/个</div>
  325. <div style="flex:0 0 25%;text-align: center;">2019/8/1</div>
  326. <div style="flex:0 0 25%;text-align: center;">7000个</div>
  327. </div>
  328. <div style="display:flex;margin-top:5px;border-bottom: 1px solid #eee;line-height:35px;font-size:13px;align-items: center;">
  329. <div style="flex:0 0 25%;text-align: center;">天天纸箱厂</div>
  330. <div style="flex:0 0 25%;text-align: center;">9.2元/个</div>
  331. <div style="flex:0 0 25%;text-align: center;">2019/8/1</div>
  332. <div style="flex:0 0 25%;text-align: center;">500个</div>
  333. </div>
  334. <div style="display:flex;margin-top:5px;border-bottom: 1px solid #eee;line-height:35px;font-size:13px;align-items: center;">
  335. <div style="flex:0 0 25%;text-align: center;">景田纸箱厂</div>
  336. <div style="flex:0 0 25%;text-align: center;">8.8元/个</div>
  337. <div style="flex:0 0 25%;text-align: center;">2019/8/1</div>
  338. <div style="flex:0 0 25%;text-align: center;">600个</div>
  339. </div>
  340. <div style="display:flex;margin-top:5px;border-bottom: 1px solid #eee;line-height:35px;font-size:13px;align-items: center;">
  341. <div style="flex:0 0 25%;text-align: center;">东南纸箱厂</div>
  342. <div style="flex:0 0 25%;text-align: center;">9.6元/个</div>
  343. <div style="flex:0 0 25%;text-align: center;">2019/7/1</div>
  344. <div style="flex:0 0 25%;text-align: center;">40个</div>
  345. </div>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350. </template>
  351. <script>
  352. export default {
  353. name: 'buytaskDetail',
  354. data() {
  355. return {
  356. taskflag_dt: '在进行',
  357. ifnew: 1,
  358. ifmx: 0 //0-不弹出明细相关信息 1-数量相关信息 2-价格相关信息
  359. };
  360. },
  361. methods: {
  362. goback() {
  363. {
  364. history.back();
  365. }
  366. },
  367. gotomxjd() {
  368. this.$router.push({
  369. path: "/salemxjd"
  370. });
  371. }
  372. },
  373. computed: {
  374. colortop: function () {
  375. return {
  376. bgcolorred: this.taskflag_dt == "待审核",
  377. bgcolorgreen: this.taskflag_dt == "在进行",
  378. bgcolorblue: this.taskflag_dt == "已完成"
  379. };
  380. },
  381. }
  382. }
  383. </script>
  384. <style>
  385. body {
  386. margin: 0;
  387. padding: 0;
  388. /* background-color: #fff; */
  389. font-family: "微软雅黑";
  390. }
  391. .topbar {
  392. min-height: 44px;
  393. border-bottom: 1px solid #e5e5e5;
  394. background: #fff;
  395. position: fixed;
  396. width: 100%;
  397. z-index: 9990;
  398. display: flex;
  399. font-size: 18px;
  400. align-items: center;
  401. }
  402. .topbar_left {
  403. /* flex: 0 0 %; */
  404. margin-left: 10px;
  405. }
  406. .topbar_middle {
  407. text-align: center;
  408. flex: 0 0 85%;
  409. }
  410. .topbar_right {
  411. /* flex: 0 0 10%; */
  412. position: absolute;
  413. right: 10px;
  414. }
  415. #taskdetail {
  416. background-color: #fff;
  417. }
  418. #content {
  419. position: absolute;
  420. top: 44px;
  421. background-color: #fff;
  422. width: 100%
  423. }
  424. .toparea_dt {
  425. color: white;
  426. background-color: rgb(252, 78, 44);
  427. height: 80px;
  428. display: flex;
  429. }
  430. .bgcolorred {
  431. background-color: #fc4e2c
  432. }
  433. .bgcolorgreen {
  434. background-color: #8dc026;
  435. }
  436. .bgcolorblue {
  437. background-color: #1e90ff;
  438. }
  439. .taskcode_dt {
  440. font-size: 20px;
  441. font-weight: bold;
  442. padding: 10px 0 10px 20px;
  443. line-height: 30px;
  444. }
  445. .taskflag_dt {
  446. font-size: 16px;
  447. font-weight: bold;
  448. padding: 10px;
  449. line-height: 30px;
  450. position: absolute;
  451. right: 20px;
  452. }
  453. .taskinfo_dt {
  454. background-color: #fff;
  455. width: 100%;
  456. height: 35px;
  457. border-top-left-radius: 20px;
  458. border-top-right-radius: 20px;
  459. border-bottom-right-radius: 0px;
  460. border-bottom-left-radius: 0px;
  461. position: absolute;
  462. top: 50px;
  463. }
  464. .cust_dt {
  465. font-size: 16px;
  466. font-weight: bold;
  467. padding: 10px
  468. }
  469. .reptel_dt {
  470. font-size: 14px;
  471. font-weight: bold;
  472. margin: 10px 0 2px 10px;
  473. }
  474. .address_dt {
  475. font-size: 13px;
  476. margin-left: 30px;
  477. margin-right: 20px;
  478. margin-bottom: 10px;
  479. color: #666;
  480. }
  481. .hyaddress_dt {
  482. font-size: 13px;
  483. margin-left: 10px;
  484. margin-right: 10px;
  485. margin-bottom: 10px;
  486. color: #666;
  487. }
  488. .liubai_dt {
  489. width: 100%;
  490. height: 10px;
  491. background-color: #f6f6f6;
  492. }
  493. .middlearea {
  494. margin: 10px;
  495. font-size: 14px;
  496. }
  497. .taskinfo_dtflex {
  498. display: flex;
  499. /* height: 60px; */
  500. align-items: center;
  501. line-height: 20px;
  502. }
  503. .taskinfo_dttitle_dt {
  504. font-weight: bold;
  505. margin-bottom: 5px;
  506. display: flex;
  507. flex-wrap: wrap;
  508. }
  509. .title_dt {
  510. width: 80px;
  511. text-align: right
  512. }
  513. .taskinfo_dtitem {
  514. font-weight: normal;
  515. color: #333;
  516. }
  517. .taskinfo_dtamt {
  518. display: flex;
  519. line-height: 20px;
  520. }
  521. .taskamt {
  522. font-weight: bold;
  523. color: red;
  524. }
  525. .leftsize {
  526. width: 100px;
  527. }
  528. .dscrp {
  529. border-radius: 10px;
  530. background: #f5f5f5;
  531. padding: 10px 20px;
  532. margin: 0 20px 10px 20px;
  533. font-size: 14px;
  534. color: #555;
  535. line-height: 18px;
  536. }
  537. .subtitle_dt {
  538. font-size: 15px;
  539. font-weight: 700;
  540. text-align: center;
  541. margin: 0 20px;
  542. line-height: 43px;
  543. }
  544. .jindu {
  545. border-top: 1px solid #f0f0f0;
  546. margin: 0 20px;
  547. font-size: 14px;
  548. line-height: 30px;
  549. padding: 10px 0;
  550. }
  551. .jindubtn {
  552. margin-left: 20px;
  553. border: 1px solid #bbb;
  554. padding: 0 10px;
  555. border-radius: 15px;
  556. font-size: 13px;
  557. }
  558. .taskmx_dt {
  559. border-top: 1px solid #f0f0f0;
  560. margin: 0 20px 0 10px;
  561. padding: 0 0 20px 0;
  562. }
  563. #rowmx_dt {
  564. /* margin-bottom: 10px; */
  565. padding: 5px 0;
  566. border-bottom: 1px solid #f0f0f0;
  567. }
  568. .mxmtrl_dt {
  569. margin: 5px;
  570. font-size: 14px;
  571. }
  572. .mxqty_dt {
  573. font-size: 14px;
  574. color: #888;
  575. margin-bottom: 3px;
  576. margin-left: 25px;
  577. }
  578. .mxjdinfo {
  579. background-color: #f6f6f6;
  580. font-size: 12px;
  581. color: #888;
  582. padding: 5px 0 5px 5px;
  583. }
  584. /* .mx_bottomarea {
  585. display: flex;
  586. } */
  587. .mx_btndetail {
  588. position: absolute;
  589. right: 20px;
  590. color: #888;
  591. font-size: 13px;
  592. margin-right: 0px;
  593. border-radius: 5px;
  594. }
  595. .quote_edit_mask {
  596. height: 100%;
  597. width: 100%;
  598. background-color: #1d1d1d;
  599. opacity: 0.8;
  600. position: fixed;
  601. top: 0px;
  602. z-index: 9998;
  603. }
  604. </style>