wanshenmean
2024-09-23 798a97899b961baf7099bc3421d3ad926b1298da
Code Management/WMS/WIDESEA_WMSClient/src/api/buttons.js
@@ -6,7 +6,7 @@
    class: '',
    type: 'primary',
    onClick: function() {
      this.search();
      this.search()
    }
  },
  {
@@ -15,11 +15,11 @@
    value: 'Add',
    class: '',
     plain:true,
   // type: 'success',
    color:"#67C23A",
    type: 'success',
    // color: '#67C23A',
    // plain:true,
    onClick: function() {
      this.add();
      this.add()
    }
  },
  {
@@ -28,10 +28,10 @@
    value: 'Update',
     plain:true,
    class: '',
    color:"#79bbff",
    color: '#79bbff',
    type: 'primary',
    onClick: function() {
      this.edit();
      this.edit()
    }
  },
  {
@@ -41,9 +41,9 @@
    plain:true,
    value: 'Delete',
    type: 'danger',
    color:"#F56C6C",
    color: '#F56C6C',
    onClick: function() {
      this.del();
      this.del()
    }
  },
  {
@@ -54,7 +54,7 @@
    plain: true,
    type: 'primary',
    onClick: function() {
      this.audit();
      this.audit()
    }
  },
  {
@@ -67,9 +67,9 @@
    // color:"rgb(254, 240, 240)",
    plain:true,
    // type: 'success',
     color:"#67C23A",
    color: '#67C23A',
    onClick: function() {
      this.antiAudit();
      this.antiAudit()
    }
  },
  {
@@ -80,7 +80,7 @@
    plain: true,
    value: 'Import',
    onClick: function() {
      this.import();
      this.import()
    }
  },
  {
@@ -90,7 +90,7 @@
    plain: true,
    value: 'Export',
    onClick: function() {
      this.export();
      this.export()
    }
  },
  {
@@ -98,12 +98,12 @@
    icon: 'el-icon-printer',
    type: 'primary',
    plain: true,
    color:"#529b2e",
    color: '#529b2e',
    value: 'Print',
    onClick: function() {
      this.printClick();
      this.printClick()
    }
  }
];
]
export default buttons;
export default buttons