wuyouming666
2024-07-29 0add19748b6c8ac642048b45821833bc32a2444b
UI-Project/src/views/PurchaseReturn/purchaseStorage.vue
@@ -71,11 +71,11 @@
  });  
}  
function getRectColora(state) {  
  switch (state) {
  switch (state) {
    case 3:  
      return '#f8e3c5';
      return '#eebe77';
    case 4:  
      return '#F0F8FF';
      return '#CD6090';
    case 5:  
      return '#911005';  
  }