semiProductJobBom.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943
  1. <template>
  2. <view>
  3. <view class="title_box rx-bc">
  4. <view class="name"> 报工信息: ({{list.length || 0}})个</view>
  5. </view>
  6. <view :class="['material', it.extInfo.reportWeight && it.extInfo.reportWeight && 'materialBor']"
  7. v-for="(it, idx) in list" :key="idx">
  8. <view class="content_table">
  9. <view class="item rx-sc">
  10. <view class="rx">
  11. <view class="lable lable190 rx-cc " @click="getDelete2(idx)">
  12. <view class="round">{{idx + 1}}</view>
  13. <uni-icons custom-prefix="iconfont" type="icon-shanchu" size="16"
  14. color="#fa3534"></uni-icons>
  15. 物料编码
  16. </view>
  17. <view class="content rx-bc">
  18. <view>{{it.code}} </view>
  19. <view class="tag_box"
  20. v-if="Object.prototype.hasOwnProperty.call(it, 'extInfo') && Object.prototype.hasOwnProperty.call(it.extInfo, 'productionTimes') && Object.prototype.hasOwnProperty.call(it.extInfo.productionTimes,item.currentTaskDiagram.taskId) ">
  21. {{ it.extInfo.productionTimes[item.currentTaskDiagram.taskId]}}
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. <view class="item rx-sc">
  27. <view class="rx">
  28. <view class="lable lable150 rx-cc ">名称</view>
  29. <view class="content rx-bc">
  30. <view>{{it.name}} <text v-if="[2, 23,9,28].includes(Number(it.rootCategoryLevelId))">
  31. ({{it.rootCategoryLevelId == 2 ? '在制品' : it.rootCategoryLevelId == 23 ? '半成品' : it.rootCategoryLevelId == 9 ? '产品' : it.rootCategoryLevelId == 28 ? '废品' : '' }})
  32. </text> </view>
  33. <view class="tag_box " v-if="it.isCache" style="margin-right: -36rpx;">缓</view>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="item rx-sc">
  38. <view class="rx">
  39. <view class="lable lable150 rx-cc ">型号</view>
  40. <view class="content rx-sc">
  41. <view>{{it.modelType}}</view>
  42. </view>
  43. </view>
  44. </view>
  45. <view class="item rx-sc">
  46. <view class="rx ww50 ">
  47. <view class="lable lable150 rx-cc ">物料代号</view>
  48. <view class="content content_num">
  49. <view v-if='isDetails'>{{it.extInfo.materielCode }}</view>
  50. <input class="uni-input" v-else v-model="it.extInfo.materielCode"></input>
  51. </view>
  52. </view>
  53. <view class="rx ww50">
  54. <view class="lable lable150 rx-cc ">客户代号</view>
  55. <view class="content content_num">
  56. <view v-if='isDetails'>{{it.extInfo.clientCode }}</view>
  57. <input class="uni-input" v-else v-model="it.extInfo.clientCode"></input>
  58. </view>
  59. </view>
  60. </view>
  61. <view class="item rx-sc">
  62. <view class="rx ww50 ">
  63. <view class="lable lable150 rx-cc ">刻码</view>
  64. <view class="content content_num ">
  65. <view v-if='isDetails'>{{it.extInfo.engrave }}</view>
  66. <input class="uni-input" v-else v-model="it.extInfo.engrave"></input>
  67. </view>
  68. </view>
  69. <view class="rx ww50">
  70. <view class="lable lable150 rx-cc ">位置</view>
  71. <view class="content content_num">
  72. <view v-if='isDetails'>{{it.extInfo.position }}</view>
  73. <input class="uni-input" v-else v-model="it.extInfo.position"></input>
  74. </view>
  75. </view>
  76. </view>
  77. <view class="item rx-sc">
  78. <view class="rx ww50">
  79. <view class="lable lable150 rx-cc ">设备</view>
  80. <view class="content ">
  81. <view>{{ it.deviceName || it.extInfo.deviceName }}</view>
  82. </view>
  83. </view>
  84. <view class="rx ww50">
  85. <view class="lable lable150 rx-cc ">炉次号</view>
  86. <view class="content content_num ">
  87. <view v-if='isDetails'>{{it.extInfo.heatNumber }}</view>
  88. <input class="uni-input" v-else v-model="it.extInfo.heatNumber"></input>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. <view class="content_table2">
  94. <view class="head row rx-sc">
  95. <view class="item ww25" style="font-size: 20rpx;">{{it.extInfo.newWeight ? '上道工序重量' : '物料重量' }}
  96. {{it.extInfo.weightUnit}}
  97. </view>
  98. <view class="item ww25">报工重量{{it.extInfo.weightUnit}}</view>
  99. <view class="item ww25" v-if="isFirstTask == 1">质检结果
  100. </view>
  101. <view class="item ww25" :class="[ isFirstTask == 1 ? 'ww25' : 'ww50' ]">处置
  102. </view>
  103. </view>
  104. <view class="table">
  105. <view class="tr row rx-sc">
  106. <view class="item ww25" v-if="Object.prototype.hasOwnProperty.call(it.extInfo, 'newWeight') && it.extInfo.newWeight">
  107. {{ it.extInfo.newWeight }}
  108. </view>
  109. <view class="item ww25 content_num" v-if="!Object.prototype.hasOwnProperty.call(it.extInfo, 'newWeight') || it.extInfo.newWeight == 0 ">
  110. <input class="uni-input " v-model="it.extInfo.weight" type='digit'></input>
  111. </view>
  112. <view class="item ww25 content_num">
  113. <view v-if='isDetails'>{{it.extInfo.reportWeight }}</view>
  114. <input class="uni-input" v-else v-model="it.extInfo.reportWeight" type='digit'></input>
  115. </view>
  116. <view class="item ww25" @click="openNumerate(it, idx)" v-if="isFirstTask == 1">
  117. <view class="numerate">点击计算</view>
  118. </view>
  119. <view class="item" v-if='isDetails' :class="[ isFirstTask == 1 ? 'ww25' : 'ww50' ]">
  120. {{it.extInfo.taskName}}
  121. </view>
  122. <view class="item " v-else :class="[ isFirstTask == 1 ? 'ww25' : 'ww50' ]">
  123. <zxz-uni-data-select :localdata="stepsList" v-model="it.extInfo.taskId" dataValue='taskId'
  124. format='{taskTypeName}' dataKey="taskId" filterable
  125. @change=" e => it.extInfo.taskName = e.taskTypeName"
  126. :clear='false'></zxz-uni-data-select>
  127. </view>
  128. </view>
  129. </view>
  130. </view>
  131. </view>
  132. <u-popup :show="show" mode='center' v-if='show' :closeOnClickOverlay='false'>
  133. <view class="popup_box">
  134. <view class="title_box rx-bc">
  135. <view class="name">工序计算列表</view>
  136. <view class="btn_box rx-ec">
  137. <view class="btn" @click="handAddParam">新增</view>
  138. </view>
  139. </view>
  140. <view class="content_table2">
  141. <view class="head row rx-sc">
  142. <view class="item ww30">工序名称</view>
  143. <view class="item ww20">坯体密度</view>
  144. <view class="item ww20">密度系数</view>
  145. <view class="item ww20">重量</view>
  146. <view class="item ww10">操作</view>
  147. </view>
  148. <view class="table">
  149. <view class="tr row rx-sc" v-for="(it, idx) in paramList" :key='idx'>
  150. <view class="item rx-bc ww30">
  151. <zxz-uni-data-select :localdata="stepsList" v-model="it.taskId" dataValue='taskId'
  152. format='{taskTypeName}' dataKey="taskId" filterable
  153. @change=" e => it.taskName = e.taskTypeName" :clear='false'></zxz-uni-data-select>
  154. </view>
  155. <view class="item ww20 content_num">
  156. <input class="uni-input" v-model="it.billet" type="digit"
  157. @input="changeInp(it, idx)"></input>
  158. </view>
  159. <view class="item ww20 content_num">
  160. <input class="uni-input" v-model="it.density" type="digit"
  161. @input="changeInp(it, idx)"></input>
  162. </view>
  163. <view class="item ww20" v-if=" (idx == 0 || idx != paramList.length - 1)">
  164. < {{it.CVIWeight}} </view>
  165. <view class="item ww20" v-if=" paramList.length > 1 && idx == paramList.length - 1">
  166. ≥ {{it.CVIWeight }}
  167. </view>
  168. <view class="item ww10 rx-cc" @click="getDelete(idx)">
  169. <uni-icons custom-prefix="iconfont" type="icon-shanchu" size="20"
  170. color="#fa3534"></uni-icons>
  171. </view>
  172. </view>
  173. </view>
  174. <view class="formula_box">计算公式: 物料重量/坯体密度*密度系数 </view>
  175. <view class="rx-cc">
  176. <u-button size="small" class="u-reset-button" style="width: 300rpx;margin: 20rpx;"
  177. type="success" @click="paramSave">工序列表保存</u-button>
  178. </view>
  179. <view class="reportWeight rx-sc">
  180. 物料重量: {{weight}} ;
  181. 报工重量: {{reportWeight}}
  182. </view>
  183. </view>
  184. <view class="operate_box rx-sc">
  185. <u-button size="small" class="u-reset-button" @click="cancel">取消</u-button>
  186. <u-button size="small" class="u-reset-button" type="success" @click="save">确定</u-button>
  187. </view>
  188. </view>
  189. </u-popup>
  190. </view>
  191. </template>
  192. <script>
  193. import {
  194. getTaskInstanceList
  195. } from '@/api/pda/workOrder.js'
  196. import {
  197. saveParam,
  198. getComputeParam
  199. } from '@/api/pda/tangu.js'
  200. export default {
  201. props: {
  202. item: {
  203. type: Object,
  204. default: () => {}
  205. },
  206. list: {
  207. type: Array,
  208. default: () => []
  209. },
  210. isDetails: {
  211. type: Boolean,
  212. default: false
  213. },
  214. equipmentList: {
  215. type: Array,
  216. default: () => []
  217. },
  218. },
  219. watch: {
  220. equipmentList: {
  221. immediate: true,
  222. deep: true,
  223. handler(newVal) {
  224. this.deviceList = newVal
  225. this.changeHeatNumber()
  226. }
  227. },
  228. },
  229. data() {
  230. return {
  231. taskTypeName: null,
  232. isFirstTask: null,
  233. stepsList: [],
  234. show: false,
  235. rowIt: [],
  236. paramList: [],
  237. paramObj: {},
  238. weight: 0,
  239. reportWeight: 0,
  240. resultObj: {},
  241. resultIdx: 0,
  242. deviceList: []
  243. }
  244. },
  245. created() {
  246. this.taskTypeName = this.item.currentTaskDiagram.taskTypeName
  247. this.isFirstTask = this.item.currentTaskDiagram.isFirstTask
  248. this.getSteps()
  249. this.getCompute()
  250. },
  251. methods: {
  252. getSteps() {
  253. getTaskInstanceList(this.item.workOrderId).then(res => {
  254. this.stepsList = res
  255. })
  256. },
  257. getCompute() {
  258. getComputeParam(this.item.workOrderId, this.item.currentTaskDiagram.taskId).then(res => {
  259. this.paramList = []
  260. this.paramList = res && res.paramList || []
  261. this.paramObj = res || {}
  262. })
  263. },
  264. handAddParam() {
  265. // billet: null,
  266. // density: null,
  267. // result: null,
  268. // PIPDensity: null,
  269. // volume: null,
  270. // coefficient: null
  271. if (this.isFirstTask == 1) {
  272. this.paramList.push({
  273. taskId: null,
  274. taskName: null,
  275. })
  276. }
  277. },
  278. getDelete(idx) {
  279. this.paramList.splice(idx, 1)
  280. },
  281. changeInp(item, index) {
  282. if (Number(item.billet) && Number(item.density)) {
  283. this.paramList[index].CVIWeight = (Number(this.weight) / item.billet * item.density).toFixed(2)
  284. }
  285. },
  286. paramSave() {
  287. if (this.isFirstTask == 1 && this.paramList.length > 0) {
  288. let bol
  289. let _i
  290. bol = this.paramList.every((e, i) => {
  291. _i = i + 1
  292. return e.taskId && e.billet && e.density
  293. })
  294. if (!bol) {
  295. uni.showToast({
  296. title: `请完善第${_i}计算数据`,
  297. icon: 'none'
  298. })
  299. return false
  300. }
  301. if (this.paramList.length < 1) {
  302. uni.showToast({
  303. title: `请输入二个以上计算数据`,
  304. icon: 'none'
  305. })
  306. return false
  307. }
  308. }
  309. let param = {}
  310. if (!Object.prototype.hasOwnProperty.call(this.paramObj, 'id')) {
  311. param = {
  312. paramList: this.paramList,
  313. workOrderId: this.item.workOrderId,
  314. taskId: this.item.currentTaskDiagram.taskId
  315. }
  316. } else {
  317. this.paramObj.paramList = this.paramList
  318. param = this.paramObj
  319. }
  320. saveParam(param).then(res => {
  321. uni.showToast({
  322. icon: 'none',
  323. title: '操作成功'
  324. })
  325. this.getCompute()
  326. })
  327. },
  328. openNumerate(row, idx) {
  329. if (!row.extInfo.reportWeight) {
  330. uni.showToast({
  331. icon: 'none',
  332. title: '请先输入报工重量'
  333. })
  334. return false
  335. }
  336. this.weight = row.extInfo.weight
  337. this.reportWeight = row.extInfo.reportWeight
  338. this.resultIdx = idx
  339. this.show = true
  340. },
  341. cancel() {
  342. this.show = false
  343. this.reportWeight = 0
  344. this.weight = 0
  345. },
  346. taskChange(e) {
  347. console.log(e)
  348. },
  349. getDelete2(idx) {
  350. uni.showModal({
  351. title: '删除',
  352. content: '是否确实删除此物料!',
  353. confirmText: '确认', //这块是确定按钮的文字
  354. success: rr => {
  355. if (rr.confirm) {
  356. this.list.splice(idx, 1)
  357. }
  358. }
  359. })
  360. },
  361. save() {
  362. if (this.isFirstTask == 1) {
  363. this.resultObj = {}
  364. if (Number(this.reportWeight) < Number(this.paramList[0].CVIWeight)) {
  365. this.resultObj = this.paramList[0]
  366. this.setDataSave()
  367. return false
  368. }
  369. if (Number(this.reportWeight) >= this.paramList[this.paramList.length - 1].CVIWeight) {
  370. this.resultObj = this.paramList[this.paramList.length - 1]
  371. this.setDataSave()
  372. return false
  373. }
  374. for (let i = 1; i < this.paramList.length; i++) {
  375. console.log(i)
  376. console.log(11, Number(this.paramList[i - 1].CVIWeight), Number(this.reportWeight))
  377. if (Number(this.paramList[i - 1].CVIWeight) < Number(this.reportWeight) && Number(this
  378. .reportWeight) < Number(this.paramList[i].CVIWeight)) {
  379. this.resultObj = this.paramList[i]
  380. break;
  381. }
  382. }
  383. this.setDataSave()
  384. }
  385. },
  386. setDataSave() {
  387. this.$set(this.list[this.resultIdx].extInfo, 'taskId', this.resultObj.taskId)
  388. this.$set(this.list[this.resultIdx].extInfo, 'density', this.resultObj.density)
  389. this.$set(this.list[this.resultIdx].extInfo, 'billet', this.resultObj.billet)
  390. this.$set(this.list[this.resultIdx].extInfo, 'taskName', this.resultObj.taskName)
  391. this.cancel()
  392. },
  393. changeHeatNumber() {
  394. console.log(this.deviceList)
  395. this.deviceList.forEach(f => {
  396. this.list.forEach(o => {
  397. if (o.deviceId && f.instanceId == o.deviceId && this.deviceList.length > 1) {
  398. o.extInfo.heatNumber = f.extInfo.heatNumber
  399. this.$forceUpdate()
  400. } else if (this.deviceList.length == 1) {
  401. o.extInfo.heatNumber = this.deviceList[0].extInfo.heatNumber
  402. this.$forceUpdate()
  403. }
  404. })
  405. })
  406. },
  407. }
  408. }
  409. </script>
  410. <style lang="scss" scoped>
  411. .title_box {
  412. margin-top: 20rpx;
  413. .name {
  414. font-size: 28rpx;
  415. font-style: normal;
  416. font-weight: 400;
  417. color: $theme-color;
  418. padding-left: 20rpx;
  419. position: relative;
  420. &:before {
  421. position: absolute;
  422. content: '';
  423. left: 0rpx;
  424. top: 0rpx;
  425. bottom: 0rpx;
  426. width: 4rpx;
  427. height: 28rpx;
  428. background: $theme-color;
  429. margin: auto;
  430. }
  431. }
  432. .btn_box {
  433. .btn {
  434. padding: 0 18rpx;
  435. height: 50rpx;
  436. line-height: 50rpx;
  437. background: $theme-color;
  438. font-size: 26rpx;
  439. font-style: normal;
  440. font-weight: 400;
  441. font-size: 24rpx;
  442. color: #fff;
  443. border-radius: 4rpx;
  444. margin-left: 24rpx;
  445. }
  446. }
  447. }
  448. .material {
  449. margin-top: 16rpx;
  450. border: 1rpx solid transparent;
  451. .content_table {
  452. width: 100%;
  453. border: 2rpx solid $border-color;
  454. box-sizing: border-box;
  455. .item {
  456. display: flex;
  457. border-bottom: 2rpx solid $border-color;
  458. .lable {
  459. width: 132rpx;
  460. text-align: center;
  461. background-color: #F7F9FA;
  462. font-size: 26rpx;
  463. border-right: 2rpx solid $border-color;
  464. flex-shrink: 0;
  465. }
  466. .lable150 {
  467. width: 156rpx !important;
  468. font-size: 24rpx;
  469. }
  470. .lable190 {
  471. width: 200rpx !important;
  472. font-size: 24rpx;
  473. }
  474. .ww80 {
  475. width: 80rpx;
  476. }
  477. .content {
  478. width: 518rpx;
  479. min-height: 64rpx;
  480. font-size: 28rpx;
  481. line-height: 28rpx;
  482. font-style: normal;
  483. font-weight: 400;
  484. padding: 18rpx 8rpx;
  485. box-sizing: border-box;
  486. word-wrap: break-word;
  487. flex-grow: 1 !important;
  488. .unit {
  489. padding: 0 4rpx;
  490. font-size: 24rpx;
  491. color: #404446;
  492. }
  493. .penalize {
  494. width: 160rpx;
  495. line-height: 60rpx;
  496. background: $theme-color;
  497. font-size: 24rpx;
  498. text-align: center;
  499. color: #fff;
  500. }
  501. }
  502. .content_H {
  503. min-height: 92rpx;
  504. }
  505. .pd4 {
  506. padding: 4rpx 8rpx;
  507. }
  508. &:last-child {
  509. border-bottom: none;
  510. }
  511. }
  512. .ww55 {
  513. width: 55%;
  514. }
  515. .ww50 {
  516. width: 50%;
  517. }
  518. .ww45 {
  519. width: 45%;
  520. }
  521. .tag_box {
  522. padding: 2rpx 10rpx;
  523. margin-right: 12rpx;
  524. background: #E6A23C;
  525. font-size: 22rpx;
  526. color: #fff;
  527. border-radius: 4rpx;
  528. }
  529. }
  530. }
  531. .materialBor {
  532. border: 1rpx solid #157A2C
  533. }
  534. .content_table2 {
  535. width: 100%;
  536. .row {
  537. width: 100%;
  538. .item {
  539. color: #404446;
  540. font-size: 28rpx;
  541. padding-left: 12rpx;
  542. }
  543. .color157 {
  544. color: $theme-color;
  545. }
  546. .ww30 {
  547. width: 30%;
  548. }
  549. .ww20 {
  550. width: 20%;
  551. }
  552. .ww15 {
  553. width: 15%;
  554. }
  555. .ww25 {
  556. width: 25%;
  557. }
  558. .ww50 {
  559. width: 50%;
  560. }
  561. .ww10 {
  562. width: 10%;
  563. }
  564. }
  565. .head {
  566. height: 64rpx;
  567. background: #F7F9FA;
  568. // border-top: 2rpx solid #E3E5E5;
  569. border-left: 2rpx solid #E3E5E5;
  570. box-sizing: border-box;
  571. .item {
  572. height: 64rpx;
  573. line-height: 64rpx;
  574. border-right: 2rpx solid #E3E5E5;
  575. box-sizing: border-box;
  576. font-size: 22rpx;
  577. }
  578. }
  579. .tr {
  580. border-top: 2rpx solid #E3E5E5;
  581. border-left: 2rpx solid #E3E5E5;
  582. .item {
  583. font-size: 24rpx;
  584. min-height: 74rpx;
  585. display: flex;
  586. align-items: center;
  587. border-right: 2rpx solid #E3E5E5;
  588. box-sizing: border-box;
  589. white-space: normal;
  590. word-break: break-all;
  591. }
  592. &:last-child {
  593. border-bottom: 2rpx solid #E3E5E5;
  594. }
  595. .numerate {
  596. font-size: 22rpx;
  597. color: $theme-color;
  598. }
  599. }
  600. }
  601. .content_num {
  602. display: flex;
  603. align-items: center;
  604. padding: 0 4rpx;
  605. /deep/ .uni-input-input {
  606. border: 2rpx solid #F0F8F2;
  607. background: #F0F8F2;
  608. color: $theme-color;
  609. }
  610. }
  611. .round {
  612. width: 32rpx;
  613. height: 32rpx;
  614. line-height: 30rpx;
  615. text-align: center;
  616. border-radius: 50%;
  617. background: $theme-color;
  618. font-size: 24rpx;
  619. font-style: normal;
  620. font-weight: 400;
  621. color: #fff;
  622. margin-right: 10rpx;
  623. }
  624. .popup_box {
  625. width: 94vw;
  626. padding: 16rpx 12rpx;
  627. box-sizing: border-box;
  628. }
  629. .operate_box {
  630. margin-top: 32rpx;
  631. padding: 10rpx 100rpx;
  632. /deep/ .u-button {
  633. width: 160rpx;
  634. }
  635. }
  636. .formula_box {
  637. font-size: 24rpx;
  638. font-style: normal;
  639. font-weight: 400;
  640. margin-top: 12rpx;
  641. }
  642. .reportWeight {
  643. font-size: 24rpx;
  644. font-style: normal;
  645. font-weight: 400;
  646. margin-top: 30rpx;
  647. text {
  648. color: $theme-color;
  649. }
  650. }
  651. </style>