Commit a27161b94664b11f73f72b26091da6ce27fb68c0

Authored by gesilong
Committed by 史婷婷
1 parent da17bd90

commit:修改状态颜色 增加已取消

... ... @@ -458,6 +458,10 @@ export default {
458 458 &_已签收 {
459 459 background-image: url('~@/static/images/contract/status_4.png');
460 460 }
  461 +
  462 + &_已取消 {
  463 + background-image: url('~@/static/images/contract/status_5.png');
  464 + }
461 465 }
462 466 }
463 467
... ...
... ... @@ -345,6 +345,10 @@ export default {
345 345 background: #E37318;
346 346 }
347 347 &_已签收 {
  348 + background: #858A99;
  349 + color: #ffffff;
  350 + }
  351 + &_已取消 {
348 352 background: #9E9E9E;
349 353 color: #ffffff;
350 354 }
... ...
... ... @@ -550,6 +550,10 @@ export default {
550 550 &_已签收 {
551 551 background-image: url('~@/static/images/contract/status_4.png');
552 552 }
  553 +
  554 + &_已取消 {
  555 + background-image: url('~@/static/images/contract/status_5.png');
  556 + }
553 557 }
554 558 }
555 559
... ...
... ... @@ -346,6 +346,10 @@ export default {
346 346 background: #E37318;
347 347 }
348 348 &_已签收 {
  349 + background: #858A99;
  350 + color: #ffffff;
  351 + }
  352 + &_已取消 {
349 353 background: #9E9E9E;
350 354 color: #ffffff;
351 355 }
... ...
... ... @@ -562,6 +562,10 @@ export default {
562 562 &_已签收 {
563 563 background-image: url('~@/static/images/contract/status_4.png');
564 564 }
  565 +
  566 + &_已取消 {
  567 + background-image: url('~@/static/images/contract/status_5.png');
  568 + }
565 569 }
566 570 }
567 571
... ...
... ... @@ -348,6 +348,10 @@ export default {
348 348 background: #E37318;
349 349 }
350 350 &_已签收 {
  351 + background: #858A99;
  352 + color: #ffffff;
  353 + }
  354 + &_已取消 {
351 355 background: #9E9E9E;
352 356 color: #ffffff;
353 357 }
... ...
... ... @@ -442,6 +442,10 @@ export default {
442 442 &_已签收 {
443 443 background-image: url('~@/static/images/contract/status_4.png');
444 444 }
  445 +
  446 + &_已取消 {
  447 + background-image: url('~@/static/images/contract/status_5.png');
  448 + }
445 449 }
446 450 }
447 451 .section1 {
... ...
... ... @@ -345,6 +345,10 @@ export default {
345 345 background: #E37318;
346 346 }
347 347 &_已签收 {
  348 + background: #858A99;
  349 + color: #ffffff;
  350 + }
  351 + &_已取消 {
348 352 background: #9E9E9E;
349 353 color: #ffffff;
350 354 }
... ...
... ... @@ -116,7 +116,7 @@
116 116 </template>
117 117
118 118 <script>
119   -import { getContractApi, deleteContractApi, uploadStandardContract, statusStyle, statusMap } from '@/api/contract'
  119 +import { getContractApi, deleteContractApi, uploadStandardContract, statusStyle } from '@/api/contract'
120 120 import ProductRel from './productRel.vue'
121 121 import DetailButtons from '@/components/detail-buttons/index.vue'
122 122 import FileUpload from '@/components/file-upload/index.vue'
... ... @@ -211,7 +211,6 @@ export default {
211 211 },
212 212 ],
213 213 statusStyle: statusStyle,
214   - statusMap: statusMap,
215 214 dicOptions: { AUDIT_STATUS: [] }
216 215 }
217 216 },
... ... @@ -449,6 +448,10 @@ export default {
449 448 &_已签收 {
450 449 background-image: url('~@/static/images/contract/status_4.png');
451 450 }
  451 +
  452 + &_已取消 {
  453 + background-image: url('~@/static/images/contract/status_5.png');
  454 + }
452 455 }
453 456 }
454 457
... ...
... ... @@ -342,6 +342,10 @@ export default {
342 342 background: #E37318;
343 343 }
344 344 &_已签收 {
  345 + background: #858A99;
  346 + color: #ffffff;
  347 + }
  348 + &_已取消 {
345 349 background: #9E9E9E;
346 350 color: #ffffff;
347 351 }
... ...
... ... @@ -527,6 +527,10 @@ export default {
527 527 &_已签收 {
528 528 background-image: url('~@/static/images/contract/status_4.png');
529 529 }
  530 +
  531 + &_已取消 {
  532 + background-image: url('~@/static/images/contract/status_5.png');
  533 + }
530 534 }
531 535 }
532 536 .section1 {
... ...
... ... @@ -348,6 +348,10 @@ export default {
348 348 background: #E37318;
349 349 }
350 350 &_已签收 {
  351 + background: #858A99;
  352 + color: #ffffff;
  353 + }
  354 + &_已取消 {
351 355 background: #9E9E9E;
352 356 color: #ffffff;
353 357 }
... ...
... ... @@ -544,6 +544,10 @@ export default {
544 544 &_已签收 {
545 545 background-image: url('~@/static/images/contract/status_4.png');
546 546 }
  547 +
  548 + &_已取消 {
  549 + background-image: url('~@/static/images/contract/status_5.png');
  550 + }
547 551 }
548 552 }
549 553
... ...
... ... @@ -348,6 +348,10 @@ export default {
348 348 background: #E37318;
349 349 }
350 350 &_已签收 {
  351 + background: #858A99;
  352 + color: #ffffff;
  353 + }
  354 + &_已取消 {
351 355 background: #9E9E9E;
352 356 color: #ffffff;
353 357 }
... ...