Commit 190f68a4f9972cae33e675cf92ca2c5a13e00571

Authored by gesilong
1 parent 8b6ca30c

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

@@ -458,6 +458,10 @@ export default { @@ -458,6 +458,10 @@ export default {
458 &_已签收 { 458 &_已签收 {
459 background-image: url('~@/static/images/contract/status_4.png'); 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,6 +345,10 @@ export default {
345 background: #E37318; 345 background: #E37318;
346 } 346 }
347 &_已签收 { 347 &_已签收 {
  348 + background: #858A99;
  349 + color: #ffffff;
  350 + }
  351 + &_已取消 {
348 background: #9E9E9E; 352 background: #9E9E9E;
349 color: #ffffff; 353 color: #ffffff;
350 } 354 }
@@ -550,6 +550,10 @@ export default { @@ -550,6 +550,10 @@ export default {
550 &_已签收 { 550 &_已签收 {
551 background-image: url('~@/static/images/contract/status_4.png'); 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,6 +346,10 @@ export default {
346 background: #E37318; 346 background: #E37318;
347 } 347 }
348 &_已签收 { 348 &_已签收 {
  349 + background: #858A99;
  350 + color: #ffffff;
  351 + }
  352 + &_已取消 {
349 background: #9E9E9E; 353 background: #9E9E9E;
350 color: #ffffff; 354 color: #ffffff;
351 } 355 }
@@ -562,6 +562,10 @@ export default { @@ -562,6 +562,10 @@ export default {
562 &_已签收 { 562 &_已签收 {
563 background-image: url('~@/static/images/contract/status_4.png'); 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,6 +348,10 @@ export default {
348 background: #E37318; 348 background: #E37318;
349 } 349 }
350 &_已签收 { 350 &_已签收 {
  351 + background: #858A99;
  352 + color: #ffffff;
  353 + }
  354 + &_已取消 {
351 background: #9E9E9E; 355 background: #9E9E9E;
352 color: #ffffff; 356 color: #ffffff;
353 } 357 }
@@ -442,6 +442,10 @@ export default { @@ -442,6 +442,10 @@ export default {
442 &_已签收 { 442 &_已签收 {
443 background-image: url('~@/static/images/contract/status_4.png'); 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 .section1 { 451 .section1 {
@@ -345,6 +345,10 @@ export default { @@ -345,6 +345,10 @@ export default {
345 background: #E37318; 345 background: #E37318;
346 } 346 }
347 &_已签收 { 347 &_已签收 {
  348 + background: #858A99;
  349 + color: #ffffff;
  350 + }
  351 + &_已取消 {
348 background: #9E9E9E; 352 background: #9E9E9E;
349 color: #ffffff; 353 color: #ffffff;
350 } 354 }
@@ -116,7 +116,7 @@ @@ -116,7 +116,7 @@
116 </template> 116 </template>
117 117
118 <script> 118 <script>
119 -import { getContractApi, deleteContractApi, uploadStandardContract, statusStyle, statusMap } from '@/api/contract' 119 +import { getContractApi, deleteContractApi, uploadStandardContract, statusStyle } from '@/api/contract'
120 import ProductRel from './productRel.vue' 120 import ProductRel from './productRel.vue'
121 import DetailButtons from '@/components/detail-buttons/index.vue' 121 import DetailButtons from '@/components/detail-buttons/index.vue'
122 import FileUpload from '@/components/file-upload/index.vue' 122 import FileUpload from '@/components/file-upload/index.vue'
@@ -211,7 +211,6 @@ export default { @@ -211,7 +211,6 @@ export default {
211 }, 211 },
212 ], 212 ],
213 statusStyle: statusStyle, 213 statusStyle: statusStyle,
214 - statusMap: statusMap,  
215 dicOptions: { AUDIT_STATUS: [] } 214 dicOptions: { AUDIT_STATUS: [] }
216 } 215 }
217 }, 216 },
@@ -449,6 +448,10 @@ export default { @@ -449,6 +448,10 @@ export default {
449 &_已签收 { 448 &_已签收 {
450 background-image: url('~@/static/images/contract/status_4.png'); 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,6 +342,10 @@ export default {
342 background: #E37318; 342 background: #E37318;
343 } 343 }
344 &_已签收 { 344 &_已签收 {
  345 + background: #858A99;
  346 + color: #ffffff;
  347 + }
  348 + &_已取消 {
345 background: #9E9E9E; 349 background: #9E9E9E;
346 color: #ffffff; 350 color: #ffffff;
347 } 351 }
@@ -527,6 +527,10 @@ export default { @@ -527,6 +527,10 @@ export default {
527 &_已签收 { 527 &_已签收 {
528 background-image: url('~@/static/images/contract/status_4.png'); 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 .section1 { 536 .section1 {
@@ -348,6 +348,10 @@ export default { @@ -348,6 +348,10 @@ export default {
348 background: #E37318; 348 background: #E37318;
349 } 349 }
350 &_已签收 { 350 &_已签收 {
  351 + background: #858A99;
  352 + color: #ffffff;
  353 + }
  354 + &_已取消 {
351 background: #9E9E9E; 355 background: #9E9E9E;
352 color: #ffffff; 356 color: #ffffff;
353 } 357 }
@@ -544,6 +544,10 @@ export default { @@ -544,6 +544,10 @@ export default {
544 &_已签收 { 544 &_已签收 {
545 background-image: url('~@/static/images/contract/status_4.png'); 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,6 +348,10 @@ export default {
348 background: #E37318; 348 background: #E37318;
349 } 349 }
350 &_已签收 { 350 &_已签收 {
  351 + background: #858A99;
  352 + color: #ffffff;
  353 + }
  354 + &_已取消 {
351 background: #9E9E9E; 355 background: #9E9E9E;
352 color: #ffffff; 356 color: #ffffff;
353 } 357 }