- return ((this.addForm.autoOrder && (this.type == 'add' || this.type == 'edit' || this.type == 'detail')) || (((!this.addForm.autoOrder && this.addForm.status == 0) || (this.addForm.autoOrder && this.addForm.status == 4)) && this.type == 'dispatch'))
|